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

Noble Paul edited comment on SOLR-16234 at 6/6/22 6:09 PM:
-----------------------------------------------------------

{quote}HttpClient? Standard java io ? plenty of ways to make a raw http request 
already exist? Maybe if you clarify how this is better than those the value 
will become clear.
{quote}
There are a few things a standard HTTP client cannot do that SolrJ does
 * standard clients are not cluster topology aware
 * Mapping a node name to a url
 * mapping a shard name or shard key to a url
 * faliover when a replica is down
 * optimistic fetch of cluster state

These are very useful already. I want an API that gives the above benefits of 
SolrJ without the other overheads. 


was (Author: noble.paul):
{quote}HttpClient? Standard java io ? plenty of ways to make a raw http request 
already exist? Maybe if you clarify how this is better than those the value 
will become clear.
{quote}
There are a few things a standard HTTP client cannot do that SolrJ does



 * standard clients are not cluster topology aware
 * Mapping a node name to a url
 * mapping a shard name or shard key to a url
 * faliover when a replica is down
 * optimistic fetch of cluster state

These are very useful already

> An API to make raw requests and responses to Solr 
> --------------------------------------------------
>
>                 Key: SOLR-16234
>                 URL: https://issues.apache.org/jira/browse/SOLR-16234
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: clients - java
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>            Priority: Major
>             Fix For: 9.1
>
>
> All Solr APIs are higher level APIs that deals with objects . We need a 
> simple raw API for users who wish to interact with Solr without these Objects



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to