2010/5/5 José Ramón Pérez Agüera <[email protected]>: [...] > The consequence is that a document > matching a single query term over several fields could score much > higher than a document matching several query terms in one field only,
One partial workaround that people use is DisjunctionMaxQuery (used by "dismax" query parser in Solr). http://lucene.apache.org/java/2_0_0/api/org/apache/lucene/search/DisjunctionMaxQuery.html -Yonik Apache Lucene Eurocon 2010 18-21 May 2010 | Prague --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
