org.springframework.data.solr.core.query
Interface HighlightQuery
- All Superinterfaces:
- Query, SolrDataQuery
- All Known Implementing Classes:
- SimpleHighlightQuery
public interface HighlightQuery
- extends Query
- Author:
- Christoph Strobl
| Nested classes/interfaces inherited from interface org.springframework.data.solr.core.query.Query |
Query.Operator |
| Methods inherited from interface org.springframework.data.solr.core.query.Query |
addFilterQuery, addGroupByField, addProjectionOnField, addSort, getDefaultOperator, getDefType, getFilterQueries, getGroupByFields, getPageRequest, getProjectionOnFields, getRequestHandler, getSort, getTimeAllowed, setDefaultOperator, setDefType, setPageRequest, setRequestHandler, setTimeAllowed |
setHighlightOptions
<T extends SolrDataQuery> T setHighlightOptions(HighlightOptions highlightOptions)
- Highlight options to apply when exectuing query
- Parameters:
highlightOptions -
- Returns:
getHighlightOptions
HighlightOptions getHighlightOptions()
- Returns:
- null if not set
hasHighlightOptions
boolean hasHighlightOptions()
- Returns:
- true if options set
Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.