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

Namespace: Lucene.Net.Search.Similar
Assembly: Lucene.Net.Contrib.Queries (in Lucene.Net.Contrib.Queries.dll) Version: 2.9.2.0 (2.9.2)

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