[
https://issues.apache.org/jira/browse/SOLR-6449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Davids updated SOLR-6449:
-------------------------------
Attachment: SOLR-6449.patch
Provided a simpler patch that doesn't create new GetByIdResponse &
GetByIdRequest classes. Also, added the ability to specify your own custom
SolrParams (useful for specifying fields & cores in SolrCloud):
SolrDocument getById(String id)
SolrDocument getById(String id, SolrParams params)
SolrDocumentList getById(Collection<String> ids)
SolrDocumentList getById(Collection<String> ids, SolrParams params)
> 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, 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: [email protected]
For additional commands, e-mail: [email protected]