IBigDataRepository
(more specifically in an IBigDataSearcher
).See: Description
Class | Description |
---|---|
AutoCompleteSuggestionConfig |
Auto complete suggestion configuration.
|
AvgAggregation |
Aggregation that returns in a value bucket the average value for a given (numeric) field.
|
CardinalityAggregation |
Aggregation that returns in a value bucket the unique value count for a given field.
|
DateHistogramAggregation |
Date histogram aggregation.
|
DateHistogramAggregation.Interval |
Date histogram interval.
|
DateRangeAggregation |
Date range aggregation.
|
Distance |
Represents a distance with an amount and a
distance unit . |
DocumentLocaleClause |
Clause to filter documents by their locale.
|
FieldPresenceClause |
ISearchQueryFilter that checks whether a given field is present or not, accordingly to the chosen operator.A field is present if a given document has it and it has a non-null value. The default operator is FieldPresenceClause.Operator.PRESENT . |
FilterAggregation |
Aggregation used to narrow down the current query document space.
|
GeoDistanceAggregation |
Aggregation that aggregates the documents based on a
center point and a collection of ranges .This aggregation produces a result of type IGeoDistanceAggregationResult . |
GeoDistanceFilter | |
GeoDistanceSearchQuerySort |
Sort documents by the distance to a given point.
|
HighlightConfig |
A search highlight configuration.
|
HistogramAggregation |
Histogram aggregation.
|
MaxAggregation |
Aggregation that returns in a value bucket the maximum value for a given (numeric) field.
|
MinAggregation |
Aggregation that returns in a value bucket the minimum value for a given (numeric) field.
|
NestedObjectFilter |
Filter used to apply other filter in a single nested object.
|
NotFilter |
A filter that negates the result of another filter.
|
Range<T extends Comparable<T>> |
Represents a range of values by having a
from and a to value. |
SearchFieldClause |
A search query clause used by a
searcher to search content. |
SearchFilterGroup |
Allows the creation of composite filters by grouping them together
and using a logical operator to join them.
|
SearchQuery |
Represents search criteria used to find matching information by a
searcher . |
SearchQuerySort |
Search sort definition.
|
SumAggregation |
Aggregation that returns in a value bucket the sum value for a given (numeric) field.
|
TermsAggregation |
Aggregation that produces an
ITermsAggregationResult . |
ValueCountAggregation |
Aggregation that returns in a value bucket the value count for a given field.
|
Enum | Description |
---|---|
DateHistogramAggregation.Interval.Type |
Interval type.
|
DistanceUnit |
Distance units.
|
FieldPresenceClause.Operator |
The available operators for this clause.
|
SearchFieldClause.Operator |
Supported operators.
|
SearchFilterGroup.Operator |
Supported grouping operators.
|
SearchQuerySort.Order |
The sort orders.
|
IBigDataRepository
(more specifically in an IBigDataSearcher
).Lumisportal 11.0.0.180924 - Copyright © 2006–2018 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.