Uses of Class
org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
Packages that use MoreLikeThisQuery
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
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 MoreLikeThisQuery in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc with parameters of type MoreLikeThisQueryModifier and TypeMethodDescriptionprotected <T> SearchHits<T>ElasticsearchTemplate.doSearch(MoreLikeThisQuery query, Class<T> clazz, IndexCoordinates index) -
Uses of MoreLikeThisQuery in org.springframework.data.elasticsearch.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc with parameters of type MoreLikeThisQueryModifier and TypeMethodDescriptionprotected <T> SearchHits<T>ElasticsearchRestTemplate.doSearch(MoreLikeThisQuery query, Class<T> clazz, IndexCoordinates index) Deprecated. -
Uses of MoreLikeThisQuery in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core with parameters of type MoreLikeThisQueryModifier and TypeMethodDescriptionprotected abstract <T> SearchHits<T>AbstractElasticsearchTemplate.doSearch(MoreLikeThisQuery query, Class<T> clazz, IndexCoordinates index) <T> SearchHits<T>AbstractElasticsearchTemplate.search(MoreLikeThisQuery query, Class<T> clazz) <T> SearchHits<T>AbstractElasticsearchTemplate.search(MoreLikeThisQuery query, Class<T> clazz, IndexCoordinates index) <T> SearchHits<T>SearchOperations.search(MoreLikeThisQuery query, Class<T> clazz) more like this query to search for documents that are "like" a specific document.<T> SearchHits<T>SearchOperations.search(MoreLikeThisQuery query, Class<T> clazz, IndexCoordinates index) more like this query to search for documents that are "like" a specific document.