On 4/9/07, J. Delgado <[EMAIL PROTECTED]> wrote:
Has anyone within the Lucene or Solr community attempted to code a
progressive query relaxation technique similar to the one described
here for Oracle Text?
http://www.oracle.com/technology/products/text/htdocs/prog_relax.html

I've thought about it in the past as an alternative to dismax.
Instead of getting the query terms and constructing all the different
clauses (disjunctionMax, pharseQuery, sloppyPhraseQuery, etc), one
could instead run a series of queries, ordered from most to least
restrictive.  Nothing has been implemented along these lines though.

-Yonik

Reply via email to