| Package | Description | 
|---|---|
| org.apache.lucene.index | Code to maintain and access indices. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterator<FieldInfo> | FieldInfos. iterator() | 
| Modifier and Type | Method and Description | 
|---|---|
| FieldInfo | FieldInfos. add(FieldInfo fi) |