Lucene++ - a full-featured, c++ search engine
API Documentation
A ScoreDoc which also contains information about how to sort the referenced document....
Definition: FieldDoc.h:20
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Expert: Returned by low-level search implementations.
Definition: ScoreDoc.h:16
Collection< ComparableValue > fields
The values which are used to sort the referenced document. The order of these will match the original...
Definition: FieldDoc.h:25
Definition: AbstractAllTermDocs.h:12
FieldDoc(int32_t doc, double score, Collection< ComparableValue > fields=Collection< ComparableValue >())
virtual String toString()
Returns a string representation of the object.
clucene.sourceforge.net