Class DocValuesIndexFieldData
- java.lang.Object
-
- org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
-
- Direct Known Subclasses:
AbstractLatLonPointDVIndexFieldData,BinaryDVIndexFieldData,BytesBinaryDVIndexFieldData,SortedNumericDVIndexFieldData,SortedSetDVOrdinalsIndexFieldData
public abstract class DocValuesIndexFieldData extends Object
IndexFieldDataimpl 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
-
Constructor Summary
Constructors Constructor Description DocValuesIndexFieldData(Index index, String fieldName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()voidclear(IndexReader reader)StringgetFieldName()Indexindex()
-
-
-
Method Detail
-
getFieldName
public final String getFieldName()
-
clear
public final void clear()
-
clear
public final void clear(IndexReader reader)
-
index
public final Index index()
-
-