Overload List

  NameDescription
Public methodTermRangeFilter(String, String, String, Boolean, Boolean)
lowerTerm is null and includeLower is true (similar for upperTerm and includeUpper)
Public methodTermRangeFilter(String, String, String, Boolean, Boolean, CompareInfo)
WARNING: Using this constructor and supplying a non-null value in the
CopyC#
collator
parameter will cause every single index Term in the Field referenced by lowerTerm and/or upperTerm to be examined. Depending on the number of index Terms in this Field, the operation could be very slow.

See Also