| Package | Description |
|---|---|
| org.springframework.data.solr.core |
Provides the classes necessary for Solr support.
|
| org.springframework.data.solr.core.query |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHighlightQueryDecorator
General purpose
HighlightQuery decorator. |
class |
SimpleHighlightQuery
Trivial implementation of
HighlightQuery extending SimpleQuery. |
| Constructor and Description |
|---|
AbstractHighlightQueryDecorator(HighlightQuery query) |
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.