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

      • load

        public <FD extends AtomicFieldData,​IFD extends IndexFieldData<FD>> FD load​(org.apache.lucene.index.LeafReaderContext context,
                                                                                         IFD indexFieldData)
                                                                                  throws java.lang.Exception
        Specified by:
        load in interface IndexFieldDataCache
        Throws:
        java.lang.Exception
      • clear

        public void clear​(java.lang.String fieldName)
        Description copied from interface: IndexFieldDataCache
        Clears all the field data stored cached in on this index for the specified field name.
        Specified by:
        clear in interface IndexFieldDataCache