Re: programmatically disable/enable solr queryResultCache...

2014-02-26 Thread Senthilnathan Vijayaraja
ou need to disable the query result cache via configuration. > > On Wed, Feb 26, 2014 at 12:09 PM, Senthilnathan Vijayaraja > wrote: > > Erick, > > Thanks for the response. > > > > Kindly have a look at my sample query, > > > > sele

Re: programmatically disable/enable solr queryResultCache...

2014-02-25 Thread Senthilnathan Vijayaraja
> result set, nor even the contents of the documents. > > Best > Erick > > > On Tue, Feb 25, 2014 at 6:07 AM, Senthilnathan Vijayaraja < > senthilnat...@8kmiles.com> wrote: > > > is there any way programmatically disable/enable solr queryResultCache? > > > > I am using SolrJ. > > > > > > Thanks & Regards, > > Senthilnathan V > > >

programmatically disable/enable solr queryResultCache...

2014-02-25 Thread Senthilnathan Vijayaraja
is there any way programmatically disable/enable solr queryResultCache? I am using SolrJ. Thanks & Regards, Senthilnathan V

Re: Reg queryResultCache...

2014-02-24 Thread Senthilnathan Vijayaraja
n...@gmail.com> wrote: > Please provide the *Solr* queries that are being invoked by your > middle layer along with the results you expect and the results you > actually got from Solr with cache-enabled. > > On Mon, Feb 24, 2014 at 6:23 PM, Senthilnathan Vijayaraja > wrote:

Reg queryResultCache...

2014-02-24 Thread Senthilnathan Vijayaraja
Below is the url which will hit the middle layer then middle layer will form the solr query and fire it. *listing?offset=0&sortparam=0&limit=20&q=Chennai~Tambaram~1~2,3~45~2500~800~2000~~24* Chennai-->city Tambaram-->locality 1-->blah 2,3-->blah 45~2500-->price_min and max 800~20

pagination with grouping

2014-01-06 Thread Senthilnathan Vijayaraja
Hi, i am using group.query like below, group=true& group.query=_query_:{!frange l=0 u=10 v=$score}& group.query=_query_:{!frange l=10 u=20 v=$score}& group.query=_query_:{!frange l=20 u=30 v=$score} here I want to restrict the overall record counts, start=0&rows=10 is not working here. w

Dynamically deriving the param value in solrconfig requestHandler

2013-12-18 Thread Senthilnathan Vijayaraja
hi, Is there any possibility to derive a value to a param from other params like below, query debug *size:['$minSize' TO '$maxSize'] * //minSize and maxSize will be supplied as query parameter or else defaults to below values((i.e size_relaxed=size:[0 TO 1] )) *0

Re: Fallback Local Requests

2013-12-17 Thread Senthilnathan Vijayaraja
e: > Hi Senthilnathan, > > I not 100% sure but I https://issues.apache.org/jira/browse/SOLR-5005could be > used such cases. > > > > > > On Tuesday, December 17, 2013 2:56 PM, Senthilnathan Vijayaraja < > senthilnat...@8kmiles.com> wrote: > Hi, > > my

Re: Fallback Local Requests

2013-12-17 Thread Senthilnathan Vijayaraja
Hoss.. --> I strongly advise anyone who asks me 99% of the time "fall back" queries for 0 results found are a really bad idea, because they can easily create very strange user experiences. yes, I do agree it will create strange user experience in most of the cases.But in my case I need

Fallback Local Requests

2013-12-17 Thread Senthilnathan Vijayaraja
Hi, my query format is, q=(price_min:[10 TO 80] OR price_max:[10 TO 80])AND (size_min:[1000 TO 5000] OR size_max:[1000 TO 5000]) if this query returns 0 results then -->fire a fallback query after changing the value of size_min and size_max q=(price_min:[10