Uses of Interface
org.apache.solr.common.MapWriter
-
Packages that use MapWriter Package Description org.apache.solr.client.solrj Primary APIs for communicating with a Solr Server from a Java client.org.apache.solr.client.solrj.cloud Common classes for SolrCloud.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.org.apache.solr.client.solrj.request.beans Annotated Data objects used in V2 Requestsorg.apache.solr.client.solrj.request.json Allows sending of requests using Solr's JSON query/faceting APIorg.apache.solr.client.solrj.response Convenience classes for dealing with various types of Solr responses.org.apache.solr.client.solrj.response.schema Convenience classes for dealing with Schema API responses.org.apache.solr.cluster.api API interfaces for core SolrCloud classesorg.apache.solr.common Common classes reused on both clients & server for dealing withdocuments to be indexedandresult documents.org.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server.org.apache.solr.common.params Parameter constants and enumerations.org.apache.solr.common.util 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 Modifier and Type Class Description classJacksonParsingResponse<T>classSolrQueryThis is an augmented SolrParams with get/set/add fields for common fields used in the Standard and Dismax request handlersclassSolrResponse -
Uses of MapWriter in org.apache.solr.client.solrj.cloud
Classes in org.apache.solr.client.solrj.cloud that implement MapWriter Modifier and Type Class Description classShardTermsHold values of terms, this class is immutable. -
Uses of MapWriter in org.apache.solr.client.solrj.impl
Classes in org.apache.solr.client.solrj.impl that implement MapWriter Modifier and Type Class Description static classCloudSolrClient.RouteResponse<T extends LBSolrClient.Req> -
Uses of MapWriter in org.apache.solr.client.solrj.request
-
Uses of MapWriter in org.apache.solr.client.solrj.request.beans
Fields in org.apache.solr.client.solrj.request.beans declared as MapWriter Modifier and Type Field Description MapWriterPluginMeta. configPlugin configuration object, optional. -
Uses of MapWriter in org.apache.solr.client.solrj.request.json
Methods in org.apache.solr.client.solrj.request.json with parameters of type MapWriter Modifier and Type Method Description JsonQueryRequestJsonQueryRequest. setQuery(MapWriter queryWriter)Specify the query sent as a part of this JSON request.JsonQueryRequestJsonQueryRequest. withFacet(String facetName, MapWriter facetWriter)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 MapWriter Modifier and Type Class Description classAnalysisResponseBaseA base class for all analysis responses.classCollectionAdminResponseclassConfigSetAdminResponseNo special handling at this time.static classConfigSetAdminResponse.ListclassCoreAdminResponseclassDelegationTokenResponseDelegation Token responsesstatic classDelegationTokenResponse.Cancelstatic classDelegationTokenResponse.Getstatic classDelegationTokenResponse.RenewclassDocumentAnalysisResponseA response that is returned by processing theDocumentAnalysisRequest.classFieldAnalysisResponseA response that is returned by processing theFieldAnalysisRequest.classHealthCheckResponseclassLukeResponseThis is an incomplete representation of the data returned from LukeclassQueryResponseclassSimpleSolrResponseclassSolrPingResponseclassSolrResponseBaseclassUpdateResponseTODO -- mostly a stub until we have a defined output formatclassV2Response -
Uses of MapWriter in org.apache.solr.client.solrj.response.schema
Classes in org.apache.solr.client.solrj.response.schema that implement MapWriter Modifier and Type Class Description classSchemaResponseThis class is used to wrap the response messages retrieved from Solr Schema API.static classSchemaResponse.CopyFieldsResponsestatic classSchemaResponse.DynamicFieldResponsestatic classSchemaResponse.DynamicFieldsResponsestatic classSchemaResponse.FieldResponsestatic classSchemaResponse.FieldsResponsestatic classSchemaResponse.FieldTypeResponsestatic classSchemaResponse.FieldTypesResponsestatic classSchemaResponse.GlobalSimilarityResponsestatic classSchemaResponse.SchemaNameResponsestatic classSchemaResponse.SchemaVersionResponsestatic classSchemaResponse.UniqueKeyResponsestatic classSchemaResponse.UpdateResponse -
Uses of MapWriter in org.apache.solr.cluster.api
Subinterfaces of MapWriter in org.apache.solr.cluster.api Modifier and Type Interface Description interfaceSimpleMap<T>A simplified read-only key-value structure. -
Uses of MapWriter in org.apache.solr.common
Classes in org.apache.solr.common that implement MapWriter Modifier and Type Class Description classConditionalKeyMapWriterclassConditionalMapWriterclassLinkedHashMapWriter<V>classMapWriterMapclassSolrDocumentA concrete representation of a document within a Solr index.classSolrDocumentBase<T,K>classSolrDocumentListRepresent a list of SolrDocuments returned from a search.classSolrInputDocumentRepresent the field-value information needed to construct and index a Lucene Document.Fields in org.apache.solr.common declared as MapWriter Modifier and Type Field Description static MapWriterMapWriter. EMPTYMethods in org.apache.solr.common that return MapWriter Modifier and Type Method Description default MapWriterMapWriter. append(MapWriter another)Methods in org.apache.solr.common with parameters of type MapWriter Modifier and Type Method Description default MapWriterMapWriter. append(MapWriter another)voidPushWriter. writeMap(MapWriter mw)Write a Map.Constructors in org.apache.solr.common with parameters of type MapWriter Constructor Description ConditionalKeyMapWriter(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 MapWriter Modifier and Type Class Description classClusterStateImmutable state of the cloud.classDocCollectionModels a Collection in zookeeper (but that Java name is obviously taken, hence "DocCollection")classPerReplicaStatesThis represents the individual replica states in a collection This is an immutable object.static classPerReplicaStates.StateThe state of a replica as stored as a node under /collections/collection-name/state.json/replica-stateclassReplicaclassRoutingRuleUsed for routing docs with particular keys into another collectionclassSliceA Slice contains immutable information about a logical shard (all replicas that share the same shard id).classZkNodePropsZkNodeProps contains generic immutable properties.Constructors in org.apache.solr.common.cloud with parameters of type MapWriter Constructor Description ZkNodeProps(MapWriter mw) -
Uses of MapWriter in org.apache.solr.common.params
Classes in org.apache.solr.common.params that implement MapWriter Modifier and Type Class Description classAppendedSolrParamsSolrParams wrapper which acts similar to DefaultSolrParams except that it "appends" the values of multi-value params from both sub instances, so that all of the values are returned.classDefaultSolrParamsclassMapSolrParamsSolrParamsimplementation that can be built from and is backed by aMap.classModifiableSolrParamsThis class is similar toMultiMapSolrParamsexcept you can edit the parameters after it is initialized.classMultiMapSolrParamsclassRequiredSolrParamsThis is a simple wrapper to SolrParams that will throw a 400 exception if you ask for a parameter that does not exist.classSolrParamsSolrParams 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.util Modifier and Type Interface Description interfaceReflectMapWriterClasses in org.apache.solr.common.util that implement MapWriter Modifier and Type Class Description classNamedList<T>A simple container class for modeling an ordered list of name/value pairs.classPair<T1,T2>classSimpleOrderedMap<T>SimpleOrderedMapis 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 classUtils.DelegateReflectWriterclassWrappedSimpleMap<T>Methods in org.apache.solr.common.util with parameters of type MapWriter Modifier and Type Method Description static Map<String,Object>Utils. convertToMap(MapWriter m, Map<String,Object> map)voidJavaBinCodec. writeMap(MapWriter val)default voidJsonTextWriter. writeMap(MapWriter val)default voidTextWriter. writeMap(String name, MapWriter mw)default voidTextWriter. writeMap(MapWriter mw)
-