Package org.apache.lucene.search
Class FieldCache.CacheEntry
java.lang.Object
org.apache.lucene.search.FieldCache.CacheEntry
- Enclosing interface:
- FieldCache
EXPERT: A unique Identifier/Description for each item in the FieldCache.
Can be useful for logging/debugging.
-
Constructor Details
-
CacheEntry
-
-
Method Details
-
getReaderKey
-
getFieldName
-
getCacheType
-
getCustom
-
getValue
-
estimateSize
public void estimateSize()Computes (and stores) the estimated size of the cache Value- See Also:
-
getEstimatedSize
The most recently estimated size of the value, null unless estimateSize has been called. -
toString
-