Class MinShouldMatchNode

java.lang.Object
org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
org.apache.lucene.queryparser.flexible.standard.nodes.MinShouldMatchNode
All Implemented Interfaces:
Cloneable, QueryNode

public class MinShouldMatchNode extends QueryNodeImpl
Node that represents a minimum-should-match restriction on a GroupQueryNode.
  • Field Details

    • minShouldMatch

      public final int minShouldMatch
    • groupQueryNode

      public final GroupQueryNode groupQueryNode
  • Constructor Details

    • MinShouldMatchNode

      public MinShouldMatchNode(int minShouldMatch, GroupQueryNode groupQueryNode)
  • Method Details

    • toQueryString

      public CharSequence toQueryString(EscapeQuerySyntax escapeSyntaxParser)
      Description copied from interface: QueryNode
      convert to a query string understood by the query parser