java.lang.Object
org.webpieces.elasticsearch.queries.Must

public class Must extends Object
  • Constructor Details

    • Must

      public Must()
  • Method Details

    • getMatchAll

      public Map<String,String> getMatchAll()
    • setMatchAll

      public void setMatchAll(Map<String,String> matchAll)
    • getMatch

      public Match getMatch()
    • setMatch

      public void setMatch(Match match)
    • getQuery

      public Query getQuery()
    • setQuery

      public void setQuery(Query query)
    • getTerm

      public Map<String,String> getTerm()
    • setTerm

      public void setTerm(Map<String,String> term)
    • getQueryString

      public QueryString getQueryString()
    • setQueryString

      public void setQueryString(QueryString queryString)
    • getBool

      public Bool getBool()
    • setBool

      public void setBool(Bool bool)