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.classNoOpResponseParserA special parser that puts the entire response into a string "response" field in the NamedList.classStreamingBinaryResponseParserA BinaryResponseParser that sends callback events rather than 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 ResponseParserHttpSolrClientBase. parserprotected ResponseParserLBSolrClient. parserprotected ResponseParserHttpSolrClientBuilderBase. responseParserprotected ResponseParserSolrClientBuilder. responseParserDeprecated.Methods in org.apache.solr.client.solrj.impl that return ResponseParser Modifier and Type Method Description ResponseParserCloudSolrClient. getParser()ResponseParserHttpSolrClient. getParser()Deprecated.ResponseParserHttpSolrClientBase. getParser()ResponseParserLBHttp2SolrClient. getParser()ResponseParserLBSolrClient. getParser()protected ResponseParserHttpSolrClientBase. responseParser(SolrRequest<?> solrRequest)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.protected ModifiableSolrParamsHttpSolrClientBase. initalizeSolrParams(SolrRequest<?> solrRequest, ResponseParser parserToUse)Deprecated, for removal: This API element is subject to removal in a future version.protected ModifiableSolrParamsHttpSolrClientBase. initializeSolrParams(SolrRequest<?> solrRequest, ResponseParser parserToUse)protected NamedList<Object>HttpSolrClientBase. processErrorsAndResponse(int httpStatus, String responseReason, String responseMethod, ResponseParser processor, InputStream is, String mimeType, String encoding, boolean isV2Api, String urlExceptionMessage)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.voidHttpSolrClient. setParser(ResponseParser parser)Deprecated.protected voidHttpSolrClientBase. setParser(ResponseParser parser)voidLBHttp2SolrClient. setParser(ResponseParser parser)Deprecated.Pass in a configuredHttp2SolrClientinsteadvoidLBSolrClient. setParser(ResponseParser parser)Deprecated.Pass in a configuredSolrClientinsteadprotected booleanHttpSolrClientBase. wantStream(ResponseParser processor)CloudHttp2SolrClient.BuilderCloudHttp2SolrClient.Builder. withResponseParser(ResponseParser responseParser)Provides aResponseParserfor created clients to use when handling requests.BHttpSolrClientBuilderBase. 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.CreateAlias. getResponseParser()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()ResponseParserClusterApi.MigrateReplicas. getResponseParser()ResponseParserClusterPropertiesApi.CreateOrUpdateClusterProperty. getResponseParser()ResponseParserClusterPropertiesApi.CreateOrUpdateNestedClusterProperty. getResponseParser()ResponseParserClusterPropertiesApi.DeleteClusterProperty. getResponseParser()ResponseParserClusterPropertiesApi.GetClusterProperty. getResponseParser()ResponseParserClusterPropertiesApi.ListClusterProperties. getResponseParser()ResponseParserCollectionBackupsApi.CreateCollectionBackup. getResponseParser()ResponseParserCollectionBackupsApi.DeleteMultipleBackupsByRecency. getResponseParser()ResponseParserCollectionBackupsApi.DeleteSingleBackupById. getResponseParser()ResponseParserCollectionBackupsApi.GarbageCollectUnusedBackupFiles. getResponseParser()ResponseParserCollectionBackupsApi.ListBackupsAtLocation. getResponseParser()ResponseParserCollectionBackupsApi.RestoreCollection. getResponseParser()ResponseParserCollectionPropertiesApi.CreateOrUpdateCollectionProperty. getResponseParser()ResponseParserCollectionPropertiesApi.DeleteCollectionProperty. getResponseParser()ResponseParserCollectionsApi.BalanceShardUnique. getResponseParser()ResponseParserCollectionsApi.CreateCollection. getResponseParser()ResponseParserCollectionsApi.DeleteCollection. getResponseParser()ResponseParserCollectionsApi.ListCollections. getResponseParser()ResponseParserCollectionsApi.ReloadCollection. getResponseParser()ResponseParserCollectionsApi.RenameCollection. getResponseParser()ResponseParserCollectionSnapshotsApi.CreateCollectionSnapshot. getResponseParser()ResponseParserCollectionSnapshotsApi.DeleteCollectionSnapshot. getResponseParser()ResponseParserCollectionSnapshotsApi.ListSnapshots. getResponseParser()ResponseParserConfigsetsApi.ListConfigSet. getResponseParser()ResponseParserCoreBackupsApi.CreateBackup. getResponseParser()ResponseParserCoresApi.InstallCoreData. getResponseParser()ResponseParserCoresApi.MergeIndexes. getResponseParser()ResponseParserCoresApi.ReloadCore. getResponseParser()ResponseParserCoresApi.RenameCore. getResponseParser()ResponseParserCoresApi.RestoreCore. getResponseParser()ResponseParserCoresApi.SwapCores. getResponseParser()ResponseParserCoresApi.UnloadCore. getResponseParser()ResponseParserCoreSnapshotsApi.CreateSnapshot. getResponseParser()ResponseParserCoreSnapshotsApi.DeleteSnapshot. getResponseParser()ResponseParserCoreSnapshotsApi.ListSnapshots1. getResponseParser()ResponseParserDefaultApi.ReadSecurityJsonNode. getResponseParser()ResponseParserFileStoreApi.DeleteFile. getResponseParser()ResponseParserFileStoreApi.UploadFile. getResponseParser()ResponseParserLoggingApi.FetchLocalLogMessages. getResponseParser()ResponseParserLoggingApi.ListAllLoggersAndLevels. getResponseParser()ResponseParserLoggingApi.ModifyLocalLogLevel. getResponseParser()ResponseParserLoggingApi.SetMessageThreshold. getResponseParser()ResponseParserNodeApi.DeleteNode. getResponseParser()ResponseParserNodeApi.GetCommandStatus. getResponseParser()ResponseParserNodeApi.GetPublicKey. getResponseParser()ResponseParserNodeApi.ReplaceNode. getResponseParser()ResponseParserQueryingApi.JsonQuery. getResponseParser()ResponseParserQueryingApi.Query. getResponseParser()ResponseParserReplicaPropertiesApi.AddReplicaProperty. getResponseParser()ResponseParserReplicaPropertiesApi.DeleteReplicaProperty. getResponseParser()ResponseParserReplicasApi.CreateReplica. getResponseParser()ResponseParserReplicasApi.DeleteReplicaByName. getResponseParser()ResponseParserReplicasApi.DeleteReplicasByCount. getResponseParser()ResponseParserReplicasApi.DeleteReplicasByCountAllShards. getResponseParser()ResponseParserReplicationApi.FetchFileList. getResponseParser()ResponseParserReplicationApi.FetchIndexVersion. getResponseParser()ResponseParserReplicationBackupsApi.CreateBackup1. getResponseParser()ResponseParserSchemaApi.GetDynamicFieldInfo. getResponseParser()ResponseParserSchemaApi.GetFieldInfo. getResponseParser()ResponseParserSchemaApi.GetFieldTypeInfo. getResponseParser()ResponseParserSchemaApi.GetSchemaInfo. getResponseParser()ResponseParserSchemaApi.GetSchemaName. getResponseParser()ResponseParserSchemaApi.GetSchemaSimilarity. getResponseParser()ResponseParserSchemaApi.GetSchemaUniqueKey. getResponseParser()ResponseParserSchemaApi.GetSchemaVersion. getResponseParser()ResponseParserSchemaApi.GetSchemaZkVersion. getResponseParser()ResponseParserSchemaApi.ListCopyFields. getResponseParser()ResponseParserSchemaApi.ListDynamicFields. getResponseParser()ResponseParserSchemaApi.ListSchemaFields. getResponseParser()ResponseParserSchemaApi.ListSchemaFieldTypes. getResponseParser()ResponseParserShardsApi.CreateShard. getResponseParser()ResponseParserShardsApi.DeleteShard. getResponseParser()ResponseParserShardsApi.ForceShardLeader. getResponseParser()ResponseParserShardsApi.InstallShardData. getResponseParser()ResponseParserShardsApi.SyncShard. getResponseParser()ResponseParserV2Request. getResponseParser()ResponseParserZookeeperReadApi.ListNodes. getResponseParser()ResponseParserZookeeperReadApi.ReadNode. 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)
-