Solr Cloud Document Routing described at https://cwiki.apache.org/confluence/display/solr/Shards+and+Indexing+Data+in+SolrCloud allows you to omit hitting certain shards, but they need to be assigned with the different prefixes beforehand. Do I get your point right?
On Tue, Aug 18, 2015 at 4:57 PM, Norgorn <lsunnyd...@mail.ru> wrote: > I'm sorry for being so unclear. > The problem is in speed - while node holds only several cats, it can answer > with "numFound=0", if these cats are missed in query. > > It looks like: > node 1 - cats 1,2,3 > node 2 - cats 3,4,5 > node 3 - cats 50,70 > ... > > Query "q=cat:(1 4)" > > QTime per node now is like > node1 - 1300 > node2 - 1200 > node3 - 1500 (sometimes) > ... > > But I want to achieve > node1 - 1300 > node2 - 1200 > node3 - 100 > > I know that /filterCache/ helps, 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-specific-field-tp4223651p4223660.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Sincerely yours Mikhail Khludnev Principal Engineer, Grid Dynamics <http://www.griddynamics.com> <mkhlud...@griddynamics.com>