Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef CONJUNCTIONSCORER_H
8 #define CONJUNCTIONSCORER_H
28 virtual int32_t
advance(int32_t target);
29 virtual int32_t
docID();
31 virtual double score();
clucene.sourceforge.net