40 void update(
bool isIndexed,
bool storeTermVector,
bool storePositionWithTermVector,
bool storeOffsetWithTermVector,
41 bool omitNorms,
bool storePayloads,
bool omitTermFreqAndPositions);
virtual LuceneObjectPtr clone(const LuceneObjectPtr &other=LuceneObjectPtr())
Return clone of this object.
bool isIndexed
Definition: FieldInfo.h:24
boost::shared_ptr< LuceneObject > LuceneObjectPtr
Definition: LuceneTypes.h:539
bool storeOffsetWithTermVector
Definition: FieldInfo.h:29
int32_t number
Definition: FieldInfo.h:25
void update(bool isIndexed, bool storeTermVector, bool storePositionWithTermVector, bool storeOffsetWithTermVector, bool omitNorms, bool storePayloads, bool omitTermFreqAndPositions)
bool omitNorms
Definition: FieldInfo.h:32
FieldInfo(const String &na, bool tk, int32_t nu, bool storeTermVector, bool storePositionWithTermVector, bool storeOffsetWithTermVector, bool omitNorms, bool storePayloads, bool omitTermFreqAndPositions)
Definition: FieldInfo.h:14
Base class for all Lucene classes.
Definition: LuceneObject.h:31
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12
bool storePositionWithTermVector
Definition: FieldInfo.h:30
bool storeTermVector
Definition: FieldInfo.h:28
String name
Definition: FieldInfo.h:20
bool storePayloads
Definition: FieldInfo.h:35
bool omitTermFreqAndPositions
Definition: FieldInfo.h:33