Re: FilterCache Tuning Question

2015-09-15 Thread Shawn Heisey
On 9/15/2015 1:35 PM, Sanders, Marshall (AT - Atlanta) wrote: > Currently if you have > fq=field1:value1 OR field2:value2 > > It generates a filter cache item with a key like this: > item_field1:value1 field2 > > Ideally it would create 2 additional ones like so (configured or on demand > maybe?):

Re: FilterCache Tuning Question

2015-09-15 Thread Mikhail Khludnev
Hello, See filter() in http://yonik.com/solr-5-4/ also http://blog.griddynamics.com/2014/01/segmented-filter-cache-in-solr.html On Tue, Sep 15, 2015 at 10:35 PM, Sanders, Marshall (AT - Atlanta) < marshall.sand...@autotrader.com> wrote: > Greetings, > > We've successfully figured out how to tune

FilterCache Tuning Question

2015-09-15 Thread Sanders, Marshall (AT - Atlanta)
Greetings, We've successfully figured out how to tune AND queries to make effective use (re-use) of the filter cache, is there a way to do this with OR queries as well? The way our data is structured I feel we could really benefit from it. For example with AND queries instead of doing fq=fiel