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.io Streaming Aggregation APIorg.apache.solr.client.solrj.io.eval Evaluators for the Streaming Aggregation APIorg.apache.solr.client.solrj.io.graph Streaming Graph Traversalsorg.apache.solr.client.solrj.io.stream Stream implementations for the Streaming Aggregation APIorg.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
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.class
VersionedData
Immutable representation of binary data with version. -
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>
class
SolrClientNodeStateProvider
The realNodeStateProvider
, which communicates with Solr via SolrJ. -
Uses of MapWriter in org.apache.solr.client.solrj.io
Classes in org.apache.solr.client.solrj.io that implement MapWriter Modifier and Type Class Description static class
Lang.LocalInputStream
class
Tuple
A simple abstraction of a record containing key/value pairs. -
Uses of MapWriter in org.apache.solr.client.solrj.io.eval
Classes in org.apache.solr.client.solrj.io.eval that implement MapWriter Modifier and Type Class Description static class
DbscanEvaluator.ClusterTuple
static class
KmeansEvaluator.ClusterTuple
static class
KnnRegressionEvaluator.KnnRegressionTuple
static class
LoessEvaluator.LoessRegressionTuple
static class
OLSRegressionEvaluator.MultipleRegressionTuple
static class
RegressionEvaluator.RegressionTuple
-
Uses of MapWriter in org.apache.solr.client.solrj.io.graph
Classes in org.apache.solr.client.solrj.io.graph that implement MapWriter Modifier and Type Class Description class
GatherNodesStream
class
ShortestPathStream
-
Uses of MapWriter in org.apache.solr.client.solrj.io.stream
Classes in org.apache.solr.client.solrj.io.stream that implement MapWriter Modifier and Type Class Description class
BiJoinStream
Joins leftStream with rightStream based on a Equalitor.class
CalculatorStream
class
CartesianProductStream
class
CellStream
class
CloudSolrStream
Connects to Zookeeper to pick replicas from a specific collection to send the query to.class
CommitStream
Sends a commit message to a SolrCloud collectionclass
ComplementStream
Emits tuples from streamA which do not exist in streamB.class
CsvStream
class
DaemonStream
class
DeepRandomStream
Connects to Zookeeper to pick replicas from a specific collection to send the query to.class
DeleteStream
Uses tuples to identify the uniqueKey values of documents to be deletedclass
DrillStream
class
EchoStream
class
EvalStream
class
ExceptionStream
class
ExecutorStream
The executor function wraps a stream with Tuples containing Streaming Expressions and executes them in parallel.class
Facet2DStream
class
FacetStream
The FacetStream abstracts the output from the JSON facet API as a Stream of Tuples.class
FeaturesSelectionStream
class
FetchStream
Iterates over a stream and fetches additional fields from a specified collection.class
GetStream
class
HashJoinStream
Takes two streams (fullStream and hashStream) and joins them similar to an InnerJoinStream.class
HashRollupStream
class
HavingStream
The HavingStream iterates over an internal stream and applies a BooleanOperation to each tuple.class
InnerJoinStream
Joins leftStream with rightStream based on a Equalitor.class
IntersectStream
Emits tuples from streamA which also exist in streamB.class
JDBCStream
Connects to a datasource using a registered JDBC driver and execute a query.class
JoinStream
Defines a JoinStream which can hold N streams, all joined with the same equalitorclass
KnnStream
class
LeftOuterJoinStream
Joins leftStream with rightStream based on a Equalitor.class
LetStream
class
ListStream
class
MergeStream
Merges two or more streams together ordering the Tuples based on a Comparator.class
ModelStream
The ModelStream retrieves a stored model from a Solr Cloud collection.class
NoOpStream
A simple no-operation stream.class
NullStream
The NullStream Iterates over a TupleStream and eats the tuples.class
OuterHashJoinStream
Takes two streams (fullStream and hashStream) and joins them similar to an LeftOuterJoinStream.class
ParallelListStream
class
ParallelStream
The ParallelStream decorates a TupleStream implementation and pushes it to N workers for parallel execution.class
PlotStream
class
PriorityStream
The priority function wraps two topics that represent high priority and low priority task queues.class
PushBackStream
A TupleStream that allows a single Tuple to be pushed back onto the stream after it's been read.class
RandomFacadeStream
class
RandomStream
The RandomStream emits a stream of pseudo random Tuples that match the query parameters.class
RankStream
Iterates over a TupleStream and Ranks the topN tuples based on a Comparator.class
ReducerStream
Iterates over a TupleStream and buffers Tuples that are equal based on a comparator.class
RollupStream
class
ScoreNodesStream
Iterates over a gatherNodes() expression and scores the Tuples based on tf-idf.class
SearchFacadeStream
Connects to Zookeeper to pick replicas from a specific collection to send the query to.class
SearchStream
class
SelectStream
Selects fields from the incoming stream and applies optional field renaming.class
ShuffleStream
class
SignificantTermsStream
class
SolrStream
Queries a single Solr instance and maps SolrDocs to a Stream of Tuples.class
SortStream
The SortStream emits a stream of Tuples sorted by a Comparator.class
SqlStream
class
StatsStream
class
TextLogitStream
protected static class
TextLogitStream.TermsStream
class
TimeSeriesStream
class
TopicStream
class
TsvStream
class
TupleStream
class
TupStream
class
UniqueStream
The UniqueStream emits a unique stream of Tuples based on a Comparator.class
UpdateStream
Sends tuples emitted by a wrappedTupleStream
as updates to a SolrCloud collection.class
ZplotStream
-
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
SimpleZkMap
A view of ZK as aSimpleMap
impl.class
SolrDocument
A concrete representation of a document within a Solr index.class
SolrDocumentBase<T,K>
class
SolrInputDocument
Represent the field-value information needed to construct and index a Lucene Document.Methods in org.apache.solr.common with parameters of type MapWriter Modifier and Type Method Description 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
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
Methods in org.apache.solr.common.cloud with parameters of type MapWriter Modifier and Type Method Description void
ClusterProperties. update(MapWriter obj, String... path)
Set this object at the json path -
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.class
WrappedSimpleMap<T>
Methods in org.apache.solr.common.util with parameters of type MapWriter Modifier and Type Method Description 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)
-