|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldInfo | |
|---|---|
| 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 | |
|---|---|
FieldInfo |
FieldInfos.add(FieldInfo fi)
|
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.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 | |
|---|---|
Iterator<FieldInfo> |
FieldInfos.iterator()
|
| Methods in org.apache.lucene.index with parameters of type FieldInfo | |
|---|---|
FieldInfo |
FieldInfos.add(FieldInfo fi)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||