[ http://issues.apache.org/jira/browse/LUCENE-544?page=all ]

Otis Gospodnetic resolved LUCENE-544.
-------------------------------------

    Resolution: Fixed

I decided to go with Matt's version - smaller change to the class + a unit 
test.  Thanks Matt!

Karl: if any functionality from your modification is missing after this patch, 
please feel free to make mods to MFQP in HEAD and attach a patch.


> MultiFieldQueryParser field boost multiplier
> --------------------------------------------
>
>                 Key: LUCENE-544
>                 URL: http://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.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
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]

Reply via email to