Package org.apache.solr.uninverting
Class FieldCache.CacheEntry
java.lang.Object
org.apache.solr.uninverting.FieldCache.CacheEntry
- Enclosing interface:
FieldCache
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 Summary
ConstructorsConstructorDescriptionCacheEntry(org.apache.lucene.index.IndexReader.CacheKey readerKey, String fieldName, Class<?> cacheType, Object custom, org.apache.lucene.util.Accountable value) -
Method Summary
-
Constructor Details
-
CacheEntry
-
-
Method Details