Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef BYTEFIELDSOURCE_H
8 #define BYTEFIELDSOURCE_H
36 virtual String description();
39 virtual int32_t cachedFieldSourceHashCode();
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Obtains byte field values from the FieldCache using getBytes() and makes those values available as ot...
Definition: ByteFieldSource.h:24
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< IndexReader > IndexReaderPtr
Definition: LuceneTypes.h:157
boost::shared_ptr< FieldCacheSource > FieldCacheSourcePtr
Definition: LuceneTypes.h:345
boost::shared_ptr< DocValues > DocValuesPtr
Definition: LuceneTypes.h:325
A base class for ValueSource implementations that retrieve values for a single field from the FieldCa...
Definition: FieldCacheSource.h:28
boost::shared_ptr< ByteParser > ByteParserPtr
Definition: LuceneTypes.h:289
boost::shared_ptr< FieldCache > FieldCachePtr
Definition: LuceneTypes.h:334
clucene.sourceforge.net