Hi,

some of my solr indices have a low cache-hit-ratio.

1 Does sorting the parts of a single filter-query have impact on filter-cache- and query-result-cache-hit-ratio? 1.1 Example: fq=field1:(2 or 3 or 1) to fq=field1:(1 or 2 or 3) -> if 1,2,3 are randomly sorted 2 Does sorting the parts of the query have impact on query-result-cache-hit-ratio? 2.1 Example: "q=abc&fq=field1:abc&sort=field1 desc&fq=field2:xyz&sort=field2 asc" to "q=abc&fq=field1:abc&fq=field2:xyz&sort=field1 desc&sort=field2 asc" -> if the query parts are randomly sorted

Thanks!

Johannes

Reply via email to