Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
New, Patch Available
Description
FieldCache should expose an Expert level API for runtime introspection of the FieldCache to provide info about what is in the FieldCache at any given moment. We should also provide utility methods for sanity checking that the FieldCache doesn't contain anything "odd"...
- entries for the same reader/field with different types/parsers
- entries for the same field/type/parser in a reader and it's subreader(s)
- etc...
Attachments
Attachments
Issue Links
- blocks
-
SOLR-1292 show lucene fieldcache entries and sizes
- Closed
- depends upon
-
LUCENE-1771 Using explain may double ram reqs for fieldcaches when using ValueSourceQuery/CustomScoreQuery or for ConstantScoreQuerys that use a caching Filter.
- Closed
- is depended upon by
-
LUCENE-1798 FieldCacheSanityChecker called directly by FieldCache.get*
- Closed
- is related to
-
LUCENE-1791 Enhance QueryUtils and CheckHIts to wrap everything they check in MultiReader/MultiSearcher
- Closed