You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Zach Chen (Jira)" <ji...@apache.org> on 2021/10/30 04:31:00 UTC

[jira] [Created] (LUCENE-10212) Add luceneutil benchmark task for CombinedFieldsQuery

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