Uses of Class
org.springframework.data.elasticsearch.core.query.IndexBoost
Packages that use IndexBoost
Package
Description
This package contains classes that use the old Elasticsearch 7 libraries to access Elasticsearch either directly by
using the RestHighLevelClient or indirectly by using code copied from Elasticsearch libraries (reactive
implementation).
-
Uses of IndexBoost in org.springframework.data.elasticsearch.client.erhlc
Method parameters in org.springframework.data.elasticsearch.client.erhlc with type arguments of type IndexBoostModifier and TypeMethodDescriptionvoidNativeSearchQuery.setIndicesBoost(List<IndexBoost> indicesBoost) Deprecated. -
Uses of IndexBoost in org.springframework.data.elasticsearch.core.query
Fields in org.springframework.data.elasticsearch.core.query with type parameters of type IndexBoostMethods in org.springframework.data.elasticsearch.core.query that return types with arguments of type IndexBoostModifier and TypeMethodDescriptionBaseQuery.getIndicesBoost()BaseQueryBuilder.getIndicesBoost()Query.getIndicesBoost()Methods in org.springframework.data.elasticsearch.core.query with parameters of type IndexBoostMethod parameters in org.springframework.data.elasticsearch.core.query with type arguments of type IndexBoostModifier and TypeMethodDescriptionBaseQueryBuilder.withIndicesBoost(List<IndexBoost> indicesBoost)