Re: Adding filter in custom query parser

2014-10-05 Thread sagarprasad
.nabble.com/Adding-filter-in-custom-query-parser-tp4162044p4162757.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Adding filter in custom query parser

2014-10-01 Thread Chris Hostetter
: For eg : "red shirt under 20$" should be translated to q=shirt&fq=price:[* : TO 20] and possibly apply color to one the attribute of doc index. : : in parser overrided method, how can i add the filter and pass the query : back? I don't think you can acomplish this just within the QParser API .

Re: Adding filter in custom query parser

2014-10-01 Thread Jack Krupansky
p;fq=price:[* TO 20] and possibly apply color to one the attribute of doc index. in parser overrided method, how can i add the filter and pass the query back? Any help pointers / sample code will be helpful. -Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Adding-filte

Adding filter in custom query parser

2014-10-01 Thread sagarprasad
apply color to one the attribute of doc index. in parser overrided method, how can i add the filter and pass the query back? Any help pointers / sample code will be helpful. -Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Adding-filter-in-custom-query-parser-tp416