Re: about modifying querystring parameters submitted to solr

2009-10-09 Thread gdeconto
get methods to inspect the "field" argument, change it as you see > fit, and then delegate to the superclass to build the actual query object. > that's the closest thing to what you describe. > > > -Hoss > > > -- View this message in context: http:

Re: about modifying querystring parameters submitted to solr

2009-10-09 Thread Chris Hostetter
: For example, lets say my unmodified query is : "http://localhost:8994/solr/select?q=xxx:[* TO 3] AND yyy:[3 TO : *]&defType=myQParser" and (JUST for the sake of argument) lets say I want to : rewrite it as "http://localhost:8994/solr/select?q=aaa:[1 TO 2] AND bbb:[3 : TO 10]&defType=myQParser".

Re: about modifying querystring parameters submitted to solr

2009-10-05 Thread gdeconto
Note that there is a similar question in http://www.nabble.com/TermsComponent-to25302503.html#a25312549 http://www.nabble.com/TermsComponent-to25302503.html#a25312549 -- View this message in context: http://www.nabble.com/about-modifying-querystring-parameters-submitted-to-solr

about modifying querystring parameters submitted to solr

2009-10-05 Thread gdeconto
ugInfo(debugInfo); } }; } @Override public void init(NamedList arg0) { // TODO Auto-generated method stub } } -- View this message in context: http://www.nabble.com/about-modifying-querystring-parameters-submitted-to-solr-tp25752898p25752898.html Sent from the Solr - User mailing list archive at Nabble.com.