Package com.lucidworks.querying.api
Interface DslQueryResponse
public interface DslQueryResponse
-
Method Summary
Modifier and TypeMethodDescriptioncom.lucidworks.search.dsl.response.Facetscom.lucidworks.search.dsl.response.MetagetMeta()com.lucidworks.search.dsl.response.Resultscom.lucidworks.search.dsl.response.RulesgetRules()com.lucidworks.search.dsl.response.SpellcheckvoidsetFacets(com.lucidworks.search.dsl.response.Facets facets) voidsetResults(com.lucidworks.search.dsl.response.Results results) voidsetRules(com.lucidworks.search.dsl.response.Rules rules) voidsetSpellcheck(com.lucidworks.search.dsl.response.Spellcheck spellcheck)
-
Method Details
-
getMeta
com.lucidworks.search.dsl.response.Meta getMeta() -
getFacets
com.lucidworks.search.dsl.response.Facets getFacets() -
setFacets
void setFacets(com.lucidworks.search.dsl.response.Facets facets) -
getResults
com.lucidworks.search.dsl.response.Results getResults() -
setResults
void setResults(com.lucidworks.search.dsl.response.Results results) -
getSpellcheck
com.lucidworks.search.dsl.response.Spellcheck getSpellcheck() -
setSpellcheck
void setSpellcheck(com.lucidworks.search.dsl.response.Spellcheck spellcheck) -
getDebugResponse
-
getRules
com.lucidworks.search.dsl.response.Rules getRules() -
setRules
void setRules(com.lucidworks.search.dsl.response.Rules rules)
-