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 class  DocValuesIndexFieldData.Builder  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String fieldName  
    protected Index index  
  • Constructor Summary

    Constructors 
    Constructor Description
    DocValuesIndexFieldData​(Index index, java.lang.String fieldName)  
  • Method Summary

    Modifier and Type Method Description
    void clear()  
    void clear​(org.apache.lucene.index.IndexReader reader)  
    java.lang.String getFieldName()  
    Index index()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public final Index index()