public class AbstractFacetAndHighlightQueryDecorator extends AbstractQueryDecorator implements FacetQuery, HighlightQuery
FacetAndHighlightQuery decorator.Query.OperatorDEFAULT_PAGE_SIZE| Constructor and Description |
|---|
AbstractFacetAndHighlightQueryDecorator(FacetAndHighlightQuery query) |
| Modifier and Type | Method and Description |
|---|---|
FacetOptions |
getFacetOptions() |
HighlightOptions |
getHighlightOptions() |
boolean |
hasFacetOptions() |
boolean |
hasHighlightOptions() |
<T extends SolrDataQuery> |
setFacetOptions(FacetOptions facetOptions)
Faceting options to apply when executing query
|
<T extends SolrDataQuery> |
setHighlightOptions(HighlightOptions highlightOptions)
Highlight options to apply when exectuing query
|
addCriteria, addFilterQuery, addGroupByField, addProjectionOnField, addSort, getCriteria, getDecoratedQuery, getDefaultOperator, getDefType, getFilterQueries, getGroupByFields, getGroupOptions, getJoin, getOffset, getPageRequest, getProjectionOnFields, getQueryType, getRequestHandler, getRows, getSort, getSpellcheckOptions, getStatsOptions, getTimeAllowed, setDefaultOperator, setDefType, setGroupOptions, setJoin, setOffset, setPageRequest, setRequestHandler, setRows, setSpellcheckOptions, setStatsOptions, setTimeAllowedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddFilterQuery, addGroupByField, addProjectionOnField, addSort, getDefaultOperator, getDefType, getFilterQueries, getGroupByFields, getGroupOptions, getOffset, getPageRequest, getProjectionOnFields, getRequestHandler, getRows, getSort, getSpellcheckOptions, getStatsOptions, getTimeAllowed, setDefaultOperator, setDefType, setGroupOptions, setOffset, setPageRequest, setRequestHandler, setRows, setSpellcheckOptions, setStatsOptions, setTimeAllowedaddCriteria, getCriteria, getJoin, setJoinpublic AbstractFacetAndHighlightQueryDecorator(FacetAndHighlightQuery query)
public <T extends SolrDataQuery> T setHighlightOptions(HighlightOptions highlightOptions)
HighlightQuerysetHighlightOptions in interface HighlightQuerypublic HighlightOptions getHighlightOptions()
getHighlightOptions in interface HighlightQuerypublic boolean hasHighlightOptions()
hasHighlightOptions in interface HighlightQuerypublic <T extends SolrDataQuery> T setFacetOptions(FacetOptions facetOptions)
FacetQuerysetFacetOptions in interface FacetQuerypublic FacetOptions getFacetOptions()
getFacetOptions in interface FacetQuerypublic boolean hasFacetOptions()
hasFacetOptions in interface FacetQueryCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.