You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Adrien Grand (JIRA)" <ji...@apache.org> on 2015/07/24 12:48:04 UTC

[jira] [Created] (LUCENE-6695) BlendedTermQuery

Adrien Grand created LUCENE-6695:
------------------------------------

             Summary: BlendedTermQuery
                 Key: LUCENE-6695
                 URL: https://issues.apache.org/jira/browse/LUCENE-6695
             Project: Lucene - Core
          Issue Type: New Feature
            Reporter: Adrien Grand
            Assignee: Adrien Grand
            Priority: Minor


It is sometimes desirable to ignore differences between index statistics of several terms so that they produce the same scores, for instance if you resolve synonyms at search time or if you want to search across several fields. Elasticsearch has been using this approach for its multi_match query for some time now.

We already blend statistics in TopTermsBlendedFreqScoringRewrite (used by FuzzyQuery) but it could be helpful to have a dedicated query to choose manually which terms to blend stats from.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org