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


Data Structures | Namespaces
ScoreCachingWrappingScorer.h File Reference
#include "Scorer.h"
+ Include dependency graph for ScoreCachingWrappingScorer.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

 Lucene
 

clucene.sourceforge.net