You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Jason Gerlowski (Jira)" <ji...@apache.org> on 2022/06/03 13:37:00 UTC

[jira] [Commented] (SOLR-16234) An API to make raw requests and responses to Solr

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

Jason Gerlowski commented on SOLR-16234:
----------------------------------------

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: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org