You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jan Høydahl (JIRA)" <ji...@apache.org> on 2013/02/28 14:05:20 UTC

[jira] [Updated] (LUCENE-553) MultiFieldDisjunctionMaxQueryParser

     [ https://issues.apache.org/jira/browse/LUCENE-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Høydahl updated LUCENE-553:
-------------------------------


This issue has been inactive for more than 4 years. Please close if it's no longer relevant/needed, or bring it up to date if you intend to work on it. SPRING_CLEANING_2013
                
> MultiFieldDisjunctionMaxQueryParser
> -----------------------------------
>
>                 Key: LUCENE-553
>                 URL: https://issues.apache.org/jira/browse/LUCENE-553
>             Project: Lucene - Core
>          Issue Type: New Feature
>          Components: core/queryparser
>    Affects Versions: 1.9, 2.0.0
>         Environment: All
>            Reporter: Chuck Williams
>            Priority: Minor
>         Attachments: MultiFieldDisjunctionMaxQueryParser.java, MultiFieldDisjunctionMaxQueryParserTest.java
>
>
> Following on from Lucene-323, here is a replacement for the old DistributingMultiFieldQueryParser that works with the new QueryParser.  This is essentially a cut-and-paste of MultiFieldQueryParser, using DisjunctionMaxQuery instead of BooleanQuery as the combing operator for the expansion of query terms across the multiple fields being searched.  This is an important adjunct to DisjunctionMaxQuery as it provides a way to generate this query from input query strings.
> It would be possible to generalize MultiFieldQueryParser to parameterize the combining operator, but this would require modifying it rather than simply adding a new class.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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