Highlighter.Net 2.0.0

QueryTermExtractor Class

Utility class used to extract the terms used in a query, plus any weights. This class will not find terms for MultiTermQuery, RangeQuery and PrefixQuery classes so the caller must pass a rewritten query (see Query.rewrite) to obtain a list of expanded terms.

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

System.Object
   Lucene.Net.Highlight.QueryTermExtractor

public sealed class QueryTermExtractor

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

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

See Also

QueryTermExtractor Members | Lucene.Net.Highlight Namespace