Class MinShouldMatchNodeBuilder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Query build​(QueryNode queryNode)
      Builds some kind of object from a query tree.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MinShouldMatchNodeBuilder

        public MinShouldMatchNodeBuilder()
    • Method Detail

      • build

        public Query build​(QueryNode queryNode)
        Description copied from interface: QueryBuilder
        Builds some kind of object from a query tree.
        Specified by:
        build in interface QueryBuilder
        Parameters:
        queryNode - the query tree root node
        Returns:
        some object generated from the query tree