The Term type exposes the following members.
Methods
Name | Description | |
---|---|---|
CompareTo(Object) | ||
CompareTo(Term) | Compares two terms, returning a negative integer if this
term belongs before the argument, zero if this term is equal to the
argument, and a positive integer if this term belongs after the argument.
The ordering of terms is first by field, then by text.
| |
CreateTerm | Optimized construction of new Terms by reusing same field as this Term
- avoids field.intern() overhead
| |
Equals | (Overrides Object..::..Equals(Object).) | |
Field | Returns the field of this term, an interned string. The field indicates
the part of a document which this term came from.
| |
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 | (Overrides Object..::..GetHashCode()()()().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Text | Returns the text of this term. In the case of words, this is simply the
text of the word. In the case of dates and other types, this is an
encoding of the object as a string.
| |
ToString | (Overrides Object..::..ToString()()()().) |