Uses of Interface
org.elasticsearch.common.io.stream.NamedWriteable
-
-
Uses of NamedWriteable in org.elasticsearch.action.admin.indices.rollover
Classes in org.elasticsearch.action.admin.indices.rollover that implement NamedWriteable Modifier and Type Class Description classCondition<T>Base class for rollover request conditionsclassMaxAgeConditionCondition for index maximum age.classMaxDocsConditionCondition for maximum index docs.classMaxSizeConditionA size-based condition for an index size. -
Uses of NamedWriteable in org.elasticsearch.action.support.replication
Classes in org.elasticsearch.action.support.replication that implement NamedWriteable Modifier and Type Class Description static classReplicationTask.Status -
Uses of NamedWriteable in org.elasticsearch.cluster
Subinterfaces of NamedWriteable in org.elasticsearch.cluster Modifier and Type Interface Description static interfaceClusterState.CustominterfaceNamedDiff<T extends Diffable<T>>Diff that also support NamedWriteable interfaceinterfaceNamedDiffable<T>Diff that also supportVersionedNamedWriteableinterfaceClasses in org.elasticsearch.cluster that implement NamedWriteable Modifier and Type Class Description classAbstractNamedDiffable<T extends NamedDiffable<T>>Abstract diffable object with simple diffs implementation that sends the entire object if object has changed or nothing is object remained the same.classRepositoryCleanupInProgressclassRestoreInProgressMeta data about restore processes that are currently executingclassSnapshotDeletionsInProgressA class that represents the snapshot deletions that are in progress in the cluster.classSnapshotsInProgressMeta data about snapshots that are currently executing -
Uses of NamedWriteable in org.elasticsearch.cluster.metadata
Subinterfaces of NamedWriteable in org.elasticsearch.cluster.metadata Modifier and Type Interface Description static interfaceMetaData.CustomClasses in org.elasticsearch.cluster.metadata that implement NamedWriteable Modifier and Type Class Description classIndexGraveyardA collection of tombstones for explicitly marking indices as deleted in the cluster state.static classIndexGraveyard.IndexGraveyardDiffA class representing a diff of two IndexGraveyard objects.static classMetaData.UnknownGatewayOnlyCustomclassRepositoriesMetaDataContains metadata about registered snapshot repositories -
Uses of NamedWriteable in org.elasticsearch.cluster.routing.allocation.command
Subinterfaces of NamedWriteable in org.elasticsearch.cluster.routing.allocation.command Modifier and Type Interface Description interfaceAllocationCommandA command to move shards in some way.Classes in org.elasticsearch.cluster.routing.allocation.command that implement NamedWriteable Modifier and Type Class Description classAbstractAllocateAllocationCommandAbstract base class for allocating an unassigned shard to a nodeclassAllocateEmptyPrimaryAllocationCommandAllocates an unassigned empty primary shard to a specific node.classAllocateReplicaAllocationCommandAllocates an unassigned replica shard to a specific node.classAllocateStalePrimaryAllocationCommandAllocates an unassigned stale primary shard to a specific node.classBasePrimaryAllocationCommandAbstract base class for allocating an unassigned primary shard to a nodeclassCancelAllocationCommandA command that cancels relocation, or recovery of a given shard on a node.classMoveAllocationCommandA command that moves a shard from a specific node to another node.
Note: The shard needs to be in the stateShardRoutingState.STARTEDin order to be moved. -
Uses of NamedWriteable in org.elasticsearch.common.geo.builders
Classes in org.elasticsearch.common.geo.builders that implement NamedWriteable Modifier and Type Class Description classCircleBuilderclassEnvelopeBuilderclassGeometryCollectionBuilderclassLineStringBuilderclassMultiLineStringBuilderclassMultiPointBuilderclassMultiPolygonBuilderclassPointBuilderclassPolygonBuilderThePolygonBuilderimplements the groundwork to create polygons.classShapeBuilder<T extends Shape,G extends Geometry,E extends ShapeBuilder<T,G,E>>Basic class for building GeoJSON shapes like Polygons, Linestrings, etc -
Uses of NamedWriteable in org.elasticsearch.common.io.stream
Subinterfaces of NamedWriteable in org.elasticsearch.common.io.stream Modifier and Type Interface Description interfaceVersionedNamedWriteableANamedWriteablethat has a minimum version associated with it.Methods in org.elasticsearch.common.io.stream with type parameters of type NamedWriteable Modifier and Type Method Description <C extends NamedWriteable>
CNamedWriteableAwareStreamInput. readNamedWriteable(Class<C> categoryClass)<C extends NamedWriteable>
CNamedWriteableAwareStreamInput. readNamedWriteable(Class<C> categoryClass, String name)<C extends NamedWriteable>
CStreamInput. readNamedWriteable(Class<C> categoryClass)Reads aNamedWriteablefrom the current stream, by first reading its name and then looking for the corresponding entry in the registry by name, so that the proper object can be read and returned.<C extends NamedWriteable>
CStreamInput. readNamedWriteable(Class<C> categoryClass, String name)Reads aNamedWriteablefrom the current stream with the given name.<T extends NamedWriteable>
List<T>StreamInput. readNamedWriteableList(Class<T> categoryClass)Reads a list ofNamedWriteables.<C extends NamedWriteable>
CStreamInput. readOptionalNamedWriteable(Class<C> categoryClass)Reads an optionalNamedWriteable.Methods in org.elasticsearch.common.io.stream with parameters of type NamedWriteable Modifier and Type Method Description voidStreamOutput. writeNamedWriteable(NamedWriteable namedWriteable)Writes aNamedWriteableto the current stream, by first writing its name and then the object itselfvoidStreamOutput. writeOptionalNamedWriteable(NamedWriteable namedWriteable)Write an optionalNamedWriteableto the stream.Method parameters in org.elasticsearch.common.io.stream with type arguments of type NamedWriteable Modifier and Type Method Description voidStreamOutput. writeNamedWriteableList(List<? extends NamedWriteable> list)Writes a list ofNamedWriteableobjects. -
Uses of NamedWriteable in org.elasticsearch.index.query
Subinterfaces of NamedWriteable in org.elasticsearch.index.query Modifier and Type Interface Description interfaceMultiTermQueryBuilderinterfaceQueryBuilderinterfaceSpanQueryBuilderMarker interface for a specific type ofQueryBuilderthat allows to build span queries.Classes in org.elasticsearch.index.query that implement NamedWriteable Modifier and Type Class Description classAbstractGeometryQueryBuilder<QB extends AbstractGeometryQueryBuilder<QB>>BaseQueryBuilderthat builds a Geometry QueryclassAbstractQueryBuilder<QB extends AbstractQueryBuilder<QB>>Base class for all classes producing lucene queries.classBaseTermQueryBuilder<QB extends BaseTermQueryBuilder<QB>>classBoolQueryBuilderA Query that matches documents matching boolean combinations of other queries.classBoostingQueryBuilderThe BoostingQuery class can be used to effectively demote results that match a given query.classCommonTermsQueryBuilderDeprecated.Since max_optimization optimization landed in 7.0, normal MatchQuery will achieve the same result without any configuration.classConstantScoreQueryBuilderA query that wraps a filter and simply returns a constant score equal to the query boost for every document in the filter.classDisMaxQueryBuilderA query that generates the union of documents produced by its sub-queries, and that scores each document with the maximum score for that document as produced by any sub-query, plus a tie breaking increment for any additional matching sub-queries.classDistanceFeatureQueryBuilderA query to boost scores based on their proximity to the given origin for date, date_nanos and geo_point field typesclassExistsQueryBuilderConstructs a query that only match on documents that the field has a value in them.classFieldMaskingSpanQueryBuilderclassFuzzyQueryBuilderA Query that does fuzzy matching for a specific value.classGeoBoundingBoxQueryBuilderCreates a Lucene query that will filter for all documents that lie within the specified bounding box.classGeoDistanceQueryBuilderFilter results of a query to include only those within a specific distance to some geo point.classGeoPolygonQueryBuilderclassGeoShapeQueryBuilderDerivedAbstractGeometryQueryBuilderthat builds a lat, lon GeoShape QueryclassIdsQueryBuilderA query that will return only documents matching specific ids (and a type).classIntervalQueryBuilderBuilder forIntervalQueryclassIntervalsSourceProviderFactory class forIntervalsSourceBuilt-in sources includeIntervalsSourceProvider.Match, which analyzes a text string and converts it to a proximity source (phrase, ordered or unordered depending on how strict the matching should be);IntervalsSourceProvider.Combine, which allows proximity queries between different sub-sources; andIntervalsSourceProvider.Disjunction.static classIntervalsSourceProvider.Combinestatic classIntervalsSourceProvider.Disjunctionstatic classIntervalsSourceProvider.Matchstatic classIntervalsSourceProvider.Prefixstatic classIntervalsSourceProvider.WildcardclassMatchAllQueryBuilderA query that matches on all documents.classMatchBoolPrefixQueryBuilderThe boolean prefix query analyzes the input text and creates a boolean query containing a Term query for each term, except for the last term, which is used to create a prefix queryclassMatchNoneQueryBuilderA query that matches no document.classMatchPhrasePrefixQueryBuilderMatch query is a query that analyzes the text and constructs a phrase prefix query as the result of the analysis.classMatchPhraseQueryBuilderMatch query is a query that analyzes the text and constructs a phrase query as the result of the analysis.classMatchQueryBuilderMatch query is a query that analyzes the text and constructs a query as the result of the analysis.classMoreLikeThisQueryBuilderA more like this query that finds documents that are "like" the provided set of document(s).classMultiMatchQueryBuilderSame asMatchQueryBuilderbut supports multiple fields.classNestedQueryBuilderclassPrefixQueryBuilderA Query that matches documents containing terms with a specified prefix.classQueryStringQueryBuilderA query that parses a query string and runs it.classRangeQueryBuilderA Query that matches documents within an range of terms.classRegexpQueryBuilderA Query that does fuzzy matching for a specific value.classScriptQueryBuilderclassSimpleQueryStringBuilderSimpleQuery is a query parser that acts similar to a query_string query, but won't throw exceptions for any weird string syntax.classSpanContainingQueryBuilderBuilder forSpanContainingQuery.classSpanFirstQueryBuilderclassSpanMultiTermQueryBuilderQuery that allows wrapping aMultiTermQueryBuilder(one of wildcard, fuzzy, prefix, term, range or regexp query) as aSpanQueryBuilderso it can be nested.classSpanNearQueryBuilderMatches spans which are near one another.static classSpanNearQueryBuilder.SpanGapQueryBuilderSpanGapQueryBuilder enables gaps in a SpanNearQuery.classSpanNotQueryBuilderclassSpanOrQueryBuilderSpan query that matches the union of its clauses.classSpanTermQueryBuilderA Span Query that matches documents containing a term.classSpanWithinQueryBuilderBuilder forSpanWithinQuery.classTermQueryBuilderA Query that matches documents containing a term.classTermsQueryBuilderA filter for a field based on several terms matching on any of them.classTermsSetQueryBuilderclassTypeQueryBuilderclassWildcardQueryBuilderImplements the wildcard search query.classWrapperQueryBuilderA Query builder which allows building a query given JSON string or binary data provided as input. -
Uses of NamedWriteable in org.elasticsearch.index.query.functionscore
Classes in org.elasticsearch.index.query.functionscore that implement NamedWriteable Modifier and Type Class Description classDecayFunctionBuilder<DFB extends DecayFunctionBuilder<DFB>>classExponentialDecayFunctionBuilderclassFieldValueFactorFunctionBuilderBuilder to constructfield_value_factorfunctions for a function score query.classFunctionScoreQueryBuilderA query that uses a filters with a script associated with them to compute the score.classGaussDecayFunctionBuilderclassLinearDecayFunctionBuilderclassRandomScoreFunctionBuilderA function that computes a random score for the matched documentsclassScoreFunctionBuilder<FB extends ScoreFunctionBuilder<FB>>classScriptScoreFunctionBuilderA function that uses a script to compute or influence the score of documents that match with the inner query or filter.classScriptScoreQueryBuilderA query that computes a document score based on the provided scriptclassWeightBuilderA query that multiplies the weight to the score. -
Uses of NamedWriteable in org.elasticsearch.index.rankeval
Subinterfaces of NamedWriteable in org.elasticsearch.index.rankeval Modifier and Type Interface Description interfaceEvaluationMetricImplementations ofEvaluationMetricneed to provide a way to compute the quality metric for a result list returned by some search (@linkSearchHits) and a list of rated documents.interfaceMetricDetailDetails about a specificEvaluationMetricthat should be included in the resonse. -
Uses of NamedWriteable in org.elasticsearch.index.reindex
Classes in org.elasticsearch.index.reindex that implement NamedWriteable Modifier and Type Class Description static classBulkByScrollTask.StatusStatus of the reindex, update by query, or delete by query. -
Uses of NamedWriteable in org.elasticsearch.index.shard
Classes in org.elasticsearch.index.shard that implement NamedWriteable Modifier and Type Class Description static classPrimaryReplicaSyncer.ResyncTask.Status -
Uses of NamedWriteable in org.elasticsearch.ingest
Classes in org.elasticsearch.ingest that implement NamedWriteable Modifier and Type Class Description classIngestMetadataHolds the ingest pipelines that are available in the cluster -
Uses of NamedWriteable in org.elasticsearch.persistent
Subinterfaces of NamedWriteable in org.elasticsearch.persistent Modifier and Type Interface Description interfacePersistentTaskParamsParameters used to start persistent taskinterfacePersistentTaskStatePersistentTaskStaterepresents the state of the persistent tasks, as it is persisted in the cluster state.Classes in org.elasticsearch.persistent that implement NamedWriteable Modifier and Type Class Description classPersistentTasksCustomMetaDataA cluster state record that contains a list of all running persistent tasksstatic classPersistentTasksNodeService.Status -
Uses of NamedWriteable in org.elasticsearch.plugins
Classes in org.elasticsearch.plugins with type parameters of type NamedWriteable Modifier and Type Class Description static classSearchPlugin.SearchExtensionSpec<W extends NamedWriteable,P>Specification of search time behavior extension like a customMovAvgModelorScoreFunction. -
Uses of NamedWriteable in org.elasticsearch.script
Classes in org.elasticsearch.script that implement NamedWriteable Modifier and Type Class Description classScriptMetaDataScriptMetaDatais used to store user-defined scripts as part of theClusterStateusing only an id as the key. -
Uses of NamedWriteable in org.elasticsearch.search
Subinterfaces of NamedWriteable in org.elasticsearch.search Modifier and Type Interface Description interfaceDocValueFormatA formatter for values as returned by the fielddata/doc-values APIs.Classes in org.elasticsearch.search that implement NamedWriteable Modifier and Type Class Description static classDocValueFormat.DateTimestatic classDocValueFormat.DecimalclassSearchExtBuilderIntermediate serializable representation of a search ext section. -
Uses of NamedWriteable in org.elasticsearch.search.aggregations
Classes in org.elasticsearch.search.aggregations that implement NamedWriteable Modifier and Type Class Description classAbstractAggregationBuilder<AB extends AbstractAggregationBuilder<AB>>Base implementation of aAggregationBuilder.classAggregationBuilderA factory that knows how to create anAggregatorof a specific type.classInternalAggregationAn internal implementation ofAggregation.classInternalMultiBucketAggregation<A extends InternalMultiBucketAggregation,B extends InternalMultiBucketAggregation.InternalBucket>classPipelineAggregationBuilderA factory that knows how to create anPipelineAggregatorof a specific type. -
Uses of NamedWriteable in org.elasticsearch.search.aggregations.bucket
Classes in org.elasticsearch.search.aggregations.bucket that implement NamedWriteable Modifier and Type Class Description classInternalSingleBucketAggregationA base class for all the single bucket aggregations. -
Uses of NamedWriteable in org.elasticsearch.search.aggregations.bucket.adjacency
Classes in org.elasticsearch.search.aggregations.bucket.adjacency that implement NamedWriteable Modifier and Type Class Description classAdjacencyMatrixAggregationBuilderclassInternalAdjacencyMatrix -
Uses of NamedWriteable in org.elasticsearch.search.aggregations.bucket.composite
Classes in org.elasticsearch.search.aggregations.bucket.composite that implement NamedWriteable Modifier and Type Class Description classCompositeAggregationBuilderclassInternalComposite -
Uses of NamedWriteable in org.elasticsearch.search.aggregations.bucket.filter
Classes in org.elasticsearch.search.aggregations.bucket.filter that implement NamedWriteable Modifier and Type Class Description classFilterAggregationBuilderclassFiltersAggregationBuilderclassInternalFilterclassInternalFilters -
Uses of NamedWriteable in org.elasticsearch.search.aggregations.bucket.geogrid
Classes in org.elasticsearch.search.aggregations.bucket.geogrid that implement NamedWriteable Modifier and Type Class Description classGeoGridAggregationBuilderclassGeoHashGridAggregationBuilderclassGeoTileGridAggregationBuilderclassInternalGeoGrid<B extends InternalGeoGridBucket>Represents a grid of cells where each cell's location is determined by a specific geo hashing algorithm.classInternalGeoHashGridRepresents a grid of cells where each cell's location is determined by a geohash.classInternalGeoTileGridRepresents a grid of cells where each cell's location is determined by a geohash. -
Uses of NamedWriteable in org.elasticsearch.search.aggregations.bucket.global
Classes in org.elasticsearch.search.aggregations.bucket.global that implement NamedWriteable Modifier and Type Class Description classGlobalAggregationBuilderclassInternalGlobalA global scope get (the document set on which we aggregate is all documents in the search context (ie. -
Uses of NamedWriteable in org.elasticsearch.search.aggregations.bucket.histogram
Classes in org.elasticsearch.search.aggregations.bucket.histogram that implement NamedWriteable Modifier and Type Class Description classAutoDateHistogramAggregationBuilderclassDateHistogramAggregationBuilderA builder for histograms on date fields.classHistogramAggregationBuilderA builder for histograms on numeric fields.classInternalAutoDateHistogramImplementation ofHistogram.classInternalDateHistogramImplementation ofHistogram.classInternalHistogramImplementation ofHistogram. -
Uses of NamedWriteable in org.elasticsearch.search.aggregations.bucket.missing
Classes in org.elasticsearch.search.aggregations.bucket.missing that implement NamedWriteable Modifier and Type Class Description classInternalMissingclassMissingAggregationBuilder -
Uses of NamedWriteable in org.elasticsearch.search.aggregations.bucket.nested
Classes in org.elasticsearch.search.aggregations.bucket.nested that implement NamedWriteable Modifier and Type Class Description classInternalNestedResult of theNestedAggregator.classInternalReverseNestedResult of theReverseNestedAggregator.classNestedAggregationBuilderclassReverseNestedAggregationBuilder -
Uses of NamedWriteable in org.elasticsearch.search.aggregations.bucket.range
Classes in org.elasticsearch.search.aggregations.bucket.range that implement NamedWriteable Modifier and Type Class Description classAbstractRangeBuilder<AB extends AbstractRangeBuilder<AB,R>,R extends RangeAggregator.Range>classDateRangeAggregationBuilderclassGeoDistanceAggregationBuilderclassInternalBinaryRangeA range aggregation for data that is encoded in doc values using a binary representation.classInternalDateRangeclassInternalGeoDistanceclassInternalRange<B extends InternalRange.Bucket,R extends InternalRange<B,R>>classIpRangeAggregationBuilderclassRangeAggregationBuilder -
Uses of NamedWriteable in org.elasticsearch.search.aggregations.bucket.sampler
Classes in org.elasticsearch.search.aggregations.bucket.sampler that implement NamedWriteable Modifier and Type Class Description classDiversifiedAggregationBuilderclassInternalSamplerclassSamplerAggregationBuilderclassUnmappedSampler -
Uses of NamedWriteable in org.elasticsearch.search.aggregations.bucket.significant
Classes in org.elasticsearch.search.aggregations.bucket.significant that implement NamedWriteable Modifier and Type Class Description classInternalMappedSignificantTerms<A extends InternalMappedSignificantTerms<A,B>,B extends InternalSignificantTerms.Bucket<B>>classInternalSignificantTerms<A extends InternalSignificantTerms<A,B>,B extends InternalSignificantTerms.Bucket<B>>Result of the significant terms aggregation.classSignificantLongTermsResult of the running the significant terms aggregation on a numeric field.classSignificantStringTermsResult of the running the significant terms aggregation on a String field.classSignificantTermsAggregationBuilderclassSignificantTextAggregationBuilderclassUnmappedSignificantTermsResult of the running the significant terms aggregation on an unmapped field. -
Uses of NamedWriteable in org.elasticsearch.search.aggregations.bucket.significant.heuristics
Classes in org.elasticsearch.search.aggregations.bucket.significant.heuristics that implement NamedWriteable Modifier and Type Class Description classChiSquareclassGNDclassJLHScoreclassMutualInformationclassNXYSignificanceHeuristicclassPercentageScoreclassScriptHeuristicclassSignificanceHeuristicHeuristic for thatSignificantTermsuses to pick out significant terms. -
Uses of NamedWriteable in org.elasticsearch.search.aggregations.bucket.terms
Classes in org.elasticsearch.search.aggregations.bucket.terms that implement NamedWriteable Modifier and Type Class Description classDoubleTermsResult of theTermsAggregatorwhen the field is some kind of decimal number like a float, double, or distance.classInternalMappedRareTerms<A extends InternalRareTerms<A,B>,B extends InternalRareTerms.Bucket<B>>classInternalMappedTerms<A extends InternalTerms<A,B>,B extends InternalTerms.Bucket<B>>Common superclass for results of the terms aggregation on mapped fields.classInternalRareTerms<A extends InternalRareTerms<A,B>,B extends InternalRareTerms.Bucket<B>>classInternalTerms<A extends InternalTerms<A,B>,B extends InternalTerms.Bucket<B>>classLongRareTermsResult of the RareTerms aggregation when the field is some kind of whole number like a integer, long, or a date.classLongTermsResult of theTermsAggregatorwhen the field is some kind of whole number like a integer, long, or a date.classRareTermsAggregationBuilderclassStringRareTermsclassStringTermsResult of theTermsAggregatorwhen the field is a String.classTermsAggregationBuilderclassUnmappedRareTermsResult of the RareTerms aggregation when the field is unmapped.classUnmappedTermsResult of theTermsAggregatorwhen the field is unmapped. -
Uses of NamedWriteable in org.elasticsearch.search.aggregations.metrics
-
Uses of NamedWriteable in org.elasticsearch.search.aggregations.pipeline
-
Uses of NamedWriteable in org.elasticsearch.search.aggregations.support
Classes in org.elasticsearch.search.aggregations.support that implement NamedWriteable Modifier and Type Class Description classMultiValuesSourceAggregationBuilder<VS extends ValuesSource,AB extends MultiValuesSourceAggregationBuilder<VS,AB>>Similar toValuesSourceAggregationBuilder, except it references multiple ValuesSources (e.g.static classMultiValuesSourceAggregationBuilder.LeafOnly<VS extends ValuesSource,AB extends MultiValuesSourceAggregationBuilder<VS,AB>>classValuesSourceAggregationBuilder<VS extends ValuesSource,AB extends ValuesSourceAggregationBuilder<VS,AB>>static classValuesSourceAggregationBuilder.LeafOnly<VS extends ValuesSource,AB extends ValuesSourceAggregationBuilder<VS,AB>> -
Uses of NamedWriteable in org.elasticsearch.search.rescore
Classes in org.elasticsearch.search.rescore that implement NamedWriteable Modifier and Type Class Description classQueryRescorerBuilderclassRescorerBuilder<RB extends RescorerBuilder<RB>>The abstract base builder for instances ofRescorerBuilder. -
Uses of NamedWriteable in org.elasticsearch.search.sort
Classes in org.elasticsearch.search.sort that implement NamedWriteable Modifier and Type Class Description classFieldSortBuilderA sort builder to sort based on a document field.classGeoDistanceSortBuilderA geo distance based sorting on a geo point like field.classScoreSortBuilderA sort builder allowing to sort by score.classScriptSortBuilderScript sort builder allows to sort based on a custom script expression.classSortBuilder<T extends SortBuilder<T>> -
Uses of NamedWriteable in org.elasticsearch.search.suggest
Classes in org.elasticsearch.search.suggest that implement NamedWriteable Modifier and Type Class Description static classSuggest.Suggestion<T extends Suggest.Suggestion.Entry>The suggestion responses corresponding with the suggestions in the request.classSuggestionBuilder<T extends SuggestionBuilder<T>>Base class for the different suggestion implementations. -
Uses of NamedWriteable in org.elasticsearch.search.suggest.completion
Classes in org.elasticsearch.search.suggest.completion that implement NamedWriteable Modifier and Type Class Description classCompletionSuggestionSuggestion response forCompletionSuggesterresults Response format for each entry: { "text" : STRING "score" : FLOAT "contexts" : CONTEXTS } CONTEXTS : { "CONTEXT_NAME" : ARRAY, ..classCompletionSuggestionBuilderDefines a suggest command based on a prefix, typically to provide "auto-complete" functionality for users as they type search terms. -
Uses of NamedWriteable in org.elasticsearch.search.suggest.phrase
Classes in org.elasticsearch.search.suggest.phrase that implement NamedWriteable Modifier and Type Class Description classLaplaceAn additive smoothing model.classLinearInterpolationLinear interpolation smoothing model.classPhraseSuggestionSuggestion entry returned from thePhraseSuggester.classPhraseSuggestionBuilderDefines the actual suggest command for phrase suggestions (phrase).classSmoothingModelclassStupidBackoffA "stupid-backoff" smoothing model similar to Katz's Backoff. -
Uses of NamedWriteable in org.elasticsearch.search.suggest.term
Classes in org.elasticsearch.search.suggest.term that implement NamedWriteable Modifier and Type Class Description classTermSuggestionThe suggestion responses corresponding with the suggestions in the request.classTermSuggestionBuilderDefines the actual suggest command. -
Uses of NamedWriteable in org.elasticsearch.tasks
Subinterfaces of NamedWriteable in org.elasticsearch.tasks Modifier and Type Interface Description static interfaceTask.StatusReport of the internal status of a task.Classes in org.elasticsearch.tasks that implement NamedWriteable Modifier and Type Class Description classRawTaskStatusRaw, unparsed status from the task results index.
-