Interface IMultiTermAwareComponent
Add to any analysis factory component to allow returning an analysis component factory for use with partial terms in prefix queries, wildcard queries, range query endpoints, regex queries, etc.
@lucene.experimental
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public interface IMultiTermAwareComponent
Methods
Name | Description |
---|---|
GetMultiTermComponent() | Returns an analysis component to handle analysis if multi-term queries. The returned component must be a TokenizerFactory, TokenFilterFactory or CharFilterFactory. |