Class DocTermOrdsRangeFilter
A range filter built on top of a cached multi-valued term field (in IField
Like Field
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public abstract class DocTermOrdsRangeFilter : Filter
Properties
| Improve this Doc View SourceField
Returns the field name for this filter
Declaration
public virtual string Field { get; }
Property Value
Type | Description |
---|---|
System. |
IncludesLower
Returns true
if the lower endpoint is inclusive
Declaration
public virtual bool IncludesLower { get; }
Property Value
Type | Description |
---|---|
System. |
IncludesUpper
Returns true
if the upper endpoint is inclusive
Declaration
public virtual bool IncludesUpper { get; }
Property Value
Type | Description |
---|---|
System. |
LowerVal
Returns the lower value of this range filter
Declaration
public virtual BytesRef LowerVal { get; }
Property Value
Type | Description |
---|---|
Bytes |
UpperVal
Returns the upper value of this range filter
Declaration
public virtual BytesRef UpperVal { get; }
Property Value
Type | Description |
---|---|
Bytes |
Methods
| Improve this Doc View SourceEquals(Object)
Declaration
public override sealed bool Equals(object o)
Parameters
Type | Name | Description |
---|---|---|
System. |
o |
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetDocIdSet(AtomicReaderContext, IBits)
This method is implemented for each data type
Declaration
public abstract override DocIdSet GetDocIdSet(AtomicReaderContext context, IBits acceptDocs)
Parameters
Type | Name | Description |
---|---|---|
Atomic |
context | |
IBits | acceptDocs |
Returns
Type | Description |
---|---|
Doc |
Overrides
| Improve this Doc View SourceGetHashCode()
Declaration
public override sealed int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.GetHashCode()
|
Improve this Doc
View Source
NewBytesRefRange(String, BytesRef, BytesRef, Boolean, Boolean)
Creates a BytesRef range filter using Getnull
.
Declaration
public static DocTermOrdsRangeFilter NewBytesRefRange(string field, BytesRef lowerVal, BytesRef upperVal, bool includeLower, bool includeUpper)
Parameters
Type | Name | Description |
---|---|---|
System. |
field | |
Bytes |
lowerVal | |
Bytes |
upperVal | |
System. |
includeLower | |
System. |
includeUpper |
Returns
Type | Description |
---|---|
Doc |
ToString()
Declaration
public override sealed string ToString()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.ToString()