Thanks for the reply hossman.
I have successfully created a custom QParserPlugin that implements some
special syntax to help me handle my many dynamic fields.
The syntax looks something like this:
http://127.0.0.1:8994/solr/select...@fn:(1,2,3,4)
Had to create java code to extract the virtua
: 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".
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-tp25752898p25