Uses of Class
org.apache.solr.common.util.NamedList
Packages that use NamedList
Package
Description
Primary APIs for communicating with a Solr Server from a Java client.
Implementations of some client API classes, and their friends.
Convenience classes for dealing with various types of Solr requests.
Convenience classes for making Schema API requests.
Convenience classes for dealing with various types of Solr responses.
Allows parsing of JSON query/faceting API responses
Convenience classes for dealing with Schema API responses.
Classes to handle query routing preferences
Common classes reused on both clients & server for dealing with
documents to be indexed and result documents.Parameter constants and enumerations.
Common utility classes reused on both clients & server.
-
Uses of NamedList in org.apache.solr.client.solrj
Methods in org.apache.solr.client.solrj that return NamedListModifier and TypeMethodDescriptionSolrResponse.getResponse()SolrClient.request(SolrRequest<?> request) Execute a request against a Solr server using the default collectionSolrClient.request(SolrRequest<?> request, String collection) Execute a request against a Solr server for a given collectionMethods in org.apache.solr.client.solrj with parameters of type NamedListModifier and TypeMethodDescriptionprotected abstract TSolrRequest.createResponse(NamedList<Object> namedList) Create a new SolrResponse to hold the response from the server.abstract voidSolrResponse.setResponse(NamedList<Object> rsp) -
Uses of NamedList in org.apache.solr.client.solrj.impl
Subclasses of NamedList in org.apache.solr.client.solrj.implModifier and TypeClassDescriptionstatic classCloudSolrClient.RouteResponse<T extends LBSolrClient.Req>Fields in org.apache.solr.client.solrj.impl declared as NamedListMethods in org.apache.solr.client.solrj.impl that return NamedListModifier and TypeMethodDescriptionLBSolrClient.Rsp.getResponse()The response from the serverCloudSolrClient.RouteResponse.getRouteResponses()CloudSolrClient.RouteException.getThrowables()HttpSolrClientBase.processErrorsAndResponse(int httpStatus, String responseReason, String responseMethod, ResponseParser processor, InputStream is, String mimeType, String encoding, boolean isV2Api, String urlExceptionMessage) CloudSolrClient.request(SolrRequest<?> request, String collection) ConcurrentUpdateBaseSolrClient.request(SolrRequest<?> request, String collection) HttpJdkSolrClient.request(SolrRequest<?> solrRequest, String collection) LBSolrClient.request(SolrRequest<?> request, String collection) Tries to query a live server.LBSolrClient.request(SolrRequest<?> request, String collection, Integer numServersToTry) HttpJdkSolrClient.requestWithBaseUrl(String baseUrl, SolrRequest<?> solrRequest, String collection) HttpSolrClientBase.requestWithBaseUrl(String baseUrl, SolrRequest<?> solrRequest, String collection) Executes a SolrRequest using the provided URL to temporarily override any "base URL" currently used by this clientCloudSolrClient.requestWithRetryOnStaleState(SolrRequest<?> request, int retryCount, List<String> inputCollections, boolean skipStateVersion, Map<String, CompletableFuture<DocCollection>> pendingRefreshes, boolean waitedForRefresh) As this class doesn't watch external collections on the client side, there's a chance that the request will fail due to cached stale state, which means the state must be refreshed from ZK and retried.CloudSolrClient.sendRequest(SolrRequest<?> request, List<String> inputCollections) Methods in org.apache.solr.client.solrj.impl that return types with arguments of type NamedListModifier and TypeMethodDescriptionCloudSolrClient.RouteResponse.getRouteResponses()HttpJdkSolrClient.requestAsync(SolrRequest<?> solrRequest, String collection) HttpSolrClientBase.requestAsync(SolrRequest<?> request) Execute an asynchronous request against a Solr server using the default collection.abstract CompletableFuture<NamedList<Object>> HttpSolrClientBase.requestAsync(SolrRequest<?> request, String collection) Execute an asynchronous request against a Solr server for a given collection.protected abstract CompletableFuture<NamedList<Object>> LBAsyncSolrClient.requestAsyncWithUrl(SolrClient client, String baseUrl, SolrRequest<?> request) Methods in org.apache.solr.client.solrj.impl with parameters of type NamedListModifier and TypeMethodDescriptionCloudSolrClient.condenseResponse(NamedList<?> response, int timeMillis) protected <T extends CloudSolrClient.RouteResponse<?>>
TCloudSolrClient.condenseResponse(NamedList<?> response, int timeMillis, Supplier<T> supplier) intCloudSolrClient.getMinAchievedReplicationFactor(String collection, NamedList<?> resp) Useful for determining the minimum achieved replication factor across all shards involved in processing an update request, typically useful for gauging the replication factor of a batch.protected CloudSolrClient.RouteExceptionCloudSolrClient.getRouteException(SolrException.ErrorCode serverError, NamedList<Throwable> exceptions, Map<String, ? extends LBSolrClient.Req> routes) CloudSolrClient.getShardReplicationFactor(String collection, NamedList<?> resp) Walks the NamedList response after performing an update request looking for the replication factor that was achieved in each shard involved in the request.voidCloudSolrClient.RouteResponse.setRouteResponses(NamedList<NamedList<?>> routeResponses) Method parameters in org.apache.solr.client.solrj.impl with type arguments of type NamedListModifier and TypeMethodDescriptionvoidCloudSolrClient.RouteResponse.setRouteResponses(NamedList<NamedList<?>> routeResponses) Constructors in org.apache.solr.client.solrj.impl with parameters of type NamedListModifierConstructorDescriptionRouteException(SolrException.ErrorCode errorCode, NamedList<Throwable> throwables, Map<String, ? extends LBSolrClient.Req> routes) -
Uses of NamedList in org.apache.solr.client.solrj.request
Methods in org.apache.solr.client.solrj.request with parameters of type NamedListModifier and TypeMethodDescriptionprotected UpdateResponseAbstractUpdateRequest.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseAliasesApi.CreateAlias.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseAliasesApi.DeleteAlias.createResponse(NamedList<Object> namedList) protected GetAliasByNameResponseAliasesApi.GetAliasByName.createResponse(NamedList<Object> namedList) protected ListAliasesResponseAliasesApi.GetAliases.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseAliasPropertiesApi.CreateOrUpdateAliasProperty.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseAliasPropertiesApi.DeleteAliasProperty.createResponse(NamedList<Object> namedList) protected GetAliasPropertyResponseAliasPropertiesApi.GetAliasProperty.createResponse(NamedList<Object> namedList) protected GetAllAliasPropertiesResponseAliasPropertiesApi.GetAllAliasProperties.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseAliasPropertiesApi.UpdateAliasProperties.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseClusterApi.BalanceReplicas.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseClusterApi.MigrateReplicas.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseClusterPropertiesApi.CreateOrUpdateClusterProperty.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseClusterPropertiesApi.CreateOrUpdateNestedClusterProperty.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseClusterPropertiesApi.DeleteClusterProperty.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseClusterPropertiesApi.GetClusterProperty.createResponse(NamedList<Object> namedList) protected ListClusterPropertiesResponseClusterPropertiesApi.ListClusterProperties.createResponse(NamedList<Object> namedList) protected CollectionAdminResponseCollectionAdminRequest.AsyncCollectionAdminRequest.createResponse(NamedList<Object> namedList) protected CollectionAdminResponseCollectionAdminRequest.ClusterProp.createResponse(NamedList<Object> namedList) protected CollectionAdminResponseCollectionAdminRequest.ClusterStatus.createResponse(NamedList<Object> namedList) protected CollectionAdminResponseCollectionAdminRequest.CollectionProp.createResponse(NamedList<Object> namedList) protected CollectionAdminResponseCollectionAdminRequest.DeleteBackup.createResponse(NamedList<Object> namedList) protected CollectionAdminResponseCollectionAdminRequest.DeleteStatus.createResponse(NamedList<Object> namedList) protected CollectionAdminResponseCollectionAdminRequest.List.createResponse(NamedList<Object> namedList) protected CollectionAdminResponseCollectionAdminRequest.ListAliases.createResponse(NamedList<Object> namedList) protected CollectionAdminResponseCollectionAdminRequest.ListBackup.createResponse(NamedList<Object> namedList) CollectionAdminRequest.RequestApiDistributedProcessing.createResponse(NamedList<Object> namedList) CollectionAdminRequest.RequestStatus.createResponse(NamedList<Object> namedList) protected CollectionAdminResponseCollectionAdminRequest.ShardSpecificAdminRequest.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseCollectionBackupsApi.CreateCollectionBackup.createResponse(NamedList<Object> namedList) protected BackupDeletionResponseBodyCollectionBackupsApi.DeleteMultipleBackupsByRecency.createResponse(NamedList<Object> namedList) protected BackupDeletionResponseBodyCollectionBackupsApi.DeleteSingleBackupById.createResponse(NamedList<Object> namedList) protected PurgeUnusedResponseCollectionBackupsApi.GarbageCollectUnusedBackupFiles.createResponse(NamedList<Object> namedList) protected ListCollectionBackupsResponseCollectionBackupsApi.ListBackupsAtLocation.createResponse(NamedList<Object> namedList) protected SubResponseAccumulatingJerseyResponseCollectionBackupsApi.RestoreCollection.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseCollectionPropertiesApi.CreateOrUpdateCollectionProperty.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseCollectionPropertiesApi.DeleteCollectionProperty.createResponse(NamedList<Object> namedList) protected SubResponseAccumulatingJerseyResponseCollectionsApi.BalanceShardUnique.createResponse(NamedList<Object> namedList) protected SubResponseAccumulatingJerseyResponseCollectionsApi.CreateCollection.createResponse(NamedList<Object> namedList) protected SubResponseAccumulatingJerseyResponseCollectionsApi.DeleteCollection.createResponse(NamedList<Object> namedList) protected CollectionStatusResponseCollectionsApi.GetCollectionStatus.createResponse(NamedList<Object> namedList) protected ListCollectionsResponseCollectionsApi.ListCollections.createResponse(NamedList<Object> namedList) protected SubResponseAccumulatingJerseyResponseCollectionsApi.ReloadCollection.createResponse(NamedList<Object> namedList) protected SubResponseAccumulatingJerseyResponseCollectionsApi.RenameCollection.createResponse(NamedList<Object> namedList) protected CreateCollectionSnapshotResponseCollectionSnapshotsApi.CreateCollectionSnapshot.createResponse(NamedList<Object> namedList) protected DeleteCollectionSnapshotResponseCollectionSnapshotsApi.DeleteCollectionSnapshot.createResponse(NamedList<Object> namedList) protected ListCollectionSnapshotsResponseCollectionSnapshotsApi.ListSnapshots.createResponse(NamedList<Object> namedList) protected ConfigSetAdminResponseConfigSetAdminRequest.ConfigSetSpecificAdminRequest.createResponse(NamedList<Object> namedList) protected abstract RConfigSetAdminRequest.createResponse(NamedList<Object> namedList) protected ConfigSetAdminResponse.ListConfigSetAdminRequest.List.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseConfigsetsApi.CloneExistingConfigSet.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseConfigsetsApi.DeleteConfigSet.createResponse(NamedList<Object> namedList) protected ListConfigsetsResponseConfigsetsApi.ListConfigSet.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseConfigsetsApi.UploadConfigSet.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseConfigsetsApi.UploadConfigSetFile.createResponse(NamedList<Object> namedList) protected CoreAdminResponseCoreAdminRequest.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseCoreBackupsApi.CreateBackup.createResponse(NamedList<Object> namedList) protected CreateCoreResponseCoresApi.CreateCore.createResponse(NamedList<Object> namedList) protected CoreStatusResponseCoresApi.GetAllCoreStatus.createResponse(NamedList<Object> namedList) protected CoreStatusResponseCoresApi.GetCoreStatus.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseCoresApi.InstallCoreData.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseCoresApi.MergeIndexes.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseCoresApi.ReloadCore.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseCoresApi.RenameCore.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseCoresApi.RestoreCore.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseCoresApi.SwapCores.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseCoresApi.UnloadCore.createResponse(NamedList<Object> namedList) protected CreateCoreSnapshotResponseCoreSnapshotsApi.CreateSnapshot.createResponse(NamedList<Object> namedList) protected DeleteSnapshotResponseCoreSnapshotsApi.DeleteSnapshot.createResponse(NamedList<Object> namedList) protected ListCoreSnapshotsResponseCoreSnapshotsApi.ListSnapshots1.createResponse(NamedList<Object> namedList) DelegationTokenRequest.Cancel.createResponse(NamedList<Object> namedList) protected abstract RDelegationTokenRequest.createResponse(NamedList<Object> namedList) DelegationTokenRequest.Get.createResponse(NamedList<Object> namedList) DelegationTokenRequest.Renew.createResponse(NamedList<Object> namedList) protected DocumentAnalysisResponseDocumentAnalysisRequest.createResponse(NamedList<Object> namedList) protected FieldAnalysisResponseFieldAnalysisRequest.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseFileStoreApi.DeleteFile.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseFileStoreApi.FetchFile.createResponse(NamedList<Object> namedList) protected InputStreamResponseFileStoreApi.GetFile.createResponse(NamedList<Object> namedList) protected FileStoreDirectoryListingResponseFileStoreApi.GetMetadata.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseFileStoreApi.SyncFile.createResponse(NamedList<Object> namedList) protected UploadToFileStoreResponseFileStoreApi.UploadFile.createResponse(NamedList<Object> namedList) protected SimpleSolrResponseGenericSolrRequest.createResponse(NamedList<Object> namedList) protected HealthCheckResponseHealthCheckRequest.createResponse(NamedList<Object> namedList) protected LogMessagesResponseLoggingApi.FetchLocalLogMessages.createResponse(NamedList<Object> namedList) protected ListLevelsResponseLoggingApi.ListAllLoggersAndLevels.createResponse(NamedList<Object> namedList) protected LoggingResponseLoggingApi.ModifyLocalLogLevel.createResponse(NamedList<Object> namedList) protected LoggingResponseLoggingApi.SetMessageThreshold.createResponse(NamedList<Object> namedList) protected LukeResponseLukeRequest.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseNodeApi.DeleteNode.createResponse(NamedList<Object> namedList) protected GetNodeCommandStatusResponseNodeApi.GetCommandStatus.createResponse(NamedList<Object> namedList) protected PublicKeyResponseNodeApi.GetPublicKey.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseNodeApi.ReplaceNode.createResponse(NamedList<Object> namedList) protected FlexibleSolrJerseyResponseQueryingApi.JsonQuery.createResponse(NamedList<Object> namedList) protected FlexibleSolrJerseyResponseQueryingApi.Query.createResponse(NamedList<Object> namedList) protected QueryResponseQueryRequest.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseReplicaPropertiesApi.AddReplicaProperty.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseReplicaPropertiesApi.DeleteReplicaProperty.createResponse(NamedList<Object> namedList) protected SubResponseAccumulatingJerseyResponseReplicasApi.CreateReplica.createResponse(NamedList<Object> namedList) protected SubResponseAccumulatingJerseyResponseReplicasApi.DeleteReplicaByName.createResponse(NamedList<Object> namedList) protected SubResponseAccumulatingJerseyResponseReplicasApi.DeleteReplicasByCount.createResponse(NamedList<Object> namedList) protected SubResponseAccumulatingJerseyResponseReplicasApi.DeleteReplicasByCountAllShards.createResponse(NamedList<Object> namedList) protected InputStreamResponseReplicationApi.FetchFile1.createResponse(NamedList<Object> namedList) protected FileListResponseReplicationApi.FetchFileList.createResponse(NamedList<Object> namedList) protected IndexVersionResponseReplicationApi.FetchIndexVersion.createResponse(NamedList<Object> namedList) protected ReplicationBackupResponseReplicationBackupsApi.CreateBackup1.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseSchemaApi.AddDynamicField.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseSchemaApi.AddField.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseSchemaApi.AddFieldType.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseSchemaApi.BulkSchemaModification.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseSchemaApi.DeleteDynamicField.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseSchemaApi.DeleteField.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseSchemaApi.DeleteFieldType.createResponse(NamedList<Object> namedList) protected SchemaGetDynamicFieldInfoResponseSchemaApi.GetDynamicFieldInfo.createResponse(NamedList<Object> namedList) protected SchemaGetFieldInfoResponseSchemaApi.GetFieldInfo.createResponse(NamedList<Object> namedList) protected SchemaGetFieldTypeInfoResponseSchemaApi.GetFieldTypeInfo.createResponse(NamedList<Object> namedList) protected SchemaInfoResponseSchemaApi.GetSchemaInfo.createResponse(NamedList<Object> namedList) protected SchemaNameResponseSchemaApi.GetSchemaName.createResponse(NamedList<Object> namedList) protected SchemaSimilarityResponseSchemaApi.GetSchemaSimilarity.createResponse(NamedList<Object> namedList) protected SchemaUniqueKeyResponseSchemaApi.GetSchemaUniqueKey.createResponse(NamedList<Object> namedList) protected SchemaVersionResponseSchemaApi.GetSchemaVersion.createResponse(NamedList<Object> namedList) protected SchemaZkVersionResponseSchemaApi.GetSchemaZkVersion.createResponse(NamedList<Object> namedList) protected SchemaListCopyFieldsResponseSchemaApi.ListCopyFields.createResponse(NamedList<Object> namedList) protected SchemaListDynamicFieldsResponseSchemaApi.ListDynamicFields.createResponse(NamedList<Object> namedList) protected SchemaListFieldsResponseSchemaApi.ListSchemaFields.createResponse(NamedList<Object> namedList) protected SchemaListFieldTypesResponseSchemaApi.ListSchemaFieldTypes.createResponse(NamedList<Object> namedList) protected GetSegmentDataResponseSegmentsApi.GetSegmentData.createResponse(NamedList<Object> namedList) protected SubResponseAccumulatingJerseyResponseShardsApi.CreateShard.createResponse(NamedList<Object> namedList) protected SubResponseAccumulatingJerseyResponseShardsApi.DeleteShard.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseShardsApi.ForceShardLeader.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseShardsApi.InstallShardData.createResponse(NamedList<Object> namedList) protected SolrJerseyResponseShardsApi.SyncShard.createResponse(NamedList<Object> namedList) protected SolrPingResponseSolrPing.createResponse(NamedList<Object> namedList) protected V2ResponseV2Request.createResponse(NamedList<Object> namedList) protected ZooKeeperListChildrenResponseZookeeperReadApi.ListNodes.createResponse(NamedList<Object> namedList) protected InputStreamResponseZookeeperReadApi.ReadNode.createResponse(NamedList<Object> namedList) Constructor parameters in org.apache.solr.client.solrj.request with type arguments of type NamedListModifierConstructorDescriptionMultiContentWriterRequest(SolrRequest.METHOD m, String path, Iterator<Pair<NamedList<String>, Object>> payload) -
Uses of NamedList in org.apache.solr.client.solrj.request.schema
Methods in org.apache.solr.client.solrj.request.schema that return NamedListModifier and TypeMethodDescriptionSchemaRequest.MultiUpdate.getRequestParameters()SchemaRequest.Update.getRequestParameters()Methods in org.apache.solr.client.solrj.request.schema with parameters of type NamedListModifier and TypeMethodDescriptionprotected SchemaResponse.CopyFieldsResponseSchemaRequest.CopyFields.createResponse(NamedList<Object> namedList) protected SchemaResponseSchemaRequest.createResponse(NamedList<Object> namedList) protected SchemaResponse.DynamicFieldResponseSchemaRequest.DynamicField.createResponse(NamedList<Object> namedList) protected SchemaResponse.DynamicFieldsResponseSchemaRequest.DynamicFields.createResponse(NamedList<Object> namedList) protected SchemaResponse.FieldResponseSchemaRequest.Field.createResponse(NamedList<Object> namedList) protected SchemaResponse.FieldsResponseSchemaRequest.Fields.createResponse(NamedList<Object> namedList) protected SchemaResponse.FieldTypeResponseSchemaRequest.FieldType.createResponse(NamedList<Object> namedList) protected SchemaResponse.FieldTypesResponseSchemaRequest.FieldTypes.createResponse(NamedList<Object> namedList) protected SchemaResponse.GlobalSimilarityResponseSchemaRequest.GlobalSimilarity.createResponse(NamedList<Object> namedList) protected SchemaResponse.SchemaNameResponseSchemaRequest.SchemaName.createResponse(NamedList<Object> namedList) protected SchemaResponse.SchemaVersionResponseSchemaRequest.SchemaVersion.createResponse(NamedList<Object> namedList) protected SchemaResponse.UniqueKeyResponseSchemaRequest.UniqueKey.createResponse(NamedList<Object> namedList) protected SchemaResponse.UpdateResponseSchemaRequest.Update.createResponse(NamedList<Object> namedList) -
Uses of NamedList in org.apache.solr.client.solrj.response
Fields in org.apache.solr.client.solrj.response declared as NamedListMethods in org.apache.solr.client.solrj.response that return NamedListModifier and TypeMethodDescriptionInputStreamResponseParser.createInputStreamNamedList(int httpStatus, InputStream inputStream) CollectionAdminResponse.getCollectionStatus()CollectionAdminResponse.getErrorMessages()ConfigSetAdminResponse.getErrorMessages()HealthCheckResponse.getErrorMessages()QueryResponse.getFacetPivot()QueryResponse.getHeader()LukeResponse.getIndexInfo()QueryResponse.getMoreLikeThis()SimpleSolrResponse.getResponse()SolrResponseBase.getResponse()NamedList<?> SolrResponseBase.getResponseHeader()Return aNamedListobject representing the 'responseHeader' section of Solr's responseQueryResponse.getSortValues()QueryResponse.getTasksInfo()LukeResponse.FieldInfo.getTopTerms()InputStreamResponseParser.processResponse(InputStream body, String encoding) JavaBinResponseParser.processResponse(InputStream body, String encoding) ResponseParser.processResponse(InputStream body, String encoding) StreamingJavaBinResponseParser.processResponse(InputStream body, String encoding) XMLResponseParser.processResponse(InputStream in, String encoding) XMLResponseParser.processResponse(Reader in) XMLResponseParser.readNamedList(XMLStreamReader parser) Methods in org.apache.solr.client.solrj.response that return types with arguments of type NamedListModifier and TypeMethodDescriptionCollectionAdminResponse.getCollectionCoresStatus()CollectionAdminResponse.getCollectionNodesStatus()CollectionAdminResponse.getCollectionStatus()Methods in org.apache.solr.client.solrj.response with parameters of type NamedListModifier and TypeMethodDescriptionprotected List<AnalysisResponseBase.AnalysisPhase> AnalysisResponseBase.buildPhases(NamedList<Object> phaseNL) Parses the given named list and builds a list of analysis phases form it.protected AnalysisResponseBase.TokenInfoAnalysisResponseBase.buildTokenInfo(NamedList<?> tokenNL) Parses the given named list and builds a token from it.static StringInputStreamResponseParser.consumeResponseToString(NamedList<Object> response) When using aInputStreamResponseParser, the raw output is available in the response under the keyInputStreamResponseParser.STREAM_KEY.voidvoidvoidDocumentAnalysisResponse.setResponse(NamedList<Object> response) voidFieldAnalysisResponse.setResponse(NamedList<Object> response) voidInputStreamResponse.setResponse(NamedList<Object> rsp) voidLukeResponse.setResponse(NamedList<Object> res) voidQueryResponse.setResponse(NamedList<Object> res) voidSimpleSolrResponse.setResponse(NamedList<Object> rsp) voidSolrResponseBase.setResponse(NamedList<Object> response) Method parameters in org.apache.solr.client.solrj.response with type arguments of type NamedListModifier and TypeMethodDescriptionprotected List<PivotField> QueryResponse.readPivots(List<NamedList> list) Constructors in org.apache.solr.client.solrj.response with parameters of type NamedListModifierConstructorDescriptionFieldStatsInfo(NamedList<Object> nl, String fname) QueryResponse(NamedList<Object> res) SpellCheckResponse(NamedList<?> spellInfo) SuggesterResponse(NamedList<NamedList<Object>> suggestInfo) Suggestion(String token, NamedList<Object> suggestion) TermsResponse(NamedList<NamedList<Object>> termsInfo) Constructor parameters in org.apache.solr.client.solrj.response with type arguments of type NamedListModifierConstructorDescriptionClusteringResponse(List<NamedList<Object>> clusterInfo) SuggesterResponse(NamedList<NamedList<Object>> suggestInfo) TermsResponse(NamedList<NamedList<Object>> termsInfo) -
Uses of NamedList in org.apache.solr.client.solrj.response.json
Methods in org.apache.solr.client.solrj.response.json that return NamedListModifier and TypeMethodDescriptionJacksonDataBindResponseParser.processResponse(InputStream stream, String encoding) JsonMapResponseParser.processResponse(InputStream body, String encoding) Methods in org.apache.solr.client.solrj.response.json with parameters of type NamedListModifier and TypeMethodDescriptionstatic booleanHeatmapJsonFacet.isHeatmapFacet(NamedList<?> potentialHeatmapValues) A NamedList is a proper "heatmap" response if it contains all expected propertiesConstructors in org.apache.solr.client.solrj.response.json with parameters of type NamedListModifierConstructorDescriptionBucketBasedJsonFacet(NamedList<?> bucketBasedFacet) BucketJsonFacet(NamedList<?> singleBucket) HeatmapJsonFacet(NamedList<?> heatmapNL) NestableJsonFacet(NamedList<?> facetNL) -
Uses of NamedList in org.apache.solr.client.solrj.response.schema
Methods in org.apache.solr.client.solrj.response.schema with parameters of type NamedListModifier and TypeMethodDescriptionvoidSchemaResponse.CopyFieldsResponse.setResponse(NamedList<Object> response) voidSchemaResponse.DynamicFieldResponse.setResponse(NamedList<Object> response) voidSchemaResponse.DynamicFieldsResponse.setResponse(NamedList<Object> response) voidSchemaResponse.FieldResponse.setResponse(NamedList<Object> response) voidSchemaResponse.FieldsResponse.setResponse(NamedList<Object> response) voidSchemaResponse.FieldTypeResponse.setResponse(NamedList<Object> response) voidSchemaResponse.FieldTypesResponse.setResponse(NamedList<Object> response) voidSchemaResponse.GlobalSimilarityResponse.setResponse(NamedList<Object> response) voidSchemaResponse.SchemaNameResponse.setResponse(NamedList<Object> response) voidSchemaResponse.SchemaVersionResponse.setResponse(NamedList<Object> response) voidSchemaResponse.setResponse(NamedList<Object> response) voidSchemaResponse.UniqueKeyResponse.setResponse(NamedList<Object> response) voidSchemaResponse.UpdateResponse.setResponse(NamedList<Object> response) -
Uses of NamedList in org.apache.solr.client.solrj.routing
Constructors in org.apache.solr.client.solrj.routing with parameters of type NamedList -
Uses of NamedList in org.apache.solr.common
Fields in org.apache.solr.common declared as NamedListMethods in org.apache.solr.common that return NamedListMethods in org.apache.solr.common with parameters of type NamedList -
Uses of NamedList in org.apache.solr.common.params
Methods in org.apache.solr.common.params that return NamedList -
Uses of NamedList in org.apache.solr.common.util
Subclasses of NamedList in org.apache.solr.common.utilModifier and TypeClassDescriptionclassSimpleOrderedMapis aNamedListwhere access by key is more important than maintaining order when it comes to representing the held data in other forms, as ResponseWriters normally do.Methods in org.apache.solr.common.util that return NamedListModifier and TypeMethodDescriptionDOMUtil.childNodesToNamedList(Node nd) NamedList.clone()Makes a shallow copy of the named list.NamedList.getImmutableCopy()DOMUtil.nodesToNamedList(NodeList nlst) JavaBinCodec.readNamedList(DataInputInputStream dis) Methods in org.apache.solr.common.util with parameters of type NamedListModifier and TypeMethodDescriptionbooleanAppends the elements of the given NamedList to this one.static voidExamines a Node from the DOM representation of a NamedList and adds the contents of that node to both the specified NamedList and List passed as arguments.static List<CommandOperation> CommandOperation.readCommands(Iterable<ContentStream> streams, NamedList resp) static List<CommandOperation> CommandOperation.readCommands(Iterable<ContentStream> streams, NamedList resp, Set<String> singletonCommands) Read commands from request streamsvoidJavaBinCodec.writeNamedList(NamedList<?> nl) default voidJsonTextWriter.writeNamedList(String name, NamedList<?> val) voidTextWriter.writeNamedList(String name, NamedList<?> val) default voidJsonTextWriter.writeNamedListAsArrArr(String name, NamedList<?> val) default voidJsonTextWriter.writeNamedListAsArrMap(String name, NamedList<?> val) default voidJsonTextWriter.writeNamedListAsFlat(String name, NamedList<?> val) default voidJsonTextWriter.writeNamedListAsMapMangled(String name, NamedList<?> val) Represents a NamedList directly as a JSON Object (essentially a Map) Map null to "" and name mangle any repeated keys to avoid repeats in the output.default voidJsonTextWriter.writeNamedListAsMapWithDups(String name, NamedList<?> val) Represents a NamedList directly as a JSON Object (essentially a Map) repeating any keys if they are repeated in the NamedList.
SimpleOrderedMap(MapWriter)