Returns if only the new API is used.

Namespace: Lucene.Net.Analysis
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
[ObsoleteAttribute("This setting will no longer be needed in Lucene 3.0 as the old API will be removed.")]
public static bool GetOnlyUseNewAPI()
Visual Basic
<ObsoleteAttribute("This setting will no longer be needed in Lucene 3.0 as the old API will be removed.")> _
Public Shared Function GetOnlyUseNewAPI As Boolean
Visual C++
[ObsoleteAttribute(L"This setting will no longer be needed in Lucene 3.0 as the old API will be removed.")]
public:
static bool GetOnlyUseNewAPI()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Analysis.TokenStream.GetOnlyUseNewAPI"]

See Also