Class FieldCache.CacheEntry

java.lang.Object
org.apache.solr.uninverting.FieldCache.CacheEntry
Enclosing interface:
FieldCache

public static final class FieldCache.CacheEntry extends Object
EXPERT: A unique Identifier/Description for each item in the FieldCache. Can be useful for logging/debugging.
WARNING: This API is experimental and might change in incompatible ways in the next release.
  • Constructor Details

    • CacheEntry

      public CacheEntry(org.apache.lucene.index.IndexReader.CacheKey readerKey, String fieldName, Class<?> cacheType, Object custom, org.apache.lucene.util.Accountable value)
  • Method Details

    • getReaderKey

      public Object getReaderKey()
    • getFieldName

      public String getFieldName()
    • getCacheType

      public Class<?> getCacheType()
    • getCustom

      public Object getCustom()
    • getValue

      public org.apache.lucene.util.Accountable getValue()
    • getEstimatedSize

      public String getEstimatedSize()
      The most recently estimated size of the value, null unless estimateSize has been called.
    • toString

      public String toString()
      Overrides:
      toString in class Object