Deprecated: Will be removed in Lucene 3.0. This method is readonly, as it should not be overridden.
Delegates to the backwards compatibility layer.
Namespace: Lucene.Net.Analyzers.ShingleAssembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)
Syntax
C# |
---|
[ObsoleteAttribute("The returned Token is a "full private copy" (not re-used across calls to Next()) but will be slower than calling {@link #Next(Token)} or using the new IncrementToken() method with the new AttributeSource API.")] public override sealed Token Next() |
Visual Basic |
---|
<ObsoleteAttribute("The returned Token is a "full private copy" (not re-used across calls to Next()) but will be slower than calling {@link #Next(Token)} or using the new IncrementToken() method with the new AttributeSource API.")> _ Public Overrides NotOverridable Function Next As Token |
Visual C++ |
---|
[ObsoleteAttribute(L"The returned Token is a "full private copy" (not re-used across calls to Next()) but will be slower than calling {@link #Next(Token)} or using the new IncrementToken() method with the new AttributeSource API.")] public: virtual Token^ Next() override sealed |
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Analyzers.Shingle.ShingleFilter.Next"]