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 indexed
andresult 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 class
JacksonParsingResponse<T>
class
SolrQuery
This is an augmented SolrParams with get/set/add fields for common fields used in the Standard and Dismax request handlersclass
SolrResponse
-
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 class
ShardTerms
Hold 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 class
CloudSolrClient.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 MapWriter
PluginMeta. config
Plugin 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 JsonQueryRequest
JsonQueryRequest. setQuery(MapWriter queryWriter)
Specify the query sent as a part of this JSON request.JsonQueryRequest
JsonQueryRequest. 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 class
AnalysisResponseBase
A base class for all analysis responses.class
CollectionAdminResponse
class
ConfigSetAdminResponse
No special handling at this time.static class
ConfigSetAdminResponse.List
class
CoreAdminResponse
class
DelegationTokenResponse
Delegation Token responsesstatic class
DelegationTokenResponse.Cancel
static class
DelegationTokenResponse.Get
static class
DelegationTokenResponse.Renew
class
DocumentAnalysisResponse
A response that is returned by processing theDocumentAnalysisRequest
.class
FieldAnalysisResponse
A response that is returned by processing theFieldAnalysisRequest
.class
HealthCheckResponse
class
LukeResponse
This is an incomplete representation of the data returned from Lukeclass
QueryResponse
class
SimpleSolrResponse
class
SolrPingResponse
class
SolrResponseBase
class
UpdateResponse
TODO -- mostly a stub until we have a defined output formatclass
V2Response
-
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 class
SchemaResponse
This class is used to wrap the response messages retrieved from Solr Schema API.static class
SchemaResponse.CopyFieldsResponse
static class
SchemaResponse.DynamicFieldResponse
static class
SchemaResponse.DynamicFieldsResponse
static class
SchemaResponse.FieldResponse
static class
SchemaResponse.FieldsResponse
static class
SchemaResponse.FieldTypeResponse
static class
SchemaResponse.FieldTypesResponse
static class
SchemaResponse.GlobalSimilarityResponse
static class
SchemaResponse.SchemaNameResponse
static class
SchemaResponse.SchemaVersionResponse
static class
SchemaResponse.UniqueKeyResponse
static class
SchemaResponse.UpdateResponse
-
Uses of MapWriter in org.apache.solr.cluster.api
Subinterfaces of MapWriter in org.apache.solr.cluster.api Modifier and Type Interface Description interface
SimpleMap<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 class
ConditionalKeyMapWriter
class
ConditionalMapWriter
class
LinkedHashMapWriter<V>
class
MapWriterMap
class
SolrDocument
A concrete representation of a document within a Solr index.class
SolrDocumentBase<T,K>
class
SolrDocumentList
Represent a list of SolrDocuments returned from a search.class
SolrInputDocument
Represent 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 MapWriter
MapWriter. EMPTY
Methods in org.apache.solr.common that return MapWriter Modifier and Type Method Description default MapWriter
MapWriter. append(MapWriter another)
Methods in org.apache.solr.common with parameters of type MapWriter Modifier and Type Method Description default MapWriter
MapWriter. append(MapWriter another)
void
PushWriter. 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 class
ClusterState
Immutable state of the cloud.class
DocCollection
Models a Collection in zookeeper (but that Java name is obviously taken, hence "DocCollection")class
PerReplicaStates
This represents the individual replica states in a collection This is an immutable object.static class
PerReplicaStates.State
The state of a replica as stored as a node under /collections/collection-name/state.json/replica-stateclass
Replica
class
RoutingRule
Used for routing docs with particular keys into another collectionclass
Slice
A Slice contains immutable information about a logical shard (all replicas that share the same shard id).class
ZkNodeProps
ZkNodeProps 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 class
AppendedSolrParams
SolrParams 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.class
DefaultSolrParams
class
MapSolrParams
SolrParams
implementation that can be built from and is backed by aMap
.class
ModifiableSolrParams
This class is similar toMultiMapSolrParams
except you can edit the parameters after it is initialized.class
MultiMapSolrParams
class
RequiredSolrParams
This is a simple wrapper to SolrParams that will throw a 400 exception if you ask for a parameter that does not exist.class
SolrParams
SolrParams 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 interface
ReflectMapWriter
Classes in org.apache.solr.common.util that implement MapWriter Modifier and Type Class Description class
NamedList<T>
A simple container class for modeling an ordered list of name/value pairs.class
Pair<T1,T2>
class
SimpleOrderedMap<T>
SimpleOrderedMap
is aNamedList
where 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
Utils.DelegateReflectWriter
class
WrappedSimpleMap<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)
void
JavaBinCodec. writeMap(MapWriter val)
default void
JsonTextWriter. writeMap(MapWriter val)
default void
TextWriter. writeMap(String name, MapWriter mw)
default void
TextWriter. writeMap(MapWriter mw)
-