Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
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) |
Modifier and Type | Method | Description |
---|---|---|
Iterator<FieldInfo> |
FieldInfos.iterator() |
Modifier and Type | Method | Description |
---|---|---|
FieldInfo |
FieldInfos.add(FieldInfo fi) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.