Uses of Interface
org.apache.solr.common.MapSerializable
-
Packages that use MapSerializable 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.autoscaling Common classes for autoscaling parsing filtering nodes and sortingorg.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.io.stream.expr Expression language 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.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.common Common classes reused on both clients & server for dealing withdocuments to be indexedandresult documents.org.apache.solr.common.params Parameter constants and enumerations.org.apache.solr.common.util 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 Modifier and Type Class Description classSolrQueryThis is an augmented SolrParams with get/set/add fields for common fields used in the Standard and Dismax request handlers -
Uses of MapSerializable in org.apache.solr.client.solrj.cloud.autoscaling
Classes in org.apache.solr.client.solrj.cloud.autoscaling that implement MapSerializable Modifier and Type Class Description classAutoScalingConfigBean representation ofautoscaling.json, which parses data lazily.static classAutoScalingConfig.ActionConfigBean representation of trigger action configuration.static classAutoScalingConfig.TriggerConfigBean representation of trigger config.static classAutoScalingConfig.TriggerListenerConfigBean representation of trigger listener config.classCellEach instance represents an attribute that is being tracked by the framework such as , freedisk, cores etcclassClauseRepresents a set of conditions in the policyclassConditionclassMoveReplicaSuggesterclassNoneSuggesterclassPolicyclassPolicy.SessionclassPreferenceclassReplicaInfoclassRowEach instance represents a node in the clusterclassSealedClauseThis clause is an instance with no conditions with computed value.classSuggesterstatic classSuggester.SuggestionInfoclassUnsupportedSuggesterThis suggester simply logs the request but does not produce any suggestions.classViolation -
Uses of MapSerializable in org.apache.solr.client.solrj.impl
Classes in org.apache.solr.client.solrj.impl that implement MapSerializable Modifier and Type Class Description static classBaseCloudSolrClient.RouteResponse<T extends LBSolrClient.Req>static classCloudSolrClient.RouteResponseDeprecated.since Solr 8.0classSolrClientNodeStateProvider -
Uses of MapSerializable in org.apache.solr.client.solrj.io
Classes in org.apache.solr.client.solrj.io that implement MapSerializable Modifier and Type Class Description classTupleA simple abstraction of a record containing key/value pairs. -
Uses of MapSerializable in org.apache.solr.client.solrj.io.eval
Classes in org.apache.solr.client.solrj.io.eval that implement MapSerializable Modifier and Type Class Description static classKmeansEvaluator.ClusterTuplestatic classKnnRegressionEvaluator.KnnRegressionTuplestatic classLoessEvaluator.LoessRegressionTuplestatic classOLSRegressionEvaluator.MultipleRegressionTuplestatic classRegressionEvaluator.RegressionTuple -
Uses of MapSerializable in org.apache.solr.client.solrj.io.graph
Classes in org.apache.solr.client.solrj.io.graph that implement MapSerializable Modifier and Type Class Description classGatherNodesStreamclassShortestPathStream -
Uses of MapSerializable in org.apache.solr.client.solrj.io.stream
Classes in org.apache.solr.client.solrj.io.stream that implement MapSerializable Modifier and Type Class Description classBiJoinStreamJoins leftStream with rightStream based on a Equalitor.classCalculatorStreamclassCartesianProductStreamclassCellStreamclassCloudSolrStreamConnects to Zookeeper to pick replicas from a specific collection to send the query to.classCommitStreamSends a commit message to a SolrCloud collectionclassComplementStreamEmits tuples from streamA which do not exist in streamB.classDaemonStreamclassEchoStreamclassEvalStreamclassExceptionStreamclassExecutorStreamThe executor function wraps a stream with Tuples containing Streaming Expressions and executes them in parallel.classFacetStreamThe FacetStream abstracts the output from the JSON facet API as a Stream of Tuples.classFeaturesSelectionStreamclassFetchStreamIterates over a stream and fetches additional fields from a specified collection.classGetStreamclassHashJoinStreamTakes two streams (fullStream and hashStream) and joins them similar to an InnerJoinStream.classHashRollupStreamclassHavingStreamThe HavingStream iterates over an internal stream and applies a BooleanOperation to each tuple.classInnerJoinStreamJoins leftStream with rightStream based on a Equalitor.classIntersectStreamEmits tuples from streamA which also exist in streamB.classJDBCStreamConnects to a datasource using a registered JDBC driver and execute a query.classJoinStreamDefines a JoinStream which can hold N streams, all joined with the same equalitorclassKnnStreamclassLeftOuterJoinStreamJoins leftStream with rightStream based on a Equalitor.classLetStreamclassListStreamclassMergeStreamMerges two or more streams together ordering the Tuples based on a Comparator.classModelStreamThe ModelStream retrieves a stored model from a Solr Cloud collection.classNoOpStreamA simple no-operation stream.classNullStreamThe NullStream Iterates over a TupleStream and eats the tuples.classOuterHashJoinStreamTakes two streams (fullStream and hashStream) and joins them similar to an LeftOuterJoinStream.classParallelListStreamclassParallelStreamThe ParallelStream decorates a TupleStream implementation and pushes it to N workers for parallel execution.classPlotStreamclassPriorityStreamThe priority function wraps two topics that represent high priority and low priority task queues.classPushBackStreamA TupleStream that allows a single Tuple to be pushed back onto the stream after it's been read.classRandomStreamThe RandomStream emits a stream of psuedo random Tuples that match the query parameters.classRankStreamIterates over a TupleStream and Ranks the topN tuples based on a Comparator.classReducerStreamIterates over a TupleStream and buffers Tuples that are equal based on a comparator.classRollupStreamclassScoreNodesStreamIterates over a gatherNodes() expression and scores the Tuples based on tf-idf.classSearchFacadeStreamConnects to Zookeeper to pick replicas from a specific collection to send the query to.classSearchStreamclassSelectStreamSelects fields from the incoming stream and applies optional field renaming.classShuffleStreamclassSignificantTermsStreamclassSolrStreamQueries a single Solr instance and maps SolrDocs to a Stream of Tuples.classSortStreamThe SortStream emits a stream of Tuples sorted by a Comparator.classSqlStreamclassStatsStreamclassTextLogitStreamprotected static classTextLogitStream.TermsStreamclassTimeSeriesStreamclassTopicStreamclassTupleStreamclassTupStreamclassUniqueStreamThe UniqueStream emits a unique stream of Tuples based on a Comparator.classUpdateStreamSends tuples emitted by a wrappedTupleStreamas updates to a SolrCloud collection.classZplotStream -
Uses of MapSerializable in org.apache.solr.client.solrj.io.stream.expr
Classes in org.apache.solr.client.solrj.io.stream.expr that implement MapSerializable Modifier and Type Class Description classExplanationExplanation containing details about a expressionclassStreamExplanationExplanation containing details about a stream expression -
Uses of MapSerializable in org.apache.solr.client.solrj.request
-
Uses of MapSerializable in org.apache.solr.client.solrj.response
Classes in org.apache.solr.client.solrj.response that implement MapSerializable 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 LukeclassQueryResponseclassSolrPingResponseclassSolrResponseBaseclassUpdateResponseTODO -- mostly a stub until we have a defined output formatclassV2Response -
Uses of MapSerializable in org.apache.solr.client.solrj.response.schema
Classes in org.apache.solr.client.solrj.response.schema that implement MapSerializable 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 MapSerializable in org.apache.solr.common
Subinterfaces of MapSerializable in org.apache.solr.common Modifier and Type Interface Description interfaceMapWriterUse this class to push all entries of a Map into an output.Classes in org.apache.solr.common that implement MapSerializable Modifier and Type Class Description classConditionalMapWriterclassLinkedHashMapWriter<V>classMapWriterMapclassSolrDocumentA concrete representation of a document within a Solr index.classSolrDocumentBase<T,K>classSolrInputDocumentRepresent the field-value information needed to construct and index a Lucene Document. -
Uses of MapSerializable in org.apache.solr.common.params
Classes in org.apache.solr.common.params that implement MapSerializable 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.classDefaultSolrParamsclassMapSolrParamsclassModifiableSolrParamsThis 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 MapSerializable in org.apache.solr.common.util
Classes in org.apache.solr.common.util that implement MapSerializable 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.
-