Uses of Interface
org.apache.solr.common.MapSerializable
Packages that use MapSerializable
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.
Annotated Data objects used in V2 Requests
Convenience classes for dealing with various types of Solr responses.
Convenience classes for dealing with Schema API responses.
Common classes reused on both clients & server for dealing with
documents to be indexed and result documents.Common Solr Cloud and ZooKeeper related classes reused on both clients & server.
Parameter constants and enumerations.
Common utility classes reused on both clients & server.
-
Uses of MapSerializable in org.apache.solr.client.solrj
Classes in org.apache.solr.client.solrj that implement MapSerializable -
Uses of MapSerializable in org.apache.solr.client.solrj.impl
Classes in org.apache.solr.client.solrj.impl that implement MapSerializableModifier and TypeClassDescriptionstatic classCloudSolrClient.RouteResponse<T extends LBSolrClient.Req> -
Uses of MapSerializable in org.apache.solr.client.solrj.request
Classes in org.apache.solr.client.solrj.request that implement MapSerializableModifier and TypeClassDescriptionclassCollectionAdminRequest<T extends CollectionAdminResponse>This class is experimental and subject to change.static classstatic classstatic classstatic classBase class for asynchronous collection admin requestsprotected static classprotected static classstatic classstatic classstatic classstatic classprotected static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classSolrRequestclass for the "Backup Deletion" API.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classSolrRequestclass for the "Backup List" API.static classstatic classstatic classstatic classA Modify Collection requeststatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classA response object forCollectionAdminRequest.RequestApiDistributedProcessingrequestsstatic classstatic classA response object forCollectionAdminRequest.RequestStatusrequestsstatic classstatic classprotected static classstatic classclassThis is an augmented SolrParams with get/set/add fields for common fields used in the Standard and Dismax request handlersclass -
Uses of MapSerializable in org.apache.solr.client.solrj.request.beans
Classes in org.apache.solr.client.solrj.request.beans that implement MapSerializableModifier and TypeClassDescriptionclassV2 API POJO for the /v2/collections 'backup-collection' command.classstatic classstatic classstatic classclassclassclassclassclassclassstatic classstatic classclassPOJO for a plugin metadata used in container pluginsclassclassPOJO for Rate Limiter Metadata Configurationclassclassclassclassclassclassclassclassclass -
Uses of MapSerializable in org.apache.solr.client.solrj.response
Classes in org.apache.solr.client.solrj.response that implement MapSerializableModifier and TypeClassDescriptionclassA base class for all analysis responses.classclassNo special handling at this time.static classclassclassDelegation Token responsesstatic classstatic classstatic classclassA response that is returned by processing theDocumentAnalysisRequest.classA response that is returned by processing theFieldAnalysisRequest.classclassRepresents the NamedList response format created byInputStreamResponseParser.classThis is an incomplete representation of the data returned from LukeclassclassclassclassclassTODO -- mostly a stub until we have a defined output formatclass -
Uses of MapSerializable in org.apache.solr.client.solrj.response.schema
Classes in org.apache.solr.client.solrj.response.schema that implement MapSerializableModifier and TypeClassDescriptionclassThis class is used to wrap the response messages retrieved from Solr Schema API.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Uses of MapSerializable in org.apache.solr.common
Subinterfaces of MapSerializable in org.apache.solr.commonModifier and TypeInterfaceDescriptioninterfaceUse this class to push all entries of a Map into an output.Classes in org.apache.solr.common that implement MapSerializableModifier and TypeClassDescriptionclassclassclassclassDeprecated.classA concrete representation of a document within a Solr index.classSolrDocumentBase<T,K> classRepresent a list of SolrDocuments returned from a search.classRepresent the field-value information needed to construct and index a Lucene Document. -
Uses of MapSerializable in org.apache.solr.common.cloud
Classes in org.apache.solr.common.cloud that implement MapSerializableModifier and TypeClassDescriptionclassImmutable state of the cloud.classModels a Collection in zookeeper (but that Java name is obviously taken, hence "DocCollection")classThis represents the individual replica states in a collection This is an immutable object.static classThe state of a replica as stored as a node under /collections/collection-name/state.json/replica-stateclassclassUsed for routing docs with particular keys into another collectionclassA Slice contains immutable information about a logical shard (all replicas that share the same shard id).classZkNodeProps contains generic immutable properties. -
Uses of MapSerializable in org.apache.solr.common.params
Classes in org.apache.solr.common.params that implement MapSerializableModifier and TypeClassDescriptionclassSolrParams wrapper which acts similar to DefaultSolrParams except that it "appends" the values of multi-value params from both sub instances, so that all the values are returned.classclassSolrParamsimplementation that can be built from and is backed by aMap.classThis class is similar toMultiMapSolrParamsexcept you can edit the parameters after it is initialized.classclassThis is a simple wrapper to SolrParams that will throw a 400 exception if you ask for a parameter that does not exist.classSolrParams is designed to hold parameters to Solr, often from the request coming into Solr. -
Uses of MapSerializable in org.apache.solr.common.util
Subinterfaces of MapSerializable in org.apache.solr.common.utilClasses in org.apache.solr.common.util that implement MapSerializableModifier and TypeClassDescriptionclassNamedList<T>A simple container class for modeling an ordered list of name/value pairs.classPair<T1,T2> classSimpleOrderedMapis 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.static class