Spring Data Elasticsearch

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

Packages that use SearchQuery
org.springframework.data.elasticsearch.core   
org.springframework.data.elasticsearch.repository   
org.springframework.data.elasticsearch.repository.support   
 

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

Methods in org.springframework.data.elasticsearch.core with parameters of type SearchQuery
<T> long
ElasticsearchTemplate.count(SearchQuery query, Class<T> clazz)
           
<T> long
ElasticsearchOperations.count(SearchQuery query, Class<T> clazz)
          return number of elements found by for given query
<T> org.springframework.data.domain.Page<T>
ElasticsearchTemplate.queryForPage(SearchQuery query, Class<T> clazz)
           
<T> org.springframework.data.domain.Page<T>
ElasticsearchOperations.queryForPage(SearchQuery query, Class<T> clazz)
          Execute the query against elasticsearch and return result as Page
 

Uses of SearchQuery in org.springframework.data.elasticsearch.repository
 

Methods in org.springframework.data.elasticsearch.repository with parameters of type SearchQuery
 org.springframework.data.domain.Page<T> ElasticsearchRepository.search(SearchQuery searchQuery)
           
 

Uses of SearchQuery in org.springframework.data.elasticsearch.repository.support
 

Methods in org.springframework.data.elasticsearch.repository.support with parameters of type SearchQuery
 org.springframework.data.domain.Page<T> SimpleElasticsearchRepository.search(SearchQuery query)
           
 


Spring Data Elasticsearch

Copyright © 2012-2013 BioMed Central. All Rights Reserved.