IBigDataRepository
(more specifically in an IBigDataSearcher
).See: Description
Interface | Description |
---|---|
IAggregation |
Aggregation to be used in search queries.
|
IAggregationResult |
Aggregation result.
|
IFieldAwareAggregation |
An
aggregation that is bound to a given field . |
IGeoDistanceAggregationResult |
Aggregation result generated by
GeoDistanceAggregation . |
IMultiBucketAggregation |
Aggregation that generates multi bucket aggregation results . |
IMultiBucketAggregationResult<T extends Serializable> |
Aggregation result that aggregates the documents within multiple buckets ,
accordingly to the chosen aggregation type. |
IMultiBucketAggregationResult.IBucket<T> |
Represents a result bucket.
|
ISearchHit |
An item of a
ISearchResults object. |
ISearchQueryFilter |
A filter for a search query.
|
ISearchQuerySort |
A search sort configuration.
|
ISearchResults | |
ISingleBucketAggregationResult |
Aggregation result that is composed of a single (unnamed) bucket that holds all
sub-aggregations. |
ISizeAwareAggregation |
Bucket aggregation that has a size configuration. |
ISubAggregationAwareAggregation |
Aggregation that holds sub-aggregations. |
ITermsAggregationResult |
Aggregation result generated by
TermsAggregation . |
Class | Description |
---|---|
AutoCompleteSuggestionConfig |
Auto complete suggestion configuration.
|
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 . |
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.
|
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.
|
TermsAggregation |
Aggregation that produces an
ITermsAggregationResult . |
Enum | Description |
---|---|
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 10.1.2.170428 - Copyright © 2006–2017 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.