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


 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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