AbstractLatLonPointDVIndexFieldData, BinaryDVIndexFieldData, BytesBinaryDVIndexFieldData, SortedNumericDVIndexFieldData, SortedSetDVOrdinalsIndexFieldDatapublic abstract class DocValuesIndexFieldData
extends java.lang.Object
IndexFieldData impl based on Lucene's doc values. Caching is done on the Lucene side.| Modifier and Type | Class | Description |
|---|---|---|
static class |
DocValuesIndexFieldData.Builder |
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
fieldName |
|
protected Index |
index |
| Constructor | Description |
|---|---|
DocValuesIndexFieldData(Index index,
java.lang.String fieldName) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
clear() |
|
void |
clear(org.apache.lucene.index.IndexReader reader) |
|
java.lang.String |
getFieldName() |
|
Index |
index() |
protected final Index index
protected final java.lang.String fieldName
public DocValuesIndexFieldData(Index index, java.lang.String fieldName)
public final java.lang.String getFieldName()
public final void clear()
public final void clear(org.apache.lucene.index.IndexReader reader)
public final Index index()