#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
Utility template class to handle collections that can be safely copied and shared.
Definition Collection.h:17
virtual String toString()
Returns a string representation of the object.
FieldDoc(int32_t doc, double score, Collection< ComparableValue > fields=Collection< ComparableValue >())
Collection< ComparableValue > fields
The values which are used to sort the referenced document. The order of these will match the original...
Definition FieldDoc.h:33
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