Lucene.Net 1.4.3 Class Library

Term Members

Term overview

Public Instance Constructors

Term Constructor Constructs a Term with the given Field and text.

Public Instance Fields

text 

Public Instance Methods

CompareToOverloaded.  
EqualsCompares two terms, returning true iff they have the same Field and text.
FieldReturns the Field of this term, an interned string. The Field indicates the part of a document which this term came from.
GetHashCodeCombines the hashCode() of the Field and the text.
GetType (inherited from Object) Gets the Type of the current instance.
TextReturns 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 

See Also

Term Class | Lucene.Net.Index Namespace