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

Susheel Kumar commented on SOLR-10944:
--------------------------------------

Hi Joel,

Can you please review the patch, suggest any changes and commit to have it in 
next 7.x release.  This will be a simple fix but is very much required in 
simple to complex expressions involving Get expressions.

Thanks,
Susheel

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

Reply via email to