You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Christine Poerschke (Jira)" <ji...@apache.org> on 2020/07/29 10:35:00 UTC

[jira] [Created] (SOLR-14690) increased minExactCount related cache use

Christine Poerschke created SOLR-14690:
------------------------------------------

             Summary: increased minExactCount related cache use
                 Key: SOLR-14690
                 URL: https://issues.apache.org/jira/browse/SOLR-14690
             Project: Solr
          Issue Type: New Feature
            Reporter: Christine Poerschke


SOLR-13289 added [https://lucene.apache.org/solr/guide/8_6/common-query-parameters.html#minexactcount-parameter] support.

Currently queries using the same {{minExactCount}} parameter value can hit the cache (assuming the non-{{minExactCount}} parameters match).

It might be useful to increase cache hits beyond {{minExactCount}} same-ness e.g.
 * a {{minExactCount=100}} query being able to use a {{minExactCount=1000}} cache entry, and/or
 * a query with a {{minExactCount}} restriction being able to use a cache entry from a query without the restriction.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org