[ 
https://issues.apache.org/jira/browse/SOLR-6449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anurag Sharma updated SOLR-6449:
--------------------------------
    Attachment: SOLR-6449.patch

Implemented direct call to get the doc(s) by ID(s). Provided two apis

1. Takes 1 or more Ids using java variable number of args
{code} 
GetByIdResponse getById(String... ids)
{code}

2. Takes input as set collection
{code}
GetByIdResponse getById(Set<String> ids)
{code}

Unit tests added for single(using #1) and multiple(using #1 & #2) ID(s) 
request(s).

> Add first class support for Real Time Get in Solrj
> --------------------------------------------------
>
>                 Key: SOLR-6449
>                 URL: https://issues.apache.org/jira/browse/SOLR-6449
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>            Reporter: Shalin Shekhar Mangar
>              Labels: difficulty-medium, impact-medium
>             Fix For: 5.0
>
>         Attachments: SOLR-6449.patch
>
>
> Any request handler can be queried by Solrj using a custom param map and the 
> "qt" parameter but I think /get should get first-class support in the java 
> client.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to