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 ResponseParser
SolrRequest. getResponseParser()
Methods in org.apache.solr.client.solrj with parameters of type ResponseParser Modifier and Type Method Description void
SolrRequest. 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 class
BinaryResponseParser
class
InputStreamResponseParser
Simply puts the InputStream into an entry in a NamedList named "stream".class
JsonMapResponseParser
ResponseParser for JsonMaps.class
NoOpResponseParser
A special parser that puts the entire response into a string "response" field in the NamedList.class
StreamingBinaryResponseParser
A BinaryResponseParser that sends callback events rather than build a large responseclass
XMLResponseParser
Fields in org.apache.solr.client.solrj.impl declared as ResponseParser Modifier and Type Field Description protected ResponseParser
HttpSolrClient. parser
Deprecated.Default response parser is BinaryResponseParserprotected ResponseParser
HttpSolrClientBase. parser
protected ResponseParser
LBSolrClient. parser
protected ResponseParser
HttpSolrClientBuilderBase. responseParser
protected ResponseParser
SolrClientBuilder. responseParser
Deprecated.Methods in org.apache.solr.client.solrj.impl that return ResponseParser Modifier and Type Method Description ResponseParser
CloudSolrClient. getParser()
ResponseParser
HttpSolrClient. getParser()
Deprecated.ResponseParser
HttpSolrClientBase. getParser()
ResponseParser
LBHttp2SolrClient. getParser()
ResponseParser
LBSolrClient. getParser()
protected ResponseParser
HttpSolrClientBase. 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.HttpUriRequestResponse
HttpSolrClient. httpUriRequest(SolrRequest<?> request, ResponseParser processor)
Deprecated.protected ModifiableSolrParams
HttpSolrClientBase. initalizeSolrParams(SolrRequest<?> solrRequest, ResponseParser parserToUse)
Deprecated, for removal: This API element is subject to removal in a future version.protected ModifiableSolrParams
HttpSolrClientBase. 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.void
CloudSolrClient. setParser(ResponseParser processor)
Deprecated.useCloudHttp2SolrClient.Builder
insteadvoid
ConcurrentUpdateSolrClient. setParser(ResponseParser responseParser)
Deprecated.void
HttpSolrClient. setParser(ResponseParser parser)
Deprecated.protected void
HttpSolrClientBase. setParser(ResponseParser parser)
void
LBHttp2SolrClient. setParser(ResponseParser parser)
Deprecated.Pass in a configuredHttp2SolrClient
insteadvoid
LBSolrClient. setParser(ResponseParser parser)
Deprecated.Pass in a configuredSolrClient
insteadprotected boolean
HttpSolrClientBase. wantStream(ResponseParser processor)
CloudHttp2SolrClient.Builder
CloudHttp2SolrClient.Builder. withResponseParser(ResponseParser responseParser)
Provides aResponseParser
for created clients to use when handling requests.B
HttpSolrClientBuilderBase. withResponseParser(ResponseParser responseParser)
Provides aResponseParser
for created clients to use when handling requests.B
SolrClientBuilder. withResponseParser(ResponseParser responseParser)
Deprecated.Provides aResponseParser
for 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 ResponseParser
AliasesApi.CreateAlias. getResponseParser()
ResponseParser
AliasesApi.DeleteAlias. getResponseParser()
ResponseParser
AliasesApi.GetAliasByName. getResponseParser()
ResponseParser
AliasesApi.GetAliases. getResponseParser()
ResponseParser
AliasPropertiesApi.CreateOrUpdateAliasProperty. getResponseParser()
ResponseParser
AliasPropertiesApi.DeleteAliasProperty. getResponseParser()
ResponseParser
AliasPropertiesApi.GetAliasProperty. getResponseParser()
ResponseParser
AliasPropertiesApi.GetAllAliasProperties. getResponseParser()
ResponseParser
AliasPropertiesApi.UpdateAliasProperties. getResponseParser()
ResponseParser
ClusterApi.BalanceReplicas. getResponseParser()
ResponseParser
ClusterApi.MigrateReplicas. getResponseParser()
ResponseParser
ClusterPropertiesApi.CreateOrUpdateClusterProperty. getResponseParser()
ResponseParser
ClusterPropertiesApi.CreateOrUpdateNestedClusterProperty. getResponseParser()
ResponseParser
ClusterPropertiesApi.DeleteClusterProperty. getResponseParser()
ResponseParser
ClusterPropertiesApi.GetClusterProperty. getResponseParser()
ResponseParser
ClusterPropertiesApi.ListClusterProperties. getResponseParser()
ResponseParser
CollectionBackupsApi.CreateCollectionBackup. getResponseParser()
ResponseParser
CollectionBackupsApi.DeleteMultipleBackupsByRecency. getResponseParser()
ResponseParser
CollectionBackupsApi.DeleteSingleBackupById. getResponseParser()
ResponseParser
CollectionBackupsApi.GarbageCollectUnusedBackupFiles. getResponseParser()
ResponseParser
CollectionBackupsApi.ListBackupsAtLocation. getResponseParser()
ResponseParser
CollectionBackupsApi.RestoreCollection. getResponseParser()
ResponseParser
CollectionPropertiesApi.CreateOrUpdateCollectionProperty. getResponseParser()
ResponseParser
CollectionPropertiesApi.DeleteCollectionProperty. getResponseParser()
ResponseParser
CollectionsApi.BalanceShardUnique. getResponseParser()
ResponseParser
CollectionsApi.CreateCollection. getResponseParser()
ResponseParser
CollectionsApi.DeleteCollection. getResponseParser()
ResponseParser
CollectionsApi.ListCollections. getResponseParser()
ResponseParser
CollectionsApi.ReloadCollection. getResponseParser()
ResponseParser
CollectionsApi.RenameCollection. getResponseParser()
ResponseParser
CollectionSnapshotsApi.CreateCollectionSnapshot. getResponseParser()
ResponseParser
CollectionSnapshotsApi.DeleteCollectionSnapshot. getResponseParser()
ResponseParser
CollectionSnapshotsApi.ListSnapshots. getResponseParser()
ResponseParser
ConfigsetsApi.ListConfigSet. getResponseParser()
ResponseParser
CoreBackupsApi.CreateBackup. getResponseParser()
ResponseParser
CoresApi.InstallCoreData. getResponseParser()
ResponseParser
CoresApi.MergeIndexes. getResponseParser()
ResponseParser
CoresApi.ReloadCore. getResponseParser()
ResponseParser
CoresApi.RenameCore. getResponseParser()
ResponseParser
CoresApi.RestoreCore. getResponseParser()
ResponseParser
CoresApi.SwapCores. getResponseParser()
ResponseParser
CoresApi.UnloadCore. getResponseParser()
ResponseParser
CoreSnapshotsApi.CreateSnapshot. getResponseParser()
ResponseParser
CoreSnapshotsApi.DeleteSnapshot. getResponseParser()
ResponseParser
CoreSnapshotsApi.ListSnapshots1. getResponseParser()
ResponseParser
DefaultApi.ReadSecurityJsonNode. getResponseParser()
ResponseParser
FileStoreApi.DeleteFile. getResponseParser()
ResponseParser
FileStoreApi.UploadFile. getResponseParser()
ResponseParser
LoggingApi.FetchLocalLogMessages. getResponseParser()
ResponseParser
LoggingApi.ListAllLoggersAndLevels. getResponseParser()
ResponseParser
LoggingApi.ModifyLocalLogLevel. getResponseParser()
ResponseParser
LoggingApi.SetMessageThreshold. getResponseParser()
ResponseParser
NodeApi.DeleteNode. getResponseParser()
ResponseParser
NodeApi.GetCommandStatus. getResponseParser()
ResponseParser
NodeApi.GetPublicKey. getResponseParser()
ResponseParser
NodeApi.ReplaceNode. getResponseParser()
ResponseParser
QueryingApi.JsonQuery. getResponseParser()
ResponseParser
QueryingApi.Query. getResponseParser()
ResponseParser
ReplicaPropertiesApi.AddReplicaProperty. getResponseParser()
ResponseParser
ReplicaPropertiesApi.DeleteReplicaProperty. getResponseParser()
ResponseParser
ReplicasApi.CreateReplica. getResponseParser()
ResponseParser
ReplicasApi.DeleteReplicaByName. getResponseParser()
ResponseParser
ReplicasApi.DeleteReplicasByCount. getResponseParser()
ResponseParser
ReplicasApi.DeleteReplicasByCountAllShards. getResponseParser()
ResponseParser
ReplicationApi.FetchFileList. getResponseParser()
ResponseParser
ReplicationApi.FetchIndexVersion. getResponseParser()
ResponseParser
ReplicationBackupsApi.CreateBackup1. getResponseParser()
ResponseParser
SchemaApi.GetDynamicFieldInfo. getResponseParser()
ResponseParser
SchemaApi.GetFieldInfo. getResponseParser()
ResponseParser
SchemaApi.GetFieldTypeInfo. getResponseParser()
ResponseParser
SchemaApi.GetSchemaInfo. getResponseParser()
ResponseParser
SchemaApi.GetSchemaName. getResponseParser()
ResponseParser
SchemaApi.GetSchemaSimilarity. getResponseParser()
ResponseParser
SchemaApi.GetSchemaUniqueKey. getResponseParser()
ResponseParser
SchemaApi.GetSchemaVersion. getResponseParser()
ResponseParser
SchemaApi.GetSchemaZkVersion. getResponseParser()
ResponseParser
SchemaApi.ListCopyFields. getResponseParser()
ResponseParser
SchemaApi.ListDynamicFields. getResponseParser()
ResponseParser
SchemaApi.ListSchemaFields. getResponseParser()
ResponseParser
SchemaApi.ListSchemaFieldTypes. getResponseParser()
ResponseParser
ShardsApi.CreateShard. getResponseParser()
ResponseParser
ShardsApi.DeleteShard. getResponseParser()
ResponseParser
ShardsApi.ForceShardLeader. getResponseParser()
ResponseParser
ShardsApi.InstallShardData. getResponseParser()
ResponseParser
ShardsApi.SyncShard. getResponseParser()
ResponseParser
V2Request. getResponseParser()
ResponseParser
ZookeeperReadApi.ListNodes. getResponseParser()
ResponseParser
ZookeeperReadApi.ReadNode. getResponseParser()
Methods in org.apache.solr.client.solrj.request with parameters of type ResponseParser Modifier and Type Method Description V2Request.Builder
V2Request.Builder. withResponseParser(ResponseParser parser)
-