Interface TermsQuery
- All Superinterfaces:
SolrDataQuery
- All Known Implementing Classes:
SimpleTermsQuery
-
Method Summary
Modifier and TypeMethodDescriptionReturns the request handler.voidsetRequestHandler(String requestHandler) Sets the request handler.Methods inherited from interface org.springframework.data.solr.core.query.SolrDataQuery
addCriteria, getCriteria, getJoin, setJoin
-
Method Details
-
getTermsOptions
TermsOptions getTermsOptions()- Returns:
- null if not set
-
getTermsFields
- Returns:
- fields included
-
getRequestHandler
String getRequestHandler()Returns the request handler. -
setRequestHandler
Sets the request handler.
-