Re: Search included in *all* fields

2009-04-14 Thread Johnny X
Cheers guys, got it working! Erik Hatcher wrote: > > Or in schema.xml you can set the defaultOperator to AND: > which applies only to the > Lucene/SolrQueryParser, not dismax. > > Erik > > On Apr 13, 2009, at 10:49 PM, Ryan McKinley wrote: > >> what about: >> fieldA:value1 AND fie

Re: Search included in *all* fields

2009-04-14 Thread Erik Hatcher
Or in schema.xml you can set the defaultOperator to AND: which applies only to the Lucene/SolrQueryParser, not dismax. Erik On Apr 13, 2009, at 10:49 PM, Ryan McKinley wrote: what about: fieldA:value1 AND fieldB:value2 this can also be written as: +fieldA:value1 +fieldB:value2

Re: Search included in *all* fields

2009-04-13 Thread Ryan McKinley
what about: fieldA:value1 AND fieldB:value2 this can also be written as: +fieldA:value1 +fieldB:value2 On Apr 13, 2009, at 9:53 PM, Johnny X wrote: I'll start a new thread to make things easier, because I've only really got one problem now. I've configured my Solr to search on all fiel