Spring Data Elasticsearch

Uses of Class
org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery

Packages that use MoreLikeThisQuery
org.springframework.data.elasticsearch.core   
 

Uses of MoreLikeThisQuery in org.springframework.data.elasticsearch.core
 

Methods in org.springframework.data.elasticsearch.core with parameters of type MoreLikeThisQuery
<T> Page<T>
ElasticsearchTemplate.moreLikeThis(MoreLikeThisQuery query, Class<T> clazz)
           
<T> Page<T>
ElasticsearchOperations.moreLikeThis(MoreLikeThisQuery query, Class<T> clazz)
          more like this query to search for documents that are "like" a specific document.
 


Spring Data Elasticsearch

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.