Susheel Kumar created SOLR-10944:
------------------------------------

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


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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to