Class FieldComparer.NumericComparer<TNumber>
Base FieldComparer class for numeric types
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public abstract class NumericComparer<TNumber> : FieldComparer<TNumber> where TNumber : Number
Type Parameters
Name | Description |
---|---|
TNumber |
Constructors
| Improve this Doc View SourceNumericComparer(String, TNumber)
Declaration
protected NumericComparer(string field, TNumber missingValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | field | |
TNumber | missingValue |
Fields
| Improve this Doc View Sourcem_docsWithField
Declaration
protected IBits m_docsWithField
Field Value
Type | Description |
---|---|
IBits |
m_field
Declaration
protected readonly string m_field
Field Value
Type | Description |
---|---|
System.String |
m_missingValue
Declaration
protected readonly TNumber m_missingValue
Field Value
Type | Description |
---|---|
TNumber |
Methods
| Improve this Doc View SourceSetNextReader(AtomicReaderContext)
Declaration
public override FieldComparer SetNextReader(AtomicReaderContext context)
Parameters
Type | Name | Description |
---|---|---|
AtomicReaderContext | context |
Returns
Type | Description |
---|---|
FieldComparer |
Overrides
Lucene.Net.Search.FieldComparer<TNumber>.SetNextReader(Lucene.Net.Index.AtomicReaderContext)