Spring Data Solr

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

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

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

Methods in org.springframework.data.solr.core that return HighlightPage
<T> HighlightPage<T>
SolrOperations.queryForHighlightPage(HighlightQuery query, Class<T> clazz)
          Execute a query and highlight matches in result
<T> HighlightPage<T>
SolrTemplate.queryForHighlightPage(HighlightQuery query, Class<T> clazz)
           
 

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

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


Spring Data Solr

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