68 void addIndexed(
HashSet<String> names,
bool storeTermVectors,
bool storePositionWithTermVector,
bool storeOffsetWithTermVector);
80 void add(
const String& name,
bool isIndexed);
86 void add(
const String& name,
bool isIndexed,
bool storeTermVector);
96 void add(
const String& name,
bool isIndexed,
bool storeTermVector,
bool storePositionWithTermVector,
bool storeOffsetWithTermVector);
107 void add(
const String& name,
bool isIndexed,
bool storeTermVector,
bool storePositionWithTermVector,
108 bool storeOffsetWithTermVector,
bool omitNorms);
121 FieldInfoPtr add(
const String& name,
bool isIndexed,
bool storeTermVector,
bool storePositionWithTermVector,
122 bool storeOffsetWithTermVector,
bool omitNorms,
bool storePayloads,
bool omitTermFreqAndPositions);
143 FieldInfoPtr addInternal(
const String& name,
bool isIndexed,
bool storeTermVector,
bool storePositionWithTermVector,
144 bool storeOffsetWithTermVector,
bool omitNorms,
bool storePayloads,
bool omitTermFreqAndPositions);