You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Karl Wettin (JIRA)" <ji...@apache.org> on 2006/07/23 15:19:14 UTC

[jira] Updated: (LUCENE-544) MultiFieldQueryParser field boost multiplier

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

Karl Wettin updated LUCENE-544:
-------------------------------

    Attachment: MultiFieldQueryParser.java.diff

A new patch that does not screw up the formatting and that is up to date with 2.0

> 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
>
>
> 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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org