Class IndexFieldDataCache.None

    • Constructor Summary

      Constructors 
      Constructor Description
      None()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()
      Clears all the field data stored cached in on this index.
      void clear​(java.lang.String fieldName)
      Clears all the field data stored cached in on this index for the specified field name.
      <FD extends AtomicFieldData,IFD extends IndexFieldData.Global<FD>>
      IFD
      load​(org.apache.lucene.index.DirectoryReader indexReader, IFD indexFieldData)  
      <FD extends AtomicFieldData,IFD extends IndexFieldData<FD>>
      FD
      load​(org.apache.lucene.index.LeafReaderContext context, IFD indexFieldData)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • None

        public None()