The PerFieldAnalyzerWrapper type exposes the following members.

Constructors

  NameDescription
Public methodPerFieldAnalyzerWrapper(Analyzer)
Constructs with default analyzer.
Public methodPerFieldAnalyzerWrapper(Analyzer, IDictionary)
Constructs with default analyzer and a map of analyzers to use for specific fields.

Methods

  NameDescription
Public methodAddAnalyzer
Defines an analyzer to use for the specified field.
Public methodClose
Frees persistent resources used by this Analyzer
(Inherited from Analyzer.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetOffsetGap
Return the offsetGap from the analyzer assigned to field
(Overrides Analyzer..::..GetOffsetGap(Fieldable).)
Public methodGetPositionIncrementGap
Return the positionIncrementGap from the analyzer assigned to fieldName
(Overrides Analyzer..::..GetPositionIncrementGap(String).)
Protected methodGetPreviousTokenStream
Used by Analyzers that implement reusableTokenStream to retrieve previously saved TokenStreams for re-use by the same thread.
(Inherited from Analyzer.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReusableTokenStream (Overrides Analyzer..::..ReusableTokenStream(String, TextReader).)
Protected methodSetOverridesTokenStreamMethod Obsolete. (Inherited from Analyzer.)
Protected methodSetPreviousTokenStream
Used by Analyzers that implement reusableTokenStream to save a TokenStream for later re-use by the same thread.
(Inherited from Analyzer.)
Public methodTokenStream (Overrides Analyzer..::..TokenStream(String, TextReader).)
Public methodToString (Overrides Object..::..ToString()()()().)

Fields

  NameDescription
Protected fieldoverridesTokenStreamMethod (Inherited from Analyzer.)

See Also