Spring Data Solr

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

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

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

Methods in org.springframework.data.solr.core that return ScoredPage
<T> ScoredPage<T>
SolrOperations.queryForPage(Query query, Class<T> clazz)
          Execute the query against solr and retrun result as Page
<T> ScoredPage<T>
SolrTemplate.queryForPage(Query query, Class<T> clazz)
           
 

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

Classes in org.springframework.data.solr.core.query.result that implement ScoredPage
 class SolrResultPage<T>
          Base implementation of page holding solr response entities.
 


Spring Data Solr

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