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
Kraus, Ralf | pixelhouse GmbH wrote: > > Hello, > > I am searching for a way to use the Lucene MultiFieldQueryParser in my > SOLR Installation. > Is there a chance to change the "solrQueryParser" ? > > In my old Lucene Setting I used to combine many different types of > QueryParser in my Querry... > > Or is there a chance to get MultiFieldQueryParser functions in SOLR ? > > Greets -Ralf- > > -- View this message in context: http://www.nabble.com/Using-Lucene-MultiFieldQueryParser-with-SOLR-tp23094412p23094692.html Sent from the Solr - User mailing list archive at Nabble.com.