Re: Fallback Local Requests

2013-12-17 Thread Senthilnathan Vijayaraja
Hi Ahmet, It seems like it will bring more complexity than what I did. But of course it is easily customizable.Worthy alternate approach to think of.Thanks. Thanks & Regards, Senthilnathan v Thanks & Regards, Senthilnathan V On Tue, Dec 17, 2013 at 6:44 PM, Ahmet Arslan wrote: > Hi Sen

Re: Fallback Local Requests

2013-12-17 Thread Senthilnathan Vijayaraja
ad of giving 0 result I want to show this.I cannot go back and ask for the requirement change. thanks for the useful links. Thanks & Regards, Senthilnathan v Thanks & Regards, Senthilnathan V On Tue, Dec 17, 2013 at 9:28 PM, Chris Hostetter wrote: > > : Subject: Fallback Loca

Re: Fallback Local Requests

2013-12-17 Thread Chris Hostetter
: Subject: Fallback Local Requests ... : if this query returns 0 results then : -->fire a fallback query after changing the value of size_min and : size_max I strongly advise anyone who asks me 99% of the time "fall back" queries for 0 results found are a re

Re: Fallback Local Requests

2013-12-17 Thread Ahmet Arslan
Hi Senthilnathan, I not 100% sure but I https://issues.apache.org/jira/browse/SOLR-5005 could be used such cases. On Tuesday, December 17, 2013 2:56 PM, Senthilnathan Vijayaraja wrote: Hi, my query format is, q=(price_min:[10 TO 80] OR price_max:[10 TO 80])AND (size_min:[

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