| 类和说明 |
|---|
| BoolQuery
Combined query (the most commonly used query under complex query conditions).
|
| ConstScoreQuery
When we don't care about the impact of the retrieval term frequency TF (Term Frequency) on the ranking of search results, we can use constant_score to wrap the query statement query or filter statement, which improves the search speed.
|
| ExistsQuery
Existence query for the 'exists' field
|
| FunctionScoreQuery
已过时。
|
| FunctionsScoreQuery
A Query used for processing document scores, which is an improved feature of
FunctionScoreQuery. |
| GeoBoundingBoxQuery
Find the data where the latitude and longitude fall within the specified rectangle.
|
| GeoDistanceQuery
Find data within a certain distance from a given location.
|
| GeoPolygonQuery
Find the data within the shape enclosed by the specified polygon.
|
| InnerHits |
| KnnVectorQuery
K-nearest neighbor query
|
| MatchPhraseQuery
Similar to
MatchQuery (MatchQuery only matches a single word), but MatchPhraseQuery matches the entire phrase. |
| MatchQuery
Includes fuzzy matching and phrase or proximity queries.
|
| NestedQuery
Nested queries can be used to query nested objects/documents.
|
| PrefixQuery
Match prefix.
|
| Query
Query interface, for more details please refer to the description of the specific implementation class.
|
| RangeQuery
Range query.
|
| SuffixQuery
suffix query, for field type fuzzy_keyword only
|
| TermQuery
Accurate term query.
|
| TermsQuery
Multi-term query.
|
| WildcardQuery
Wildcard query.
|
| 类和说明 |
|---|
| Query
Query interface, for more details please refer to the description of the specific implementation class.
|
| 类和说明 |
|---|
| Query
Query interface, for more details please refer to the description of the specific implementation class.
|
| QueryBuilder
All Query's innerBuilder inherit from QueryBuilder
|
| 类和说明 |
|---|
| Query
Query interface, for more details please refer to the description of the specific implementation class.
|
| QueryBuilder
All Query's innerBuilder inherit from QueryBuilder
|
| 类和说明 |
|---|
| Query
Query interface, for more details please refer to the description of the specific implementation class.
|
| QueryBuilder
All Query's innerBuilder inherit from QueryBuilder
|
| 类和说明 |
|---|
| BoolQuery
Combined query (the most commonly used query under complex query conditions).
|
| BoolQuery.Builder |
| ConstScoreQuery
When we don't care about the impact of the retrieval term frequency TF (Term Frequency) on the ranking of search results, we can use constant_score to wrap the query statement query or filter statement, which improves the search speed.
|
| ConstScoreQuery.Builder |
| DecayFuncDateParam
Used for setting parameters in
DecayFunction, applicable to Date type fields. |
| DecayFuncDateParam.Builder |
| DecayFuncGeoParam
Used in
DecayFunction to set parameters, applicable to Geo-point type fields. |
| DecayFuncGeoParam.Builder |
| DecayFuncNumericParam
Used in
DecayFunction to set parameters, applicable to Long and Double type fields. origin, scale, and offset are Double type values, where scale should be greater than 0, and offset should be greater than or equal to 0. |
| DecayFuncNumericParam.Builder |
| DecayFunction
Used in
FunctionsScoreQuery, this function scores based on the relative distance between a field and a target value. |
| DecayFunction.Builder |
| DecayFunction.MathFunction |
| DecayParam
Used in
DecayFunction to set parameters. |
| DecayParam.ParamType |
| ExistsQuery
Existence query for the 'exists' field
|
| ExistsQuery.Builder |
| FieldValueFactor
已过时。
|
| FieldValueFactorFunction
This is an upgraded feature of
FieldValueFactor. |
| FieldValueFactorFunction.Builder |
| FieldValueFactorFunction.FunctionModifier |
| FunctionScoreQuery
已过时。
|
| FunctionScoreQuery.Builder
已过时。
|
| FunctionsScoreQuery
A Query used for processing document scores, which is an improved feature of
FunctionScoreQuery. |
| FunctionsScoreQuery.Builder |
| FunctionsScoreQuery.CombineMode |
| FunctionsScoreQuery.ScoreMode |
| GeoBoundingBoxQuery
Find the data where the latitude and longitude fall within the specified rectangle.
|
| GeoBoundingBoxQuery.Builder |
| GeoDistanceQuery
Find data within a certain distance from a given location.
|
| GeoDistanceQuery.Builder |
| GeoPolygonQuery
Find the data within the shape enclosed by the specified polygon.
|
| GeoPolygonQuery.Builder |
| InnerHits |
| InnerHits.Builder |
| KnnVectorQuery
K-nearest neighbor query
|
| KnnVectorQuery.Builder |
| MatchAllQuery.Builder |
| MatchPhraseQuery
Similar to
MatchQuery (MatchQuery only matches a single word), but MatchPhraseQuery matches the entire phrase. |
| MatchPhraseQuery.Builder |
| MatchQuery
Includes fuzzy matching and phrase or proximity queries.
|
| MatchQuery.Builder |
| MultiValueMode |
| NestedQuery
Nested queries can be used to query nested objects/documents.
|
| NestedQuery.Builder |
| PrefixQuery
Match prefix.
|
| PrefixQuery.Builder |
| Query
Query interface, for more details please refer to the description of the specific implementation class.
|
| QueryBuilder
All Query's innerBuilder inherit from QueryBuilder
|
| QueryOperator |
| QueryType
Query types supported by SearchIndex
|
| RandomFunction
Used in
FunctionsScoreQuery, this function can assign random scores to documents, returning a random sort order. |
| RandomFunction.Builder |
| RangeQuery
Range query.
|
| RangeQuery.Builder |
| ScoreFunction
Each ScoreFunction is a scoring function, and currently, up to three ScoreFunctions can be used simultaneously for scoring.
|
| ScoreFunction.Builder |
| ScoreMode
Specifies which value to use for sorting when a field contains multiple values.
|
| SuffixQuery
suffix query, for field type fuzzy_keyword only
|
| SuffixQuery.Builder |
| TermQuery
Accurate term query.
|
| TermQuery.Builder |
| TermsQuery
Multi-term query.
|
| TermsQuery.Builder |
| WildcardQuery
Wildcard query.
|
| WildcardQuery.Builder |
| 类和说明 |
|---|
| Query
Query interface, for more details please refer to the description of the specific implementation class.
|
| 类和说明 |
|---|
| Query
Query interface, for more details please refer to the description of the specific implementation class.
|
| 类和说明 |
|---|
| Query
Query interface, for more details please refer to the description of the specific implementation class.
|
| 类和说明 |
|---|
| Query
Query interface, for more details please refer to the description of the specific implementation class.
|
Copyright © 2025. All Rights Reserved.