Re: Adding filter in custom query parser

2014-10-05 Thread sagarprasad
Thanks Cris and Jack for you reply. @Cris, Can i some samples or examples of overriding search Component. Performance wise, whether it is advisable to do this logic at application layer or SOLR search component layer. -Thanks -- View this message in context: http://lucene.472066.n3.nabble.

Adding filter in custom query parser

2014-10-01 Thread sagarprasad
I am new bee in SOLR and OpenNLP. I am trying to do a POC and want to write a custom parser which can parse the query string using NLP and create an appropriate SOLR query with filters. For eg : "red shirt under 20$" should be translated to q=shirt&fq=price:[* TO 20] and possibly apply color to on