A list of the analyzers supported by this Elastic Search cluster.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property SupportedAnalyzers As IStringList
C#
IStringList SupportedAnalyzers { get; }
Visual C++
property IStringList^ SupportedAnalyzers {
	IStringList^ get ();
}
JavaScript
function get_supportedAnalyzers();

ToggleSee Also