Class DocValuesIndexFieldData

    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • index

        protected final Index index
      • fieldName

        protected final java.lang.String fieldName
    • Constructor Detail

      • DocValuesIndexFieldData

        public DocValuesIndexFieldData​(Index index,
                                       java.lang.String fieldName)
    • Method Detail

      • 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()