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 FieldInfoFieldInfos. add(String name, boolean isIndexed, boolean storeTermVector, boolean omitNorms, boolean storePayloads, FieldInfo.IndexOptions indexOptions)If the field is not yet known, adds it.FieldInfoFieldInfos. add(FieldInfo fi)FieldInfoFieldInfos. fieldInfo(int fieldNumber)Return the fieldinfo object referenced by the fieldNumber.FieldInfoFieldInfos. 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 FieldInfoFieldInfos. add(FieldInfo fi)
-