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