Re: Solr cache for specific field

2015-08-18 Thread Shawn Heisey
On 8/18/2015 7:21 AM, Norgorn wrote: > SOLR version - 4.10.3 > We have SOLR Cloud cluster, each node has documents only for several > categories. > Queries look like "...fq=cat(1 3 89 ...)&..." > So, only some nodes need to process, others can answer with zero as soon as > they check "cat". > > The

Re: Solr cache for specific field

2015-08-18 Thread Mikhail Khludnev
elps, but I don't want values for "cat" filter > to > be evicted at all. > > So I'm looking for a solution to keep separate cache, or something else. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-cache-for-specif

Re: Solr cache for specific field

2015-08-18 Thread Alexandre Rafalovitch
quot; filter to > be evicted at all. > > So I'm looking for a solution to keep separate cache, or something else. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-cache-for-specific-field-tp4223651p4223660.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr cache for specific field

2015-08-18 Thread Norgorn
ate cache, or something else. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-cache-for-specific-field-tp4223651p4223660.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr cache for specific field

2015-08-18 Thread Alexandre Rafalovitch
The problem is to keep separate cache for "cat" values on each node. > > As I understand, custom caches are available only for custom request > handlers, but we are happy with default SearchHandler. > > Is it possible to solve the problem without custom handlers? > > &g

Solr cache for specific field

2015-08-18 Thread Norgorn
e cache for "cat" values on each node. As I understand, custom caches are available only for custom request handlers, but we are happy with default SearchHandler. Is it possible to solve the problem without custom handlers? -- View this message in context: http://lucene.472066.n3.