: AND will find documents that have php in all fields but OR will find
: documents that have php in any field so you can try the same query with
: all ORs.

For the record, this is where the DixMaxRequestHandler really shines ...
instead of needing to query for "php" in each of those fields, you just
configure dismax with the list of fields you care about, and for each
field tell it how significant that field is, and it takes care of building
up the query and weighting hte fields accordingly...

        http://wiki.apache.org/solr/DisMaxRequestHandler



-Hoss

Reply via email to