The PerFieldAnalyzerWrapper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PerFieldAnalyzerWrapper(Analyzer) | Constructs with default analyzer.
| |
PerFieldAnalyzerWrapper(Analyzer, IDictionary) | Constructs with default analyzer and a map of analyzers to use for
specific fields.
|
Methods
Name | Description | |
---|---|---|
AddAnalyzer | Defines an analyzer to use for the specified field.
| |
Close | Frees persistent resources used by this Analyzer (Inherited from Analyzer.) | |
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetOffsetGap | Return the offsetGap from the analyzer assigned to field (Overrides Analyzer..::..GetOffsetGap(Fieldable).) | |
GetPositionIncrementGap | Return the positionIncrementGap from the analyzer assigned to fieldName (Overrides Analyzer..::..GetPositionIncrementGap(String).) | |
GetPreviousTokenStream | Used by Analyzers that implement reusableTokenStream
to retrieve previously saved TokenStreams for re-use
by the same thread.
(Inherited from Analyzer.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReusableTokenStream | (Overrides Analyzer..::..ReusableTokenStream(String, TextReader).) | |
SetOverridesTokenStreamMethod | Obsolete. (Inherited from Analyzer.) | |
SetPreviousTokenStream | Used by Analyzers that implement reusableTokenStream
to save a TokenStream for later re-use by the same
thread.
(Inherited from Analyzer.) | |
TokenStream | (Overrides Analyzer..::..TokenStream(String, TextReader).) | |
ToString | (Overrides Object..::..ToString()()()().) |
Fields
Name | Description | |
---|---|---|
overridesTokenStreamMethod | (Inherited from Analyzer.) |