[
https://issues.apache.org/jira/browse/SOLR-10944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16100373#comment-16100373
]
ASF subversion and git services commented on SOLR-10944:
--------------------------------------------------------
Commit ca116ae152188176e78b630b0981a478d78df1bf in lucene-solr's branch
refs/heads/branch_7x from [~joel.bernstein]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=ca116ae ]
SOLR-10944: Update CHANGES.txt
> Get expression fails to return EOF tuple
> -----------------------------------------
>
> Key: SOLR-10944
> URL: https://issues.apache.org/jira/browse/SOLR-10944
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Components: search
> Affects Versions: 6.6
> Reporter: Susheel Kumar
> Priority: Blocker
> Labels: patch
> Attachments: SOLR-10944.patch
>
>
> Below is a simple let expr where search would not find a match and return 0
> result. In that case, we expect get(a) to show a EOF tuple while it is
> throwing exception.
> ===
> let(a=search(collection1,
> q=id:999999999,
> fl="id,business_email",
> sort="business_email asc"),
> get(a)
> )
> {
> "result-set": {
> "docs": [
> {
> "EXCEPTION": "Index: 0, Size: 0",
> "EOF": true,
> "RESPONSE_TIME": 8
> }
> ]
> }
> }
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]