[
https://issues.apache.org/jira/browse/LUCENE-544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13018332#comment-13018332
]
Rene Scheibe commented on LUCENE-544:
-------------------------------------
There is a problem with parsing the query "one* two*".
Using the tests from the patch, I would expect:
(b:one*^5.0 t:one*^10.0) (b:two*^5.0 t:two*^10.0)
But I get:
(b:one* t:one*) (b:two* t:two*)
> MultiFieldQueryParser field boost multiplier
> --------------------------------------------
>
> Key: LUCENE-544
> URL: https://issues.apache.org/jira/browse/LUCENE-544
> Project: Lucene - Java
> Issue Type: Improvement
> Components: QueryParser
> Reporter: Karl Wettin
> Priority: Trivial
> Attachments: MultiFieldQueryParser.java, MultiFieldQueryParser.java,
> MultiFieldQueryParser.java.diff, MultiFieldQueryParser.java.diff,
> QueryParserPatch
>
>
> Allows specific boosting per field, e.g. +(name:foo^1 description:foo^0.1).
> Went from String[] field to MultiFieldQueryParser.FieldSetting[] field in
> constructor.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]