Uses of Interface
org.elasticsearch.index.query.QueryBuilder
-
-
Uses of QueryBuilder in org.elasticsearch.action.admin.indices.alias
Methods in org.elasticsearch.action.admin.indices.alias with parameters of type QueryBuilder Modifier and Type Method Description IndicesAliasesRequestBuilderIndicesAliasesRequestBuilder. addAlias(String[] indices, String alias, QueryBuilder filterBuilder)Adds an alias to the index.IndicesAliasesRequestBuilderIndicesAliasesRequestBuilder. addAlias(String index, String alias, QueryBuilder filterBuilder)Adds an alias to the index.AliasAlias. filter(QueryBuilder filterBuilder)Associates a filter to the aliasIndicesAliasesRequest.AliasActionsIndicesAliasesRequest.AliasActions. filter(QueryBuilder filter) -
Uses of QueryBuilder in org.elasticsearch.action.admin.indices.validate.query
Methods in org.elasticsearch.action.admin.indices.validate.query that return QueryBuilder Modifier and Type Method Description QueryBuilderShardValidateQueryRequest. query()QueryBuilderValidateQueryRequest. query()The query to validate.Methods in org.elasticsearch.action.admin.indices.validate.query with parameters of type QueryBuilder Modifier and Type Method Description ValidateQueryRequestValidateQueryRequest. query(QueryBuilder query)ValidateQueryRequestBuilderValidateQueryRequestBuilder. setQuery(QueryBuilder queryBuilder)The query to validate. -
Uses of QueryBuilder in org.elasticsearch.action.explain
Methods in org.elasticsearch.action.explain that return QueryBuilder Modifier and Type Method Description QueryBuilderExplainRequest. query()Methods in org.elasticsearch.action.explain with parameters of type QueryBuilder Modifier and Type Method Description ExplainRequestExplainRequest. query(QueryBuilder query)ExplainRequestBuilderExplainRequestBuilder. setQuery(QueryBuilder query)Sets the query to get a score explanation for. -
Uses of QueryBuilder in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search with parameters of type QueryBuilder Modifier and Type Method Description SearchRequestBuilderSearchRequestBuilder. setPostFilter(QueryBuilder postFilter)Sets a filter that will be executed after the query has been executed and only has affect on the search hits (not aggregations).SearchRequestBuilderSearchRequestBuilder. setQuery(QueryBuilder queryBuilder)Constructs a new search source builder with a search query. -
Uses of QueryBuilder in org.elasticsearch.client.core
Methods in org.elasticsearch.client.core that return QueryBuilder Modifier and Type Method Description QueryBuilderCountRequest. query()Methods in org.elasticsearch.client.core with parameters of type QueryBuilder Modifier and Type Method Description CountRequestCountRequest. query(QueryBuilder query)Sets the query to execute for this count request.Constructors in org.elasticsearch.client.core with parameters of type QueryBuilder Constructor Description CountRequest(String[] indices, QueryBuilder query)Constructs a new search request against the provided indices with the given query. -
Uses of QueryBuilder in org.elasticsearch.client.enrich
Methods in org.elasticsearch.client.enrich with parameters of type QueryBuilder Modifier and Type Method Description voidPutPolicyRequest. setQuery(QueryBuilder query) -
Uses of QueryBuilder in org.elasticsearch.client.graph
Methods in org.elasticsearch.client.graph that return QueryBuilder Modifier and Type Method Description QueryBuilderHop. guidingQuery()Methods in org.elasticsearch.client.graph with parameters of type QueryBuilder Modifier and Type Method Description HopGraphExploreRequest. createNextHop(QueryBuilder guidingQuery)Add a stage in the graph exploration.voidHop. guidingQuery(QueryBuilder queryBuilder)An optional parameter that focuses the exploration on documents that match the given query. -
Uses of QueryBuilder in org.elasticsearch.client.ml.datafeed
Methods in org.elasticsearch.client.ml.datafeed with parameters of type QueryBuilder Modifier and Type Method Description DatafeedConfig.BuilderDatafeedConfig.Builder. setQuery(QueryBuilder query)DatafeedUpdate.BuilderDatafeedUpdate.Builder. setQuery(QueryBuilder query) -
Uses of QueryBuilder in org.elasticsearch.client.ml.dataframe
Methods in org.elasticsearch.client.ml.dataframe that return QueryBuilder Modifier and Type Method Description QueryBuilderQueryConfig. getQuery()Constructors in org.elasticsearch.client.ml.dataframe with parameters of type QueryBuilder Constructor Description QueryConfig(QueryBuilder query) -
Uses of QueryBuilder in org.elasticsearch.client.transform.transforms
Methods in org.elasticsearch.client.transform.transforms that return QueryBuilder Modifier and Type Method Description QueryBuilderQueryConfig. getQuery()Methods in org.elasticsearch.client.transform.transforms with parameters of type QueryBuilder Modifier and Type Method Description SourceConfig.BuilderSourceConfig.Builder. setQuery(QueryBuilder query)Sets the query to use when fetching the data.Constructors in org.elasticsearch.client.transform.transforms with parameters of type QueryBuilder Constructor Description QueryConfig(QueryBuilder query) -
Uses of QueryBuilder in org.elasticsearch.index.query
Classes in org.elasticsearch.index.query with type parameters of type QueryBuilder Modifier and Type Interface Description interfaceQueryParser<QB extends QueryBuilder>Defines a query parser that is able to parseQueryBuilders fromXContent.Subinterfaces of QueryBuilder in org.elasticsearch.index.query Modifier and Type Interface Description interfaceMultiTermQueryBuilderinterfaceSpanQueryBuilderMarker interface for a specific type ofQueryBuilderthat allows to build span queries.Classes in org.elasticsearch.index.query that implement QueryBuilder 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 forIntervalQueryclassMatchAllQueryBuilderA 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.Fields in org.elasticsearch.index.query declared as QueryBuilder Modifier and Type Field Description static QueryBuilderInnerHitBuilder. DEFAULT_INNER_HIT_QUERYprotected QueryBuilderInnerHitContextBuilder. queryMethods in org.elasticsearch.index.query that return QueryBuilder Modifier and Type Method Description QueryBuilderQueryBuilder. boost(float boost)Sets the boost for this query.QueryBuilderSpanNearQueryBuilder.SpanGapQueryBuilder. boost(float boost)protected QueryBuilderAbstractGeometryQueryBuilder. doRewrite(QueryRewriteContext queryRewriteContext)protected QueryBuilderAbstractQueryBuilder. doRewrite(QueryRewriteContext queryShardContext)protected QueryBuilderBoolQueryBuilder. doRewrite(QueryRewriteContext queryRewriteContext)protected QueryBuilderBoostingQueryBuilder. doRewrite(QueryRewriteContext queryRewriteContext)protected QueryBuilderConstantScoreQueryBuilder. doRewrite(QueryRewriteContext queryRewriteContext)protected QueryBuilderDisMaxQueryBuilder. doRewrite(QueryRewriteContext queryShardContext)protected QueryBuilderMoreLikeThisQueryBuilder. doRewrite(QueryRewriteContext queryRewriteContext)protected QueryBuilderNestedQueryBuilder. doRewrite(QueryRewriteContext queryRewriteContext)protected QueryBuilderRangeQueryBuilder. doRewrite(QueryRewriteContext queryRewriteContext)protected QueryBuilderTermsQueryBuilder. doRewrite(QueryRewriteContext queryRewriteContext)protected QueryBuilderWrapperQueryBuilder. doRewrite(QueryRewriteContext context)QueryBuilderConstantScoreQueryBuilder. innerQuery()QueryBuilderBoostingQueryBuilder. negativeQuery()Get the negative query for this boosting query.static QueryBuilderAbstractQueryBuilder. parseInnerQueryBuilder(XContentParser parser)Parses a query excluding the query element that wraps itQueryBuilderQueryShardContext. parseInnerQueryBuilder(XContentParser parser)QueryBuilderBoostingQueryBuilder. positiveQuery()Get the positive query for this boosting query.QueryBuilderNestedQueryBuilder. query()Returns the nested query to execute.QueryBuilderQueryBuilder. queryName(String queryName)Sets the arbitrary name to be assigned to the query (see named queries).QueryBuilderSpanNearQueryBuilder.SpanGapQueryBuilder. queryName(String queryName)QueryBuilderAbstractQueryBuilder. rewrite(QueryRewriteContext queryShardContext)default QueryBuilderQueryBuilder. rewrite(QueryRewriteContext queryShardContext)Rewrites this query builder into its primitive form.Methods in org.elasticsearch.index.query that return types with arguments of type QueryBuilder Modifier and Type Method Description List<QueryBuilder>BoolQueryBuilder. filter()Gets the queries that must appear in the matching documents but don't contribute to scoringList<QueryBuilder>DisMaxQueryBuilder. innerQueries()List<QueryBuilder>BoolQueryBuilder. must()Gets the queries that must appear in the matching documents.List<QueryBuilder>BoolQueryBuilder. mustNot()Gets the queries that must not appear in the matching documents.List<QueryBuilder>BoolQueryBuilder. should()Gets the list of clauses that should be matched by the returned documents.Methods in org.elasticsearch.index.query with parameters of type QueryBuilder Modifier and Type Method Description DisMaxQueryBuilderDisMaxQueryBuilder. add(QueryBuilder queryBuilder)Add a sub-query to this disjunction.static BoostingQueryBuilderQueryBuilders. boostingQuery(QueryBuilder positiveQuery, QueryBuilder negativeQuery)The BoostingQuery class can be used to effectively demote results that match a given query.static ConstantScoreQueryBuilderQueryBuilders. constantScoreQuery(QueryBuilder queryBuilder)A query that wraps another query and simply returns a constant score equal to the query boost for every document in the query.static voidInnerHitContextBuilder. extractInnerHits(QueryBuilder query, Map<String,InnerHitContextBuilder> innerHitBuilders)BoolQueryBuilderBoolQueryBuilder. filter(QueryBuilder queryBuilder)Adds a query that must appear in the matching documents but will not contribute to scoring.BoolQueryBuilderBoolQueryBuilder. must(QueryBuilder queryBuilder)Adds a query that must appear in the matching documents and will contribute to scoring.BoolQueryBuilderBoolQueryBuilder. mustNot(QueryBuilder queryBuilder)Adds a query that must not appear in the matching documents.BoolQueryBuilderBoolQueryBuilder. should(QueryBuilder queryBuilder)Adds a clause that should be matched by the returned documents.ParsedQueryQueryShardContext. toQuery(QueryBuilder queryBuilder)Method parameters in org.elasticsearch.index.query with type arguments of type QueryBuilder Modifier and Type Method Description protected static voidAbstractQueryBuilder. declareStandardFields(AbstractObjectParser<? extends QueryBuilder,?> parser)Constructors in org.elasticsearch.index.query with parameters of type QueryBuilder Constructor Description BoostingQueryBuilder(QueryBuilder positiveQuery, QueryBuilder negativeQuery)Create a newBoostingQueryBuilderConstantScoreQueryBuilder(QueryBuilder filterBuilder)A query that wraps another query and simply returns a constant score equal to the query boost for every document in the query.InnerHitContextBuilder(QueryBuilder query, InnerHitBuilder innerHitBuilder, Map<String,InnerHitContextBuilder> children)NestedQueryBuilder(String path, QueryBuilder query, ScoreMode scoreMode) -
Uses of QueryBuilder in org.elasticsearch.index.query.functionscore
Classes in org.elasticsearch.index.query.functionscore that implement QueryBuilder Modifier and Type Class Description classFunctionScoreQueryBuilderA query that uses a filters with a script associated with them to compute the score.classScriptScoreQueryBuilderA query that computes a document score based on the provided scriptMethods in org.elasticsearch.index.query.functionscore that return QueryBuilder Modifier and Type Method Description protected QueryBuilderFunctionScoreQueryBuilder. doRewrite(QueryRewriteContext queryRewriteContext)protected QueryBuilderScriptScoreQueryBuilder. doRewrite(QueryRewriteContext queryRewriteContext)QueryBuilderFunctionScoreQueryBuilder.FilterFunctionBuilder. getFilter()QueryBuilderFunctionScoreQueryBuilder. query()Returns the query that defines which documents the function_score query will be executed on.QueryBuilderScriptScoreQueryBuilder. query()Returns the query builder that defines which documents the script_score query will be executed on.Constructors in org.elasticsearch.index.query.functionscore with parameters of type QueryBuilder Constructor Description FilterFunctionBuilder(QueryBuilder filter, ScoreFunctionBuilder<?> scoreFunction)FunctionScoreQueryBuilder(QueryBuilder query)Creates a function_score query without functionsFunctionScoreQueryBuilder(QueryBuilder query, FunctionScoreQueryBuilder.FilterFunctionBuilder[] filterFunctionBuilders)Creates a function_score query that executes the provided filters and functions on documents that match a query.FunctionScoreQueryBuilder(QueryBuilder query, ScoreFunctionBuilder<?> scoreFunctionBuilder)Creates a function_score query that will execute the function provided in the context of the provided queryScriptScoreQueryBuilder(QueryBuilder query, Script script)Creates a script_score query that executes the provided script function on documents that match a query. -
Uses of QueryBuilder in org.elasticsearch.index.reindex
Methods in org.elasticsearch.index.reindex with parameters of type QueryBuilder Modifier and Type Method Description DeleteByQueryRequestDeleteByQueryRequest. setQuery(QueryBuilder query)Set the query for selective deleteUpdateByQueryRequestUpdateByQueryRequest. setQuery(QueryBuilder query)Set the query for selective updateReindexRequestReindexRequest. setSourceQuery(QueryBuilder queryBuilder)Set the query for selecting documents from the source indices -
Uses of QueryBuilder in org.elasticsearch.plugins
Classes in org.elasticsearch.plugins with type parameters of type QueryBuilder Modifier and Type Class Description static classSearchPlugin.QuerySpec<T extends QueryBuilder>Specification of customQuery. -
Uses of QueryBuilder in org.elasticsearch.rest.action
Methods in org.elasticsearch.rest.action that return QueryBuilder Modifier and Type Method Description static QueryBuilderRestActions. getQueryContent(XContentParser requestParser)static QueryBuilderRestActions. urlParamsToQueryBuilder(RestRequest request) -
Uses of QueryBuilder in org.elasticsearch.search.aggregations.bucket.adjacency
Methods in org.elasticsearch.search.aggregations.bucket.adjacency that return QueryBuilder Modifier and Type Method Description QueryBuilderAdjacencyMatrixAggregator.KeyedFilter. filter()Methods in org.elasticsearch.search.aggregations.bucket.adjacency that return types with arguments of type QueryBuilder Modifier and Type Method Description Map<String,QueryBuilder>AdjacencyMatrixAggregationBuilder. filters()Get the filters.Method parameters in org.elasticsearch.search.aggregations.bucket.adjacency with type arguments of type QueryBuilder Modifier and Type Method Description protected voidAdjacencyMatrixAggregationBuilder. setFiltersAsMap(Map<String,QueryBuilder> filters)Constructors in org.elasticsearch.search.aggregations.bucket.adjacency with parameters of type QueryBuilder Constructor Description KeyedFilter(String key, QueryBuilder filter)Constructor parameters in org.elasticsearch.search.aggregations.bucket.adjacency with type arguments of type QueryBuilder Constructor Description AdjacencyMatrixAggregationBuilder(String name, String separator, Map<String,QueryBuilder> filters)AdjacencyMatrixAggregationBuilder(String name, Map<String,QueryBuilder> filters) -
Uses of QueryBuilder in org.elasticsearch.search.aggregations.bucket.filter
Methods in org.elasticsearch.search.aggregations.bucket.filter that return QueryBuilder Modifier and Type Method Description QueryBuilderFiltersAggregator.KeyedFilter. filter()QueryBuilderFilterAggregationBuilder. getFilter()Constructors in org.elasticsearch.search.aggregations.bucket.filter with parameters of type QueryBuilder Constructor Description FilterAggregationBuilder(String name, QueryBuilder filter)FilterAggregatorFactory(String name, QueryBuilder filterBuilder, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder, Map<String,Object> metaData)FiltersAggregationBuilder(String name, QueryBuilder... filters)KeyedFilter(String key, QueryBuilder filter) -
Uses of QueryBuilder in org.elasticsearch.search.aggregations.bucket.significant
Methods in org.elasticsearch.search.aggregations.bucket.significant that return QueryBuilder Modifier and Type Method Description QueryBuilderSignificantTermsAggregationBuilder. backgroundFilter()QueryBuilderSignificantTextAggregationBuilder. backgroundFilter()Methods in org.elasticsearch.search.aggregations.bucket.significant with parameters of type QueryBuilder Modifier and Type Method Description SignificantTermsAggregationBuilderSignificantTermsAggregationBuilder. backgroundFilter(QueryBuilder backgroundFilter)SignificantTextAggregationBuilderSignificantTextAggregationBuilder. backgroundFilter(QueryBuilder backgroundFilter)Constructors in org.elasticsearch.search.aggregations.bucket.significant with parameters of type QueryBuilder Constructor Description SignificantTermsAggregatorFactory(String name, ValuesSourceConfig<ValuesSource> config, IncludeExclude includeExclude, String executionHint, QueryBuilder filterBuilder, TermsAggregator.BucketCountThresholds bucketCountThresholds, SignificanceHeuristic significanceHeuristic, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder, Map<String,Object> metaData)SignificantTextAggregatorFactory(String name, IncludeExclude includeExclude, QueryBuilder filterBuilder, TermsAggregator.BucketCountThresholds bucketCountThresholds, SignificanceHeuristic significanceHeuristic, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder, String fieldName, String[] sourceFieldNames, boolean filterDuplicateText, Map<String,Object> metaData) -
Uses of QueryBuilder in org.elasticsearch.search.builder
Methods in org.elasticsearch.search.builder that return QueryBuilder Modifier and Type Method Description QueryBuilderSearchSourceBuilder. postFilter()Gets the post filter for this requestQueryBuilderSearchSourceBuilder. query()Gets the query for this requestMethods in org.elasticsearch.search.builder with parameters of type QueryBuilder Modifier and Type Method Description SearchSourceBuilderSearchSourceBuilder. postFilter(QueryBuilder postFilter)Sets a filter that will be executed after the query has been executed and only has affect on the search hits (not aggregations).SearchSourceBuilderSearchSourceBuilder. query(QueryBuilder query)Sets the search query for this request. -
Uses of QueryBuilder in org.elasticsearch.search.fetch.subphase.highlight
Fields in org.elasticsearch.search.fetch.subphase.highlight declared as QueryBuilder Modifier and Type Field Description protected QueryBuilderAbstractHighlighterBuilder. highlightQueryMethods in org.elasticsearch.search.fetch.subphase.highlight that return QueryBuilder Modifier and Type Method Description QueryBuilderAbstractHighlighterBuilder. highlightQuery()Methods in org.elasticsearch.search.fetch.subphase.highlight with parameters of type QueryBuilder Modifier and Type Method Description HBAbstractHighlighterBuilder. highlightQuery(QueryBuilder highlightQuery)Sets a query to be used for highlighting instead of the search query.Constructors in org.elasticsearch.search.fetch.subphase.highlight with parameters of type QueryBuilder Constructor Description AbstractHighlighterBuilder(AbstractHighlighterBuilder<?> template, QueryBuilder queryBuilder)HighlightBuilder(HighlightBuilder template, QueryBuilder highlightQuery, List<HighlightBuilder.Field> fields) -
Uses of QueryBuilder in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal that return QueryBuilder Modifier and Type Method Description QueryBuilderAliasFilter. getQueryBuilder()Returns the alias filterQueryBuilderornullif there is no such filterstatic QueryBuilderShardSearchRequest. parseAliasFilter(CheckedFunction<byte[],QueryBuilder,IOException> filterParser, IndexMetaData metaData, String... aliasNames)Returns the filter associated with listed filtering aliases.Method parameters in org.elasticsearch.search.internal with type arguments of type QueryBuilder Modifier and Type Method Description static QueryBuilderShardSearchRequest. parseAliasFilter(CheckedFunction<byte[],QueryBuilder,IOException> filterParser, IndexMetaData metaData, String... aliasNames)Returns the filter associated with listed filtering aliases.Constructors in org.elasticsearch.search.internal with parameters of type QueryBuilder Constructor Description AliasFilter(QueryBuilder filter, String... aliases) -
Uses of QueryBuilder in org.elasticsearch.search.rescore
Methods in org.elasticsearch.search.rescore that return QueryBuilder Modifier and Type Method Description QueryBuilderQueryRescorerBuilder. getRescoreQuery()Constructors in org.elasticsearch.search.rescore with parameters of type QueryBuilder Constructor Description QueryRescorerBuilder(QueryBuilder builder)Creates a newQueryRescorerBuilderinstance -
Uses of QueryBuilder in org.elasticsearch.search.sort
Methods in org.elasticsearch.search.sort that return QueryBuilder Modifier and Type Method Description QueryBuilderNestedSortBuilder. getFilter()QueryBuilderFieldSortBuilder. getNestedFilter()Deprecated.set nested sort withFieldSortBuilder.setNestedSort(NestedSortBuilder)and retrieve withFieldSortBuilder.getNestedSort()QueryBuilderGeoDistanceSortBuilder. getNestedFilter()Deprecated.set nested sort withGeoDistanceSortBuilder.setNestedSort(NestedSortBuilder)and retrieve withGeoDistanceSortBuilder.getNestedSort()QueryBuilderScriptSortBuilder. getNestedFilter()Deprecated.set nested sort withScriptSortBuilder.setNestedSort(NestedSortBuilder)and retrieve withScriptSortBuilder.getNestedSort()protected static QueryBuilderSortBuilder. parseNestedFilter(XContentParser parser)
-