Lucene++ - a full-featured, c++ search engine
API Documentation


Loading...
Searching...
No Matches
Data Structures | Namespaces
ScoreCachingWrappingScorer.h File Reference
#include "Scorer.h"

Go to the source code of this file.

Data Structures

class  Lucene::ScoreCachingWrappingScorer
 A Scorer which wraps another scorer and caches the score of the current document. Successive calls to score() will return the same result and will not invoke the wrapped Scorer's score() method, unless the current document has changed. More...
 

Namespaces

namespace  Lucene
 

clucene.sourceforge.net