Class TermRangeQueryNode

    • Constructor Detail

      • TermRangeQueryNode

        public TermRangeQueryNode​(FieldQueryNode lower,
                                  FieldQueryNode upper,
                                  boolean lowerInclusive,
                                  boolean upperInclusive)
        Constructs a TermRangeQueryNode object using the given FieldQueryNode as its bounds.
        Parameters:
        lower - the lower bound
        upper - the upper bound
        lowerInclusive - true if the lower bound is inclusive, otherwise, false
        upperInclusive - true if the upper bound is inclusive, otherwise, false