The NumericFieldEnum<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NumericFieldEnum<(Of <(<'T>)>)> | Initializes a new instance of the NumericFieldEnum<(Of <(<'T>)>)> class |
Methods
Name | Description | |
---|---|---|
Dispose |
Dispose of the instance.
(Inherited from FieldEnumerator<(Of <(<'T>)>)>.) | |
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Init(IndexReader, String) |
Initialization method called by subclasses to simulate a shared
base constructor as generic classes cannot have a parameterized ctor.
(Inherited from FieldEnumerator<(Of <(<'T>)>)>.) | |
Init(IndexReader, String, Boolean) |
Initialization method called by subclasses to simulate a shared
base constructor as generic classes cannot have a parameterized ctor.
(Inherited from FieldEnumerator<(Of <(<'T>)>)>.) | |
Init(IndexReader, String, Boolean, FieldParser) |
Initialize the instance.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
TryParse |
Overridden from base.
(Overrides FieldEnumerator<(Of <(<'T>)>)>..::..TryParse(String).) | |
TryParseNumeric |
Parse out an encoded numeric string and set the value of current.
| |
TryParseString |
Parse out a standard string and set the value of current.
|
Fields
Name | Description | |
---|---|---|
includeDocs |
Whether the enumerator will include TermDocs.
(Inherited from FieldEnumerator<(Of <(<'T>)>)>.) | |
tEnum |
The specialized TermEnum enumerator.
(Inherited from FieldEnumerator<(Of <(<'T>)>)>.) |
Properties
Name | Description | |
---|---|---|
Docs |
Access the enumerator for the TermDocs.
(Inherited from FieldEnumerator<(Of <(<'T>)>)>.) | |
Terms |
Access the enumerator for the terms.
(Inherited from FieldEnumerator<(Of <(<'T>)>)>.) |