Apache Lucene.Net 2.1 Class Library API

Term Class

A Term represents a word from text. This is the unit of search. It is composed of two elements, the text of the word, as a string, and the name of the field that the text occured in, an interned string. Note that terms may represent more than words from text fields, but also things like dates, email addresses, urls, etc.

For a list of all members of this type, see Term Members.

System.Object
   Lucene.Net.Index.Term

public sealed class Term : IComparable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Index

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

Term Members | Lucene.Net.Index Namespace