Package com.lucidworks.querying.api
Interface DslQueryResponse
public interface DslQueryResponse
- 
Method SummaryModifier 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- 
getMetacom.lucidworks.search.dsl.response.Meta getMeta()
- 
getFacetscom.lucidworks.search.dsl.response.Facets getFacets()
- 
setFacetsvoid setFacets(com.lucidworks.search.dsl.response.Facets facets) 
- 
getResultscom.lucidworks.search.dsl.response.Results getResults()
- 
setResultsvoid setResults(com.lucidworks.search.dsl.response.Results results) 
- 
getSpellcheckcom.lucidworks.search.dsl.response.Spellcheck getSpellcheck()
- 
setSpellcheckvoid setSpellcheck(com.lucidworks.search.dsl.response.Spellcheck spellcheck) 
- 
getDebugResponse
- 
getRulescom.lucidworks.search.dsl.response.Rules getRules()
- 
setRulesvoid setRules(com.lucidworks.search.dsl.response.Rules rules) 
 
-