[ 
https://issues.apache.org/jira/browse/LUCENE-9659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285856#comment-17285856
 ] 

ASF subversion and git services commented on LUCENE-9659:
---------------------------------------------------------

Commit 890f570bf5f3f0501c47d8d6a74ef6e5b6e72e75 in lucene-solr's branch 
refs/heads/master from Kevin Watters
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=890f570 ]

LUCENE-9659 inequality support in payload check query (#2185)

Changes from SOLR-14787 supporting inequalities in SpanPayloadCheckQuery


> Support inequality operations in payload check queries
> ------------------------------------------------------
>
>                 Key: LUCENE-9659
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9659
>             Project: Lucene - Core
>          Issue Type: New Feature
>          Components: core/search
>            Reporter: Kevin Watters
>            Assignee: David Smiley
>            Priority: Minor
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> This is a ticket broken out from 
> https://issues.apache.org/jira/browse/SOLR-14787
> The patch will extend the SpanPayloadCheck query to support inequality checks 
> to see if the term and payload should match.  Currently, this query operator 
> only supports equals as the payload check.  This ticket introduces 
> gt,gte,lt,lte and eq operations to support testing if a payload is greater 
> than/less than a specified reference payload value.  One such use case is to 
> have a label on a document with a confidence level stored as a payload.  This 
> patch will support searching for the term where a confidence level is above a 
> given threshold.
>  



--
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