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

Jason Gerlowski edited comment on SOLR-16234 at 6/3/22 1:37 PM:
----------------------------------------------------------------

Why would a SolrJ user _want_ to interact with Solr without using SolrJ's 
request objects?  That's one of the main value-propositions of SolrJ AFAICT - 
users are saved from needing to memorize API details like the path, query 
parameters, etc. and in many (most?) cases they can even get a nice 'Response' 
POJO back that saves them from doing any response parsing.

The one use-case I can think of is to allow hitting APIs that don't have SolrJ 
request/response objects.  But those cases should all be covered by 
{{GenericSolrRequest}} afaik.

What am I missing?


was (Author: gerlowskija):
Why would a SolrJ user _want_ to interact with Solr without using SolrJ's 
request objects?  That's one of the main value-propositions of SolrJ AFAICT - 
users are saved from needing to memorize API details like the path, query 
parameters, etc. and in many (most?) cases they can even get a nice 'Response' 
POJO back that saves them from doing any response parsing.

The one use-case I can think of is to allow hitting APIs that don't have SolrJ 
request/response objects.  But those cases should all be covered by 
{{GenericSolrRequest}} afaik.

What am I missing?

 

 

 

 

> 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
>            Priority: Major
>
> 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