| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.client.elc |
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
|
| org.springframework.data.elasticsearch.core |
| Modifier and Type | Method and Description |
|---|---|
protected <T> SearchHits<T> |
ElasticsearchTemplate.doSearch(MoreLikeThisQuery query,
Class<T> clazz,
IndexCoordinates index) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract <T> SearchHits<T> |
AbstractElasticsearchTemplate.doSearch(MoreLikeThisQuery query,
Class<T> clazz,
IndexCoordinates index) |
protected <T> SearchHits<T> |
ElasticsearchRestTemplate.doSearch(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> |
AbstractElasticsearchTemplate.search(MoreLikeThisQuery query,
Class<T> clazz) |
<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.
|
<T> SearchHits<T> |
AbstractElasticsearchTemplate.search(MoreLikeThisQuery query,
Class<T> clazz,
IndexCoordinates index) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.