Well dismax has a q.alt parameter where you can specify a query in "lucene"
sintax. The query must be empty to use q.alt:
http://.../select?q=&q.alt=phone_number:1234567
This would search in the field phone_number independly of what fields you
have configured in teh dismax.

Another way would be to confiure various requesthandlers (one with dismax
and one standard for the filed that you want for example). You can tell Solr
wich to use in the url request

Don't know if this is what you need...


Kraus, Ralf | pixelhouse GmbH wrote:
> 
> Marc Sturlese schrieb:
>> Think there's no search handler that uses MultiFieldQueryParser in Solr.
>> But
>> check DismaxRequestHandler, probably will do the job. Yo can specify all
>> the
>> fields where you want to search in and it will build the query using
>> boolean
>> queries. It includes also many more features:
>> http://wiki.apache.org/solr/DisMaxRequestHandler
>>   
> Is there a chance to combine RequestHandler ?
> I need to use some additional "normal" boolean and integer querries !
> 
> Greets -Ralf-
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Using-Lucene-MultiFieldQueryParser-with-SOLR-tp23094412p23097365.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to