Interface QueryCachingConfigurationContext


  • public interface QueryCachingConfigurationContext
    A context allowing the configuration of query caching in a Lucene backend.
    • Method Detail

      • luceneVersion

        Version luceneVersion()
        Returns:
        The Lucene version in use in the configured backend.
      • queryCache

        void queryCache​(QueryCache cache)
        Parameters:
        cache - The QueryCache to use when searching.