On 13-Feb-08, at 4:18 PM, Leonardo Santagada wrote:
Thanks but I would like to be able to:
q=<query>
qf=field1
q=<query2>
qf=field2
...
so I can use dismax facilities (that is, not having that many
wildcards and special characters) and search in more than one field
(but with different queries) at the same time.
In this search form you have 3 places where you can choose a field
and then enter a search query... and then there are some more
restrictions you can choose (we would put those in one of more fq).
Get the idea?
Try using standardrequesthandler with the dismax query parser.
-Mike