Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef ORDFIELDSOURCE_H
8 #define ORDFIELDSOURCE_H
44 virtual String description();
47 virtual int32_t hashCode();
Source of values for basic function queries.
Definition: ValueSource.h:21
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< LuceneObject > LuceneObjectPtr
Definition: LuceneTypes.h:539
Definition: AbstractAllTermDocs.h:12
Obtains the ordinal of the field value from the default Lucene FieldCache using getStringIndex().
Definition: OrdFieldSource.h:31
boost::shared_ptr< IndexReader > IndexReaderPtr
Definition: LuceneTypes.h:157
boost::shared_ptr< DocValues > DocValuesPtr
Definition: LuceneTypes.h:325
clucene.sourceforge.net