#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
Base class for all Lucene classes.
Definition LuceneObject.h:31
Expert: Returned by low-level search implementations.
Definition ScoreDoc.h:16
virtual String toString()
Returns a string representation of the object.
int32_t doc
A hit document's number.
Definition ScoreDoc.h:29
double score
The score of this document for the query.
Definition ScoreDoc.h:25
ScoreDoc(int32_t doc, double score)
Definition AbstractAllTermDocs.h:12