CLucene - a full-featured, c++ search engine
API Documentation
#include <ExactPhraseScorer.h>
Public Member Functions | |
| ExactPhraseScorer (Weight *weight, lucene::index::TermPositions **tps, int32_t *positions, Similarity *similarity, uint8_t *norms) | |
| ~ExactPhraseScorer () | |
Protected Member Functions | |
| float_t | phraseFreq () |
| lucene::search::ExactPhraseScorer::ExactPhraseScorer | ( | Weight * | weight, | |
| lucene::index::TermPositions ** | tps, | |||
| int32_t * | positions, | |||
| Similarity * | similarity, | |||
| uint8_t * | norms | |||
| ) |
| lucene::search::ExactPhraseScorer::~ExactPhraseScorer | ( | ) | [inline] |
| float_t lucene::search::ExactPhraseScorer::phraseFreq | ( | ) | [protected, virtual] |
Implements lucene::search::PhraseScorer.