Apache Lucene.Net 2.4.0 Class Library API

KeywordAnalyzer Class

"Tokenizes" the entire stream as a single token. This is useful for data like zip codes, ids, and some product names.

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

System.Object
   Lucene.Net.Analysis.Analyzer
      Lucene.Net.Analysis.KeywordAnalyzer

public class KeywordAnalyzer : Analyzer

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.Analysis

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

See Also

KeywordAnalyzer Members | Lucene.Net.Analysis Namespace