Class DocValuesIndexFieldData
java.lang.Object
org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
- Direct Known Subclasses:
AbstractLatLonPointDVIndexFieldData,BinaryDVIndexFieldData,BytesBinaryDVIndexFieldData,IndexHistogramFieldData,SortedNumericDVIndexFieldData,SortedSetDVOrdinalsIndexFieldData
public abstract class DocValuesIndexFieldData
extends java.lang.Object
IndexFieldData impl based on Lucene's doc values. Caching is done on the Lucene side.-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDocValuesIndexFieldData.Builder -
Field Summary
-
Constructor Summary
Constructors Constructor Description DocValuesIndexFieldData(Index index, java.lang.String fieldName) -
Method Summary
Modifier and Type Method Description voidclear()voidclear(org.apache.lucene.index.IndexReader reader)java.lang.StringgetFieldName()Indexindex()
-
Field Details
-
Constructor Details
-
Method Details
-
getFieldName
public final java.lang.String getFieldName() -
clear
public final void clear() -
clear
public final void clear(org.apache.lucene.index.IndexReader reader) -
index
-