Interface IndexFieldData<FD extends AtomicFieldData>

    • Method Detail

      • getFieldName

        java.lang.String getFieldName()
        The field name.
      • load

        FD load​(org.apache.lucene.index.LeafReaderContext context)
        Loads the atomic field data for the reader, possibly cached.
      • loadDirect

        FD loadDirect​(org.apache.lucene.index.LeafReaderContext context)
               throws java.lang.Exception
        Loads directly the atomic field data for the reader, ignoring any caching involved.
        Throws:
        java.lang.Exception
      • clear

        void clear()
        Clears any resources associated with this field data.