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

Robert Muir resolved LUCENE-2254.
---------------------------------

    Resolution: Fixed

Committed revision 912308.

> Support more queries (other than just title) in Trec quality pkg
> ----------------------------------------------------------------
>
>                 Key: LUCENE-2254
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2254
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>             Fix For: 3.1
>
>         Attachments: LUCENE-2254.patch
>
>
> Now that we can properly parse descriptions and narratives from TREC queries 
> (LUCENE-2210), it would be nice to allow the user to easily run quality 
> evaluations on more than just "Title"
> This patch adds an optional commandline argument to QueryDriver (the default 
> is Title as before), where you can specify something like:
> T: Title-only
> D: Description-only
> N: Narrative-only
> TD: Title + Description,
> TDN: Title+Description+Narrative,
> DN: Description+Narrative
> The SimpleQQParser has an additional constructor that simply accepts a 
> String[] of these fields, forming a booleanquery across all of them.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to