Modifier and Type | Class and Description |
---|---|
class |
ClusterHealthResponse |
class |
ClusterIndexHealth |
Modifier and Type | Class and Description |
---|---|
class |
NodesInfoResponse |
class |
PluginInfo |
class |
PluginsInfo |
Modifier and Type | Class and Description |
---|---|
class |
NodesStatsResponse |
class |
NodeStats
Node statistics (dynamic, changes depending on when created).
|
Modifier and Type | Class and Description |
---|---|
class |
VerifyRepositoryResponse
Unregister repository response
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterSearchShardsGroup |
class |
ClusterSearchShardsResponse |
Modifier and Type | Class and Description |
---|---|
class |
CreateSnapshotResponse
Create snapshot response
|
Modifier and Type | Class and Description |
---|---|
class |
GetSnapshotsResponse
Get snapshots response
|
Modifier and Type | Class and Description |
---|---|
class |
RestoreSnapshotResponse
Contains information about restores snapshot
|
Modifier and Type | Class and Description |
---|---|
class |
SnapshotIndexShardStatus |
class |
SnapshotIndexStatus
Represents snapshot status of all shards in the index
|
class |
SnapshotShardsStats
Status of a snapshot shards
|
class |
SnapshotsStatusResponse
Snapshot status response
|
class |
SnapshotStats |
class |
SnapshotStatus
Status of a snapshot
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterStatsIndices |
static class |
ClusterStatsIndices.ShardStats |
class |
ClusterStatsNodes |
static class |
ClusterStatsNodes.Counts |
static class |
ClusterStatsNodes.JvmStats |
static class |
ClusterStatsNodes.OsStats |
static class |
ClusterStatsNodes.ProcessStats |
class |
ClusterStatsResponse |
Modifier and Type | Class and Description |
---|---|
class |
PendingClusterTasksResponse |
Modifier and Type | Class and Description |
---|---|
class |
AnalyzeResponse |
Modifier and Type | Class and Description |
---|---|
class |
GetFieldMappingsResponse
Response object for
GetFieldMappingsRequest API |
static class |
GetFieldMappingsResponse.FieldMappingMetaData |
Modifier and Type | Class and Description |
---|---|
class |
RecoveryResponse
Information regarding the recovery state of indices and their associated shards.
|
class |
ShardRecoveryResponse
Information regarding the recovery state of a shard.
|
Modifier and Type | Class and Description |
---|---|
class |
IndicesSegmentResponse |
Modifier and Type | Class and Description |
---|---|
class |
CommonStats |
class |
IndicesStatsResponse |
class |
ShardStats |
Modifier and Type | Class and Description |
---|---|
class |
IndicesStatusResponse
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
GetResponse
The response of a get action.
|
class |
MultiGetResponse |
Modifier and Type | Class and Description |
---|---|
class |
GetIndexedScriptResponse
The response of a get script action.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiPercolateResponse
Represents the response of a multi percolate request.
|
class |
PercolateResponse
Encapsulates the response of a percolator request.
|
class |
PercolateSourceBuilder
Builder to create the percolate request body.
|
static class |
PercolateSourceBuilder.DocBuilder
A builder for defining the document to be percolated in various ways.
|
Modifier and Type | Class and Description |
---|---|
class |
ClearScrollResponse |
class |
MultiSearchResponse
A multi search response.
|
class |
SearchResponse
A response of a search request.
|
Modifier and Type | Class and Description |
---|---|
class |
QuerySourceBuilder |
Modifier and Type | Class and Description |
---|---|
class |
MultiTermVectorsResponse |
class |
TermVectorResponse |
Modifier and Type | Class and Description |
---|---|
class |
ClusterState |
Modifier and Type | Class and Description |
---|---|
class |
ClusterBlock |
Modifier and Type | Interface and Description |
---|---|
interface |
ShardRouting
Shard routing represents the state of a shard instance allocated in the cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableShardRouting
ImmutableShardRouting immutably encapsulates information about shard
routings like id, state, version, etc. |
class |
MutableShardRouting
Similar to
ImmutableShardRouting this class keeps metadata of the current shard. |
class |
RestoreSource
Represents snapshot and index from which a recovering index should be restored
|
Modifier and Type | Class and Description |
---|---|
class |
RerouteExplanation
Class encapsulating the explanation for a single
AllocationCommand
taken from the Deciders |
class |
RoutingExplanations
Class used to encapsulate a number of
RerouteExplanation
explanations. |
Modifier and Type | Class and Description |
---|---|
class |
Decision
This abstract class defining basic
Decision used during shard
allocation process. |
static class |
Decision.Multi
Simple class representing a list of decisions
|
static class |
Decision.Single
Simple class representing a single decision
|
Modifier and Type | Class and Description |
---|---|
class |
BaseLineStringBuilder<E extends BaseLineStringBuilder<E>> |
class |
BasePolygonBuilder<E extends BasePolygonBuilder<E>>
The
BasePolygonBuilder implements the groundwork to create polygons. |
static class |
BasePolygonBuilder.Ring<P extends ShapeBuilder> |
class |
CircleBuilder |
class |
EnvelopeBuilder |
class |
GeometryCollectionBuilder |
class |
LineStringBuilder |
class |
MultiLineStringBuilder |
static class |
MultiLineStringBuilder.InternalLineStringBuilder |
class |
MultiPointBuilder |
class |
MultiPolygonBuilder |
static class |
MultiPolygonBuilder.InternalPolygonBuilder |
class |
PointBuilder |
class |
PointCollection<E extends PointCollection<E>>
The
PointCollection is an abstract base implementation for all GeoShapes. |
class |
PolygonBuilder |
class |
ShapeBuilder
Basic class for building GeoJSON shapes like Polygons, Linestrings, etc
|
protected static class |
ShapeBuilder.CoordinateNode
Node used to represent a tree of coordinates.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Settings
Immutable settings allowing to control the configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableSettings
An immutable implementation of
Settings . |
Modifier and Type | Class and Description |
---|---|
class |
Fuzziness
A unit class that encapsulates all in-exact search
parsing and conversion from similarities to edit distances
etc.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StatusToXContent |
Modifier and Type | Method and Description |
---|---|
XContentBuilder |
XContentBuilder.field(String name,
ToXContent xContent) |
XContentBuilder |
XContentBuilder.field(String name,
ToXContent xContent,
ToXContent.Params params) |
static String |
XContentHelper.toString(ToXContent toXContent)
Writes serialized toXContent to pretty-printed JSON string.
|
static String |
XContentHelper.toString(ToXContent toXContent,
ToXContent.Params params)
Writes serialized toXContent to pretty-printed JSON string.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpInfo |
class |
HttpStats |
Modifier and Type | Class and Description |
---|---|
class |
FilterCacheStats |
Modifier and Type | Class and Description |
---|---|
class |
IdCacheStats
Deprecated.
Id cache has been removed in favor for
ParentChildIndexFieldData
this class now reports field data memory usage for _parent field. |
Modifier and Type | Class and Description |
---|---|
class |
QueryCacheStats |
Modifier and Type | Class and Description |
---|---|
class |
SegmentsStats |
Modifier and Type | Class and Description |
---|---|
class |
FieldDataStats |
Modifier and Type | Class and Description |
---|---|
class |
FlushStats |
Modifier and Type | Class and Description |
---|---|
class |
GetResult |
class |
GetStats |
Modifier and Type | Class and Description |
---|---|
class |
IndexingStats |
static class |
IndexingStats.Stats |
Modifier and Type | Interface and Description |
---|---|
interface |
FieldMapper<T> |
interface |
Mapper |
interface |
RootMapper
A mapper that exists only as a mapper within a root object.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentMapper |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFieldMapper<T> |
class |
BinaryFieldMapper |
class |
BooleanFieldMapper |
class |
ByteFieldMapper |
class |
CompletionFieldMapper |
class |
DateFieldMapper |
class |
DoubleFieldMapper |
class |
FloatFieldMapper |
class |
IntegerFieldMapper |
class |
LongFieldMapper |
class |
Murmur3FieldMapper |
class |
NumberFieldMapper<T extends Number> |
class |
ShortFieldMapper |
class |
StringFieldMapper |
class |
TokenCountFieldMapper
A
FieldMapper that takes a string and writes a count of the tokens in that string
to the index. |
Modifier and Type | Class and Description |
---|---|
class |
GeoPointFieldMapper
Parsing: We handle:
- "field" : "geo_hash"
- "field" : "lat,lon"
- "field" : {
"lat" : 1.1,
"lon" : 2.1
}
|
class |
GeoShapeFieldMapper
FieldMapper for indexing
Shape s. |
Modifier and Type | Interface and Description |
---|---|
static interface |
AllFieldMapper.IncludeInAll |
Modifier and Type | Class and Description |
---|---|
class |
AllFieldMapper |
class |
AnalyzerMapper |
class |
BoostFieldMapper |
class |
FieldNamesFieldMapper
A mapper that indexes the field names of a document under
_field_names . |
class |
IdFieldMapper |
class |
IndexFieldMapper |
class |
ParentFieldMapper |
class |
RoutingFieldMapper |
class |
SizeFieldMapper |
class |
SourceFieldMapper |
class |
TimestampFieldMapper |
class |
TTLFieldMapper |
class |
TypeFieldMapper |
class |
UidFieldMapper |
class |
VersionFieldMapper
Mapper for the _version field.
|
Modifier and Type | Class and Description |
---|---|
class |
IpFieldMapper |
Modifier and Type | Class and Description |
---|---|
class |
ObjectMapper |
class |
RootObjectMapper |
Modifier and Type | Method and Description |
---|---|
void |
ObjectMapper.toXContent(XContentBuilder builder,
ToXContent.Params params,
ToXContent custom,
Mapper... additionalMappers) |
Modifier and Type | Class and Description |
---|---|
class |
MergeStats |
Modifier and Type | Class and Description |
---|---|
class |
PercolateStats
Exposes percolator related statistics.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FilterBuilder |
interface |
MultiTermQueryBuilder |
interface |
QueryBuilder |
interface |
SpanQueryBuilder |
Modifier and Type | Class and Description |
---|---|
class |
AndFilterBuilder
A filter that matches documents matching boolean combinations of other filters.
|
class |
BaseFilterBuilder |
class |
BaseQueryBuilder |
class |
BoolFilterBuilder
A filter that matches documents matching boolean combinations of other filters.
|
class |
BoolQueryBuilder
A Query that matches documents matching boolean combinations of other queries.
|
class |
BoostingQueryBuilder
The BoostingQuery class can be used to effectively demote results that match a given query.
|
class |
BytesFilterBuilder
FilterBuilder that constructs filters from
BytesReference
source |
class |
CommonTermsQueryBuilder
CommonTermsQuery query is a query that executes high-frequency terms in a
optional sub-query to prevent slow queries due to "common" terms like
stopwords.
|
class |
ConstantScoreQueryBuilder
A query that wraps a filter and simply returns a constant score equal to the
query boost for every document in the filter.
|
class |
DisMaxQueryBuilder
A 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.
|
class |
ExistsFilterBuilder
Constructs a filter that only match on documents that the field has a value in them.
|
class |
FieldMaskingSpanQueryBuilder |
class |
FilteredQueryBuilder
A query that applies a filter to the results of another query.
|
class |
FuzzyLikeThisFieldQueryBuilder |
class |
FuzzyLikeThisQueryBuilder |
class |
FuzzyQueryBuilder
A Query that does fuzzy matching for a specific value.
|
class |
GeoBoundingBoxFilterBuilder |
class |
GeoDistanceFilterBuilder |
class |
GeoDistanceRangeFilterBuilder |
static class |
GeohashCellFilter.Builder
Builder for a geohashfilter.
|
class |
GeoPolygonFilterBuilder |
class |
GeoShapeFilterBuilder
FilterBuilder that builds a GeoShape Filter |
class |
GeoShapeQueryBuilder
QueryBuilder that builds a GeoShape Query |
class |
HasChildFilterBuilder |
class |
HasChildQueryBuilder |
class |
HasParentFilterBuilder
Builder for the 'has_parent' filter.
|
class |
HasParentQueryBuilder
Builder for the 'has_parent' query.
|
class |
IdsFilterBuilder
A filter that will return only documents matching specific ids (and a type).
|
class |
IdsQueryBuilder
A query that will return only documents matching specific ids (and a type).
|
class |
IndicesFilterBuilder
A filter that will execute the wrapped filter only for the specified indices, and "match_all" when
it does not match those indices (by default).
|
class |
IndicesQueryBuilder
A query that will execute the wrapped query only for the specified indices, and "match_all" when
it does not match those indices (by default).
|
class |
LimitFilterBuilder |
class |
MatchAllFilterBuilder
A filter that simply wraps a query.
|
class |
MatchAllQueryBuilder
A query that matches on all documents.
|
class |
MatchQueryBuilder
Match query is a query that analyzes the text and constructs a query as the result of the analysis.
|
class |
MissingFilterBuilder
Constructs a filter that only match on documents that the field has a value in them.
|
class |
MoreLikeThisFieldQueryBuilder
Deprecated.
|
class |
MoreLikeThisQueryBuilder
A more like this query that finds documents that are "like" the provided
MoreLikeThisQueryBuilder.likeText(String)
which is checked against the fields the query is constructed with. |
static class |
MoreLikeThisQueryBuilder.Item
A single get item.
|
class |
MultiMatchQueryBuilder
Same as
MatchQueryBuilder but supports multiple fields. |
class |
NestedFilterBuilder |
class |
NestedQueryBuilder |
class |
NotFilterBuilder
A filter that matches documents matching boolean combinations of other filters.
|
class |
NumericRangeFilterBuilder
Deprecated.
This filter will be removed at some point in time in favor for the range filter with the execution
mode
fielddata . |
class |
OrFilterBuilder
A filter that matches documents matching boolean combinations of other filters.
|
class |
PrefixFilterBuilder
A filter that restricts search results to values that have a matching prefix in a given
field.
|
class |
PrefixQueryBuilder
A Query that matches documents containing terms with a specified prefix.
|
class |
QueryFilterBuilder
A filter that simply wraps a query.
|
class |
QueryStringQueryBuilder
A query that parses a query string and runs it.
|
class |
RangeFilterBuilder
A filter that restricts search results to values that are within the given range.
|
class |
RangeQueryBuilder
A Query that matches documents within an range of terms.
|
class |
RegexpFilterBuilder
A filter that restricts search results to values that have a matching regular expression in a given
field.
|
class |
RegexpQueryBuilder
A Query that does fuzzy matching for a specific value.
|
class |
ScriptFilterBuilder |
class |
SimpleQueryStringBuilder
SimpleQuery is a query parser that acts similar to a query_string
query, but won't throw exceptions for any weird string syntax.
|
class |
SpanFirstQueryBuilder |
class |
SpanMultiTermQueryBuilder |
class |
SpanNearQueryBuilder |
class |
SpanNotQueryBuilder |
class |
SpanOrQueryBuilder |
class |
SpanTermQueryBuilder |
class |
TemplateQueryBuilder
Facilitates creating template query requests.
|
class |
TermFilterBuilder
A filter for a field based on a term.
|
class |
TermQueryBuilder
A Query that matches documents containing a term.
|
class |
TermsFilterBuilder
A filer for a field based on several terms matching on any of them.
|
class |
TermsLookupFilterBuilder
A filer for a field based on several terms matching on any of them.
|
class |
TermsQueryBuilder |
class |
TopChildrenQueryBuilder |
class |
TypeFilterBuilder |
class |
WildcardQueryBuilder
Implements the wildcard search query.
|
class |
WrapperFilterBuilder
A Filter builder which allows building a filter thanks to a JSON string or binary data.
|
class |
WrapperQueryBuilder
A Query builder which allows building a query thanks to a JSON string or binary data.
|
Modifier and Type | Class and Description |
---|---|
class |
DecayFunctionBuilder |
class |
FunctionScoreQueryBuilder
A query that uses a filters with a script associated with them to compute the
score.
|
class |
ScoreFunctionBuilder |
Modifier and Type | Class and Description |
---|---|
class |
ExponentialDecayFunctionBuilder |
Modifier and Type | Class and Description |
---|---|
class |
FactorBuilder
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldValueFactorFunctionBuilder
Builder to construct
field_value_factor functions for a function
score query. |
Modifier and Type | Class and Description |
---|---|
class |
GaussDecayFunctionBuilder |
Modifier and Type | Class and Description |
---|---|
class |
LinearDecayFunctionBuilder |
Modifier and Type | Class and Description |
---|---|
class |
RandomScoreFunctionBuilder
A function that computes a random score for the matched documents
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptScoreFunctionBuilder
A function that uses a script to compute or influence the score of documents
that match with the inner query or filter.
|
Modifier and Type | Class and Description |
---|---|
class |
WeightBuilder
A query that multiplies the weight to the score.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseInnerHitBuilder<T extends BaseInnerHitBuilder> |
class |
QueryInnerHitBuilder |
Modifier and Type | Class and Description |
---|---|
class |
RecoveryStats
Recovery related statistics, starting at the shard level and allowing aggregation to
indices and node level
|
Modifier and Type | Class and Description |
---|---|
class |
RefreshStats |
Modifier and Type | Class and Description |
---|---|
class |
SearchStats |
static class |
SearchStats.Stats |
Modifier and Type | Class and Description |
---|---|
class |
DocsStats |
Modifier and Type | Class and Description |
---|---|
class |
StoreStats |
Modifier and Type | Class and Description |
---|---|
class |
SuggestStats
Exposes suggest related statistics.
|
Modifier and Type | Class and Description |
---|---|
class |
TranslogStats |
Modifier and Type | Class and Description |
---|---|
class |
WarmerStats |
Modifier and Type | Class and Description |
---|---|
class |
NodeIndicesStats
Global information on indices stats running on a specific node.
|
Modifier and Type | Class and Description |
---|---|
class |
AllCircuitBreakerStats
Stats class encapsulating all of the different circuit breaker stats
|
class |
CircuitBreakerStats
Class encapsulating stats about the circuit breaker
|
Modifier and Type | Class and Description |
---|---|
class |
RecoveryState
Keeps track of state related to shard recovery.
|
static class |
RecoveryState.File |
static class |
RecoveryState.Index |
static class |
RecoveryState.Start |
static class |
RecoveryState.Translog |
Modifier and Type | Class and Description |
---|---|
class |
FsStats |
static class |
FsStats.Info |
Modifier and Type | Class and Description |
---|---|
class |
JvmInfo |
class |
JvmStats |
Modifier and Type | Class and Description |
---|---|
class |
NetworkInfo |
class |
NetworkStats |
Modifier and Type | Class and Description |
---|---|
class |
OsInfo |
static class |
OsInfo.Cpu |
class |
OsStats |
Modifier and Type | Class and Description |
---|---|
class |
ProcessInfo |
class |
ProcessStats |
Modifier and Type | Class and Description |
---|---|
class |
RestToXContentListener<Response extends ToXContent>
A REST based action listener that assumes the response is of type
ToXContent and automatically
builds an XContent based response (wrapping the toXContent in startObject/endObject). |
Modifier and Type | Interface and Description |
---|---|
interface |
SearchHit
A single search hit.
|
interface |
SearchHits
The hits of a search request.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAggregationBuilder
Base structure for aggregation builders.
|
class |
AggregationBuilder<B extends AggregationBuilder<B>>
A base class for all bucket aggregation builders.
|
class |
InternalAggregation
An internal implementation of
Aggregation . |
class |
InternalAggregations
An internal implementation of
Aggregations . |
class |
ValuesSourceAggregationBuilder<B extends ValuesSourceAggregationBuilder<B>>
A base class for all bucket aggregation builders that are based on values (either script generated or field data values)
|
Modifier and Type | Class and Description |
---|---|
class |
InternalSingleBucketAggregation
A base class for all the single bucket aggregations.
|
Modifier and Type | Class and Description |
---|---|
class |
ChildrenBuilder
Builder for the
Children aggregation. |
class |
InternalChildren |
Modifier and Type | Class and Description |
---|---|
class |
FilterAggregationBuilder
Builder for the
Filter aggregation. |
class |
InternalFilter |
Modifier and Type | Class and Description |
---|---|
class |
FiltersAggregationBuilder
Builder for the
Filters aggregation. |
class |
InternalFilters |
Modifier and Type | Class and Description |
---|---|
class |
GeoHashGridBuilder
Creates an aggregation based on bucketing points into GeoHashes
|
class |
InternalGeoHashGrid
Represents a grid of cells where each cell's location is determined by a geohash.
|
Modifier and Type | Class and Description |
---|---|
class |
GlobalBuilder
Builder for the
Global aggregation. |
class |
InternalGlobal
A global scope get (the document set on which we aggregate is all documents in the search context (ie.
|
Modifier and Type | Class and Description |
---|---|
class |
DateHistogramBuilder
Builder for the
DateHistogram aggregation. |
static class |
Histogram.Order
A strategy defining the order in which the buckets in this histogram are ordered.
|
class |
HistogramBuilder
Builder for the
Histogram aggregation. |
class |
InternalDateHistogram |
class |
InternalHistogram<B extends InternalHistogram.Bucket>
TODO should be renamed to InternalNumericHistogram (see comment on
Histogram )? |
Modifier and Type | Class and Description |
---|---|
class |
InternalMissing |
class |
MissingBuilder
Builder for the
Missing aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
InternalNested |
class |
InternalReverseNested |
class |
NestedBuilder
Builder for the
Nested aggregation. |
class |
ReverseNestedBuilder
Builder for the
ReverseNested aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRangeBuilder<B extends AbstractRangeBuilder<B>> |
protected static class |
AbstractRangeBuilder.Range |
class |
InternalRange<B extends InternalRange.Bucket> |
class |
RangeBuilder
Builder for the
Range aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
DateRangeBuilder
Builder for the
DateRange aggregation. |
class |
InternalDateRange |
Modifier and Type | Class and Description |
---|---|
class |
GeoDistanceBuilder
Builder for the
GeoDistance aggregation. |
static class |
GeoDistanceBuilder.Range
A range of values.
|
class |
InternalGeoDistance |
Modifier and Type | Class and Description |
---|---|
class |
InternalIPv4Range |
class |
IPv4RangeBuilder
Builder for the
IPv4Range aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
InternalSignificantTerms |
class |
SignificantLongTerms |
class |
SignificantStringTerms |
class |
SignificantTermsBuilder
Creates an aggregation that finds interesting or unusual occurrences of terms in a result set.
|
class |
UnmappedSignificantTerms |
Modifier and Type | Class and Description |
---|---|
class |
DoubleTerms |
class |
InternalTerms |
class |
LongTerms |
class |
StringTerms |
static class |
Terms.Order
Determines the order by which the term buckets will be sorted
|
class |
TermsBuilder
Builder for the
Terms aggregation. |
class |
UnmappedTerms |
Modifier and Type | Class and Description |
---|---|
class |
InternalMetricsAggregation |
class |
InternalNumericMetricsAggregation |
static class |
InternalNumericMetricsAggregation.MultiValue |
static class |
InternalNumericMetricsAggregation.SingleValue |
class |
MetricsAggregationBuilder<B extends MetricsAggregationBuilder<B>>
Base builder for metrics aggregations.
|
class |
ValuesSourceMetricsAggregationBuilder<B extends ValuesSourceMetricsAggregationBuilder<B>> |
Modifier and Type | Class and Description |
---|---|
class |
AvgBuilder
Builder for the
Avg aggregation. |
class |
InternalAvg |
Modifier and Type | Class and Description |
---|---|
class |
CardinalityBuilder
Builder for the
Cardinality aggregation. |
class |
InternalCardinality |
Modifier and Type | Class and Description |
---|---|
class |
GeoBoundsBuilder
Builder for the
GeoBounds aggregation. |
class |
InternalGeoBounds |
Modifier and Type | Class and Description |
---|---|
class |
InternalMax |
class |
MaxBuilder
Builder for the
Max aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
InternalMin |
class |
MinBuilder
Builder for the
Min aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
InternalPercentileRanks |
class |
InternalPercentiles |
class |
PercentileRanksBuilder
Builder for the
PercentileRanks aggregation. |
class |
PercentilesBuilder
Builder for the
Percentiles aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
InternalScriptedMetric |
class |
ScriptedMetricBuilder
Builder for the
ScriptedMetric aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
InternalStats |
class |
StatsBuilder
Builder for the
Stats aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedStatsBuilder
Builder for the
ExtendedStats aggregation. |
class |
InternalExtendedStats |
Modifier and Type | Class and Description |
---|---|
class |
InternalSum |
class |
SumBuilder
Builder for the
Sum aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
InternalTopHits |
class |
TopHitsBuilder
Builder for the
TopHits aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
InternalValueCount
An internal implementation of
ValueCount . |
class |
ValueCountBuilder
Builder for the
ValueCount aggregation. |
Modifier and Type | Class and Description |
---|---|
class |
SearchSourceBuilder
A search source builder allowing to easily build search source.
|
Modifier and Type | Class and Description |
---|---|
class |
FacetBuilder |
class |
InternalFacet |
class |
InternalFacets |
Modifier and Type | Class and Description |
---|---|
class |
DateHistogramFacetBuilder
A facet builder of date histogram facets.
|
class |
InternalCountDateHistogramFacet |
class |
InternalDateHistogramFacet |
class |
InternalFullDateHistogramFacet |
Modifier and Type | Class and Description |
---|---|
class |
FilterFacetBuilder |
class |
InternalFilterFacet |
Modifier and Type | Class and Description |
---|---|
class |
GeoDistanceFacetBuilder
A geo distance builder allowing to create a facet of distances from a specific location including the
number of hits within each distance range, and aggregated data (like totals of either the distance or
cusotm value fields).
|
class |
InternalGeoDistanceFacet |
Modifier and Type | Class and Description |
---|---|
class |
HistogramFacetBuilder
A facet builder of histogram facets.
|
class |
HistogramScriptFacetBuilder |
class |
InternalCountHistogramFacet |
class |
InternalFullHistogramFacet |
class |
InternalHistogramFacet |
Modifier and Type | Class and Description |
---|---|
class |
InternalQueryFacet |
class |
QueryFacetBuilder |
Modifier and Type | Class and Description |
---|---|
class |
InternalRangeFacet |
class |
RangeFacetBuilder
A facet builder of range facets.
|
class |
RangeScriptFacetBuilder |
Modifier and Type | Class and Description |
---|---|
class |
InternalStatisticalFacet |
class |
StatisticalFacetBuilder |
class |
StatisticalScriptFacetBuilder |
Modifier and Type | Class and Description |
---|---|
class |
InternalTermsFacet |
class |
TermsFacetBuilder
Term facets allow to collect frequency of terms within one (or more) field.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalDoubleTermsFacet |
Modifier and Type | Class and Description |
---|---|
class |
InternalLongTermsFacet |
Modifier and Type | Class and Description |
---|---|
class |
InternalStringTermsFacet |
Modifier and Type | Class and Description |
---|---|
class |
InternalTermsStatsFacet |
class |
TermsStatsFacetBuilder |
Modifier and Type | Class and Description |
---|---|
class |
InternalTermsStatsDoubleFacet |
Modifier and Type | Class and Description |
---|---|
class |
InternalTermsStatsLongFacet |
Modifier and Type | Class and Description |
---|---|
class |
InternalTermsStatsStringFacet |
Modifier and Type | Class and Description |
---|---|
class |
InnerHitsBuilder |
static class |
InnerHitsBuilder.InnerHit |
Modifier and Type | Class and Description |
---|---|
class |
HighlightBuilder
A builder for search highlighting.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalSearchHit |
static class |
InternalSearchHit.InternalNestedIdentity |
class |
InternalSearchHits |
class |
InternalSearchResponse |
Modifier and Type | Class and Description |
---|---|
class |
RescoreBuilder |
static class |
RescoreBuilder.QueryRescorer |
static class |
RescoreBuilder.Rescorer |
Modifier and Type | Class and Description |
---|---|
class |
FieldSortBuilder
A sort builder to sort based on a document field.
|
class |
GeoDistanceSortBuilder
A geo distance based sorting on a geo point like field.
|
class |
ScoreSortBuilder
A sort builder allowing to sort by score.
|
class |
ScriptSortBuilder
Script sort builder allows to sort based on a custom script expression.
|
class |
SortBuilder |
Modifier and Type | Class and Description |
---|---|
class |
Suggest
Top level suggest result, containing the result for each suggestion.
|
static class |
Suggest.Suggestion<T extends Suggest.Suggestion.Entry>
The suggestion responses corresponding with the suggestions in the request.
|
static class |
Suggest.Suggestion.Entry<O extends Suggest.Suggestion.Entry.Option>
Represents a part from the suggest text with suggested options.
|
static class |
Suggest.Suggestion.Entry.Option
Contains the suggested text with its document frequency and score.
|
class |
SuggestBuilder
Defines how to perform suggesting.
|
static class |
SuggestBuilder.SuggestionBuilder<T> |
Modifier and Type | Class and Description |
---|---|
class |
CompletionStats |
class |
CompletionSuggestion |
static class |
CompletionSuggestion.Entry |
static class |
CompletionSuggestion.Entry.Option |
class |
CompletionSuggestionBuilder
Defines a suggest command based on a prefix, typically to provide "auto-complete" functionality
for users as they type search terms.
|
class |
CompletionSuggestionFuzzyBuilder
A form of
CompletionSuggestionBuilder that supports fuzzy queries allowing
matches on typos. |
Modifier and Type | Class and Description |
---|---|
class |
CategoryContextMapping
The
CategoryContextMapping is used to define a ContextMapping that
references a field within a document. |
class |
ContextMapping
A
ContextMapping is used t define a context that may used
in conjunction with a suggester. |
static class |
ContextMapping.ContextQuery
A
ContextMapping.ContextQuery defines the context information for a specific ContextMapping
defined within a suggestion request. |
class |
GeolocationContextMapping
The
GeolocationContextMapping allows to take GeoInfomation into account
during building suggestions. |
Modifier and Type | Class and Description |
---|---|
class |
PhraseSuggestion
Suggestion entry returned from the
PhraseSuggester . |
static class |
PhraseSuggestion.Entry |
class |
PhraseSuggestionBuilder
Defines the actual suggest command for phrase suggestions ( phrase).
|
static class |
PhraseSuggestionBuilder.CandidateGenerator
CandidateGenerator base class. |
static class |
PhraseSuggestionBuilder.DirectCandidateGenerator |
static class |
PhraseSuggestionBuilder.Laplace
An additive
smoothing model.
|
static class |
PhraseSuggestionBuilder.LinearInterpolation
Linear interpolation smoothing model.
|
static class |
PhraseSuggestionBuilder.SmoothingModel |
static class |
PhraseSuggestionBuilder.StupidBackoff
A "stupid-backoff" smoothing model simialr to Katz's
Backoff.
|
Modifier and Type | Class and Description |
---|---|
class |
TermSuggestion
The suggestion responses corresponding with the suggestions in the request.
|
static class |
TermSuggestion.Entry
Represents a part from the suggest text with suggested options.
|
static class |
TermSuggestion.Entry.Option
Contains the suggested text with its document frequency and score.
|
class |
TermSuggestionBuilder
Defines the actual suggest command.
|
Modifier and Type | Class and Description |
---|---|
class |
RestoreInfo
Information about successfully completed restore operation.
|
class |
SnapshotInfo
Information about snapshot
|
Modifier and Type | Class and Description |
---|---|
static class |
ThreadPool.Info |
class |
ThreadPoolInfo |
class |
ThreadPoolStats |
static class |
ThreadPoolStats.Stats |
Modifier and Type | Class and Description |
---|---|
class |
TransportInfo |
class |
TransportStats |
Copyright © 2009–2015. All rights reserved.