Uses of Class
org.apache.lucene.index.FieldInfo
-
Packages that use FieldInfo Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of FieldInfo in org.apache.lucene.index
Methods in org.apache.lucene.index that return FieldInfo Modifier and Type Method Description FieldInfo
FieldInfos. add(String name, boolean isIndexed, boolean storeTermVector, boolean omitNorms, boolean storePayloads, FieldInfo.IndexOptions indexOptions)
If the field is not yet known, adds it.FieldInfo
FieldInfos. add(FieldInfo fi)
FieldInfo
FieldInfos. fieldInfo(int fieldNumber)
Return the fieldinfo object referenced by the fieldNumber.FieldInfo
FieldInfos. fieldInfo(String fieldName)
Methods in org.apache.lucene.index that return types with arguments of type FieldInfo Modifier and Type Method Description Iterator<FieldInfo>
FieldInfos. iterator()
Methods in org.apache.lucene.index with parameters of type FieldInfo Modifier and Type Method Description FieldInfo
FieldInfos. add(FieldInfo fi)
-