Zach Chen created LUCENE-10212:
----------------------------------

             Summary: Add luceneutil benchmark task for CombinedFieldsQuery
                 Key: LUCENE-10212
                 URL: https://issues.apache.org/jira/browse/LUCENE-10212
             Project: Lucene - Core
          Issue Type: Task
            Reporter: Zach Chen
            Assignee: Zach Chen


This is a spin-off task from https://issues.apache.org/jira/browse/LUCENE-10061 
. In order to objectively evaluate performance changes for CombinedFieldsQuery, 
we would like to  add benchmark task and parsing for CombinedFieldsQuery.

One proposal to the query syntax to enable CombinedFieldsQuery benchmarking 
would be the following:

 
{code:java}
taskName: term1 term2 term3 term4 
+combinedFields=field1^boost1,field2^boost2,field3^boost3
{code}
 

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to