Interface DslQueryResponse


public interface DslQueryResponse
  • Method Summary

    Modifier and Type
    Method
    Description
     
    com.lucidworks.search.dsl.response.Facets
     
    com.lucidworks.search.dsl.response.Meta
     
    com.lucidworks.search.dsl.response.Results
     
    com.lucidworks.search.dsl.response.Rules
     
    com.lucidworks.search.dsl.response.Spellcheck
     
    void
    setFacets(com.lucidworks.search.dsl.response.Facets facets)
     
    void
    setResults(com.lucidworks.search.dsl.response.Results results)
     
    void
    setRules(com.lucidworks.search.dsl.response.Rules rules)
     
    void
    setSpellcheck(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

      Map<String,Object> getDebugResponse()
    • getRules

      com.lucidworks.search.dsl.response.Rules getRules()
    • setRules

      void setRules(com.lucidworks.search.dsl.response.Rules rules)