Uses of Class
org.springframework.data.elasticsearch.core.query.IndexBoost
Packages that use IndexBoost
-
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 TypeMethodDescription@Nullable List<IndexBoost> BaseQuery.getIndicesBoost()@Nullable List<IndexBoost> BaseQueryBuilder.getIndicesBoost()@Nullable List<IndexBoost> 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(@Nullable List<IndexBoost> indicesBoost)