Spring Data Solr

Uses of Interface
org.springframework.data.solr.core.query.HighlightQuery

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

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

Methods in org.springframework.data.solr.core with parameters of type HighlightQuery
protected  void DefaultQueryParser.processHighlightOptions(org.apache.solr.client.solrj.SolrQuery solrQuery, HighlightQuery query)
          Append highlighting parameters to SolrQuery
<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 HighlightQuery in org.springframework.data.solr.core.query
 

Classes in org.springframework.data.solr.core.query that implement HighlightQuery
 class SimpleHighlightQuery
          Trivial implementation of HighlightQuery extending SimpleQuery.
 


Spring Data Solr

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