Spring Data Solr

Uses of Interface
org.springframework.data.solr.core.query.result.TermsPage

Packages that use TermsPage
org.springframework.data.solr.core Provides the classes necessary for Solr support. 
org.springframework.data.solr.core.query.result   
 

Uses of TermsPage in org.springframework.data.solr.core
 

Methods in org.springframework.data.solr.core that return TermsPage
 TermsPage SolrOperations.queryForTermsPage(TermsQuery query)
          Execute query using terms handler
 TermsPage SolrTemplate.queryForTermsPage(TermsQuery query)
           
 

Uses of TermsPage in org.springframework.data.solr.core.query.result
 

Classes in org.springframework.data.solr.core.query.result that implement TermsPage
 class TermsResultPage
           
 


Spring Data Solr

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.