public 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 and Description |
|---|---|
static class |
DocValuesIndexFieldData.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
fieldName |
protected Index |
index |
| Constructor and Description |
|---|
DocValuesIndexFieldData(Index index,
java.lang.String fieldName) |
| Modifier and Type | Method and 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()