You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Digy (JIRA)" <ji...@apache.org> on 2010/03/06 21:38:27 UTC

[jira] Closed: (LUCENENET-147) MultiFieldQueryParser not support boosts for PrefixQuery

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

Digy closed LUCENENET-147.
--------------------------

    Resolution: Incomplete

No test case showing the bug, no patch to fix, so I will close the issue as "incomplete". 

If you think that this bug still exists in Lucene.Net 2.9 also, feel free to reopen this issue with more details.(That would probably mean Lucene Java also suffers from the same bug)

DIGY

> MultiFieldQueryParser not support boosts for PrefixQuery
> --------------------------------------------------------
>
>                 Key: LUCENENET-147
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-147
>             Project: Lucene.Net
>          Issue Type: Bug
>         Environment: 2.1 and 2.3
>            Reporter: 5letters
>
> It appears that field boost is only supported for regular field query and not for special queries such as PrefixQuery, FuzzyQuery, RangeQuery, etc. Compare GetFieldQuery() and GetPrefixQuery() implementations for details. I believe this is bug as it MultiFieldQuery only applies the boost to the tearm "canon" and not "reb*" in the query "canon reb*".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.