Re: search multiple default fields

2010-07-05 Thread Simon Willnauer
Have a look at http://wiki.apache.org/solr/DisMaxRequestHandler and http://wiki.apache.org/solr/DisMaxRequestHandler#qf_.28Query_Fields.29 that might help with what you are looking for... simon On Tue, Jul 6, 2010 at 3:48 AM, bluestar wrote: > hi there, > > is it possible to define multiple def

search multiple default fields

2010-07-05 Thread bluestar
hi there, is it possible to define multiple default search fields in the solrconfig.xml? at the moment i am using a queryfilter programatically but i want to be able to configure things such that my query will be processed as: defaultfield:myquery OR field2:myquery OR field3:myquery ... .. basi