Uses of Interface
org.apache.solr.common.MapWriter
Packages that use MapWriter
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
Allows sending of requests using Solr's JSON query/faceting API
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 MapWriter in org.apache.solr.client.solrj
Classes in org.apache.solr.client.solrj that implement MapWriter -
Uses of MapWriter in org.apache.solr.client.solrj.impl
Classes in org.apache.solr.client.solrj.impl that implement MapWriterModifier and TypeClassDescriptionstatic classCloudSolrClient.RouteResponse<T extends LBSolrClient.Req> -
Uses of MapWriter in org.apache.solr.client.solrj.request
Classes in org.apache.solr.client.solrj.request that implement MapWriterModifier 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 MapWriter in org.apache.solr.client.solrj.request.beans
Classes in org.apache.solr.client.solrj.request.beans that implement MapWriterModifier 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 ConfigurationclassclassclassclassclassclassclassclassclassFields in org.apache.solr.client.solrj.request.beans declared as MapWriter -
Uses of MapWriter in org.apache.solr.client.solrj.request.json
Methods in org.apache.solr.client.solrj.request.json with parameters of type MapWriterModifier and TypeMethodDescriptionSpecify the query sent as a part of this JSON request.Specify a facet sent as a part of this JSON request. -
Uses of MapWriter in org.apache.solr.client.solrj.response
Classes in org.apache.solr.client.solrj.response that implement MapWriterModifier 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 MapWriter in org.apache.solr.client.solrj.response.schema
Classes in org.apache.solr.client.solrj.response.schema that implement MapWriterModifier 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 MapWriter in org.apache.solr.common
Classes in org.apache.solr.common that implement MapWriterModifier 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.Fields in org.apache.solr.common declared as MapWriterMethods in org.apache.solr.common with parameters of type MapWriterConstructors in org.apache.solr.common with parameters of type MapWriterModifierConstructorDescriptionConditionalKeyMapWriter(MapWriter delegate, Predicate<CharSequence> predicate) ConditionalMapWriter(MapWriter delegate, BiPredicate<CharSequence, Object> predicate) -
Uses of MapWriter in org.apache.solr.common.cloud
Classes in org.apache.solr.common.cloud that implement MapWriterModifier 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.Constructors in org.apache.solr.common.cloud with parameters of type MapWriter -
Uses of MapWriter in org.apache.solr.common.params
Classes in org.apache.solr.common.params that implement MapWriterModifier 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 MapWriter in org.apache.solr.common.util
Subinterfaces of MapWriter in org.apache.solr.common.utilClasses in org.apache.solr.common.util that implement MapWriterModifier 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 classMethods in org.apache.solr.common.util with parameters of type MapWriterModifier and TypeMethodDescriptionUtils.convertToMap(MapWriter m, Map<String, Object> map) voiddefault voiddefault voiddefault voidConstructors in org.apache.solr.common.util with parameters of type MapWriterModifierConstructorDescriptionSimpleOrderedMap(MapWriter mapWriter) Can convert aSolrParamsand other things.