Returns an analyzer that will be used to parse source doc with. The default analyzer is the {@link #DEFAULT_ANALYZER}.

Namespace: Similarity.Net
Assembly: Lucene.Net.Contrib.Similarity (in Lucene.Net.Contrib.Similarity.dll) Version: 2.0.0.1

Syntax

C#
public Analyzer GetAnalyzer()
Visual Basic
Public Function GetAnalyzer As Analyzer
Visual C++
public:
Analyzer^ GetAnalyzer()

Return Value

the analyzer that will be used to parse source doc with.

See Also