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.

Reply via email to