Constructor TermRangeFilter
TermRangeFilter(String, BytesRef, BytesRef, Boolean, Boolean)
Declaration
public TermRangeFilter(string fieldName, BytesRef lowerTerm, BytesRef upperTerm, bool includeLower, bool includeUpper)
Parameters
Type | Name | Description |
---|---|---|
System.String | fieldName | The field this range applies to |
BytesRef | lowerTerm | The lower bound on this range |
BytesRef | upperTerm | The upper bound on this range |
System.Boolean | includeLower | Does this range include the lower bound? |
System.Boolean | includeUpper | Does this range include the upper bound? |