Class MinShouldMatchNode

  • All Implemented Interfaces:
    java.lang.Cloneable, QueryNode

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

      • minShouldMatch

        public final int minShouldMatch
    • Constructor Detail

      • MinShouldMatchNode

        public MinShouldMatchNode​(int minShouldMatch,
                                  GroupQueryNode groupQueryNode)
    • Method Detail

      • toQueryString

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