Spring Data Solr

Uses of Class
org.springframework.data.solr.core.query.result.HighlightEntry

Packages that use HighlightEntry
org.springframework.data.solr.core.query.result   
 

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

Methods in org.springframework.data.solr.core.query.result that return types with arguments of type HighlightEntry
 List<HighlightEntry<T>> SolrResultPage.getHighlighted()
           
 List<HighlightEntry<T>> HighlightPage.getHighlighted()
           
 

Method parameters in org.springframework.data.solr.core.query.result with type arguments of type HighlightEntry
 void SolrResultPage.setHighlighted(List<HighlightEntry<T>> highlighted)
           
 


Spring Data Solr

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