Class TotalFacetCountsCache


  • public final class TotalFacetCountsCache
    extends Object
    Manage an LRU cache for TotalFacetCounts per index, taxonomy, and facet indexing params.
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Field Detail

      • DEFAULT_CACHE_SIZE

        public static final int DEFAULT_CACHE_SIZE
        Default size of in memory cache for computed total facet counts. Set to 2 for the case when an application reopened a reader and the original one is still in use (Otherwise there will be switching again and again between the two.)
        See Also:
        Constant Field Values