69 void addIndexed(
HashSet<String> names,
bool storeTermVectors,
bool storePositionWithTermVector,
bool storeOffsetWithTermVector);
81 void add(
const String& name,
bool isIndexed);
87 void add(
const String& name,
bool isIndexed,
bool storeTermVector);
97 void add(
const String& name,
bool isIndexed,
bool storeTermVector,
bool storePositionWithTermVector,
bool storeOffsetWithTermVector);
108 void add(
const String& name,
bool isIndexed,
bool storeTermVector,
bool storePositionWithTermVector,
109 bool storeOffsetWithTermVector,
bool omitNorms);
122 FieldInfoPtr add(
const String& name,
bool isIndexed,
bool storeTermVector,
bool storePositionWithTermVector,
123 bool storeOffsetWithTermVector,
bool omitNorms,
bool storePayloads,
bool omitTermFreqAndPositions);
144 FieldInfoPtr addInternal(
const String& name,
bool isIndexed,
bool storeTermVector,
bool storePositionWithTermVector,
145 bool storeOffsetWithTermVector,
bool omitNorms,
bool storePayloads,
bool omitTermFreqAndPositions);