Uses of Class
org.apache.solr.client.solrj.ResponseParser
-
Packages that use ResponseParser Package Description org.apache.solr.client.solrj Primary APIs for communicating with a Solr Server from a Java client.org.apache.solr.client.solrj.impl Concrete implementations of client API classes.org.apache.solr.client.solrj.request Convenience classes for dealing with various types of Solr requests. -
-
Uses of ResponseParser in org.apache.solr.client.solrj
Methods in org.apache.solr.client.solrj that return ResponseParser Modifier and Type Method Description ResponseParserSolrRequest. getResponseParser()Methods in org.apache.solr.client.solrj with parameters of type ResponseParser Modifier and Type Method Description voidSolrRequest. setResponseParser(ResponseParser responseParser)Optionally specify how the Response should be parsed. -
Uses of ResponseParser in org.apache.solr.client.solrj.impl
Subclasses of ResponseParser in org.apache.solr.client.solrj.impl Modifier and Type Class Description classBinaryResponseParserclassInputStreamResponseParserSimply puts the InputStream into an entry in a NamedList named "stream".classJsonMapResponseParserResponseParser for JsonMaps.classNoOpResponseParserSimply puts the entire response into an entry in a NamedList.classStreamingBinaryResponseParserA BinaryResponseParser that sends callback events rather then build a large responseclassXMLResponseParserFields in org.apache.solr.client.solrj.impl declared as ResponseParser Modifier and Type Field Description protected ResponseParserHttpSolrClient. parserDeprecated.Default response parser is BinaryResponseParserprotected ResponseParserLBSolrClient. parserprotected ResponseParserHttp2SolrClient.Builder. responseParserprotected ResponseParserSolrClientBuilder. responseParserDeprecated.Methods in org.apache.solr.client.solrj.impl that return ResponseParser Modifier and Type Method Description ResponseParserCloudSolrClient. getParser()ResponseParserHttp2SolrClient. getParser()ResponseParserHttpSolrClient. getParser()Deprecated.ResponseParserLBHttp2SolrClient. getParser()ResponseParserLBSolrClient. getParser()Methods in org.apache.solr.client.solrj.impl with parameters of type ResponseParser Modifier and Type Method Description protected NamedList<Object>HttpSolrClient. executeMethod(org.apache.http.client.methods.HttpRequestBase method, Principal userPrincipal, ResponseParser processor, boolean isV2Api)Deprecated.HttpSolrClient.HttpUriRequestResponseHttpSolrClient. httpUriRequest(SolrRequest<?> request, ResponseParser processor)Deprecated.NamedList<Object>HttpSolrClient. request(SolrRequest<?> request, ResponseParser processor)Deprecated.NamedList<Object>HttpSolrClient. request(SolrRequest<?> request, ResponseParser processor, String collection)Deprecated.voidCloudSolrClient. setParser(ResponseParser processor)Deprecated.useCloudHttp2SolrClient.BuilderinsteadvoidConcurrentUpdateSolrClient. setParser(ResponseParser responseParser)Deprecated.voidHttp2SolrClient. setParser(ResponseParser parser)Deprecated.voidHttpSolrClient. setParser(ResponseParser parser)Deprecated.voidLBHttp2SolrClient. setParser(ResponseParser parser)Deprecated.Pass in a configuredHttp2SolrClientinsteadvoidLBSolrClient. setParser(ResponseParser parser)Deprecated.Pass in a configuredSolrClientinsteadCloudHttp2SolrClient.BuilderCloudHttp2SolrClient.Builder. withResponseParser(ResponseParser responseParser)Provides aResponseParserfor created clients to use when handling requests.Http2SolrClient.BuilderHttp2SolrClient.Builder. withResponseParser(ResponseParser responseParser)Provides aResponseParserfor created clients to use when handling requests.BSolrClientBuilder. withResponseParser(ResponseParser responseParser)Deprecated.Provides aResponseParserfor created clients to use when handling requests. -
Uses of ResponseParser in org.apache.solr.client.solrj.request
Methods in org.apache.solr.client.solrj.request that return ResponseParser Modifier and Type Method Description ResponseParserAliasesApi.DeleteAlias. getResponseParser()ResponseParserAliasesApi.GetAliasByName. getResponseParser()ResponseParserAliasesApi.GetAliases. getResponseParser()ResponseParserAliasPropertiesApi.CreateOrUpdateAliasProperty. getResponseParser()ResponseParserAliasPropertiesApi.DeleteAliasProperty. getResponseParser()ResponseParserAliasPropertiesApi.GetAliasProperty. getResponseParser()ResponseParserAliasPropertiesApi.GetAllAliasProperties. getResponseParser()ResponseParserAliasPropertiesApi.UpdateAliasProperties. getResponseParser()ResponseParserClusterApi.BalanceReplicas. getResponseParser()ResponseParserCollectionBackupsApi.DeleteMultipleBackupsByRecency. getResponseParser()ResponseParserCollectionBackupsApi.DeleteSingleBackupById. getResponseParser()ResponseParserCollectionBackupsApi.GarbageCollectUnusedBackupFiles. getResponseParser()ResponseParserCollectionBackupsApi.ListBackupsAtLocation. getResponseParser()ResponseParserCollectionsApi.DeleteCollection. getResponseParser()ResponseParserCollectionsApi.ListCollections. getResponseParser()ResponseParserCollectionsApi.ReloadCollection. getResponseParser()ResponseParserCollectionsApi.RenameCollection. getResponseParser()ResponseParserConfigsetsApi.ListConfigSet. getResponseParser()ResponseParserNodeApi.DeleteNode. getResponseParser()ResponseParserNodeApi.GetPublicKey. getResponseParser()ResponseParserNodeApi.ReplaceNode. getResponseParser()ResponseParserReplicaPropertiesApi.AddReplicaProperty. getResponseParser()ResponseParserReplicaPropertiesApi.DeleteReplicaProperty. getResponseParser()ResponseParserReplicasApi.DeleteReplicaByName. getResponseParser()ResponseParserReplicasApi.DeleteReplicasByCount. getResponseParser()ResponseParserReplicasApi.DeleteReplicasByCountAllShards. getResponseParser()ResponseParserShardsApi.ForceShardLeader. getResponseParser()ResponseParserShardsApi.SyncShard. getResponseParser()ResponseParserV2Request. getResponseParser()Methods in org.apache.solr.client.solrj.request with parameters of type ResponseParser Modifier and Type Method Description V2Request.BuilderV2Request.Builder. withResponseParser(ResponseParser parser)
-