Re: cache disable through solrJ

2013-05-20 Thread Shawn Heisey
On 5/20/2013 5:53 AM, J Mohamed Zahoor wrote: > How do i disable cache (Solr FieldValueCache) for certain queries... > using HTTP it can be done using {!cache=false}... If you are doing facets, Koji's reply works for those. The localparam for caching should work just fine if you prepend it to yo

Re: cache disable through solrJ

2013-05-20 Thread Koji Sekiguchi
(13/05/20 20:53), J Mohamed Zahoor wrote: Hi How do i disable cache (Solr FieldValueCache) for certain queries... using HTTP it can be done using {!cache=false}... how can i do it from solrj? ./zahoor How about using facet.method=enum? koji -- http://soleami.com/blog/lucene-4-is-super-conv