Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-291

add "don't cache docList" option

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.3
    • search
    • None

    Description

      WHAT:
      A flag "noCacheIfLarger" is added to <queryResultWindowSize/> tag, i.e. <queryResultWindowSize noCacheIfLarger="true">50</queryResultWindowSize>. The flag can be omitted and the default is false.

      If this flag is set to true and user requires more results (in this case, start>=50), SolrIndexSearcher doesn't put the docList into queryResultCache.

      WHY(USE CASE):
      The Solr administrator can calculate max memory consumption for filterCache and documentCache as follows:

      filterCache: BitDocSet size * max size (cache entries)
      documentCache: average document size * max size (cache entries)

      however, the memory consumtion for queryResultCache is unpredictable.

      With this patch, if the administrator wants to control memory consumtion more strict, he can set queryResultWindowSize with noCacheIfLarger="true".

      Attachments

        1. SOLR-291.patch
          2 kB
          Koji Sekiguchi
        2. SOLR-291.patch
          2 kB
          Koji Sekiguchi

        Activity

          People

            Unassigned Unassigned
            koji Koji Sekiguchi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: