Deprecated: Will be removed in Lucene 3.0. This method is final, 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 new IncrementToken() and AttributeSource APIs should be used instead.")] public override sealed Token Next( Token reusableToken ) |
| Visual Basic |
|---|
<ObsoleteAttribute("The new IncrementToken() and AttributeSource APIs should be used instead.")> _ Public Overrides NotOverridable Function Next ( _ reusableToken As Token _ ) As Token |
| Visual C++ |
|---|
[ObsoleteAttribute(L"The new IncrementToken() and AttributeSource APIs should be used instead.")] public: virtual Token^ Next( Token^ reusableToken ) override sealed |
Parameters
- reusableToken
- Type: Lucene.Net.Analysis..::..Token
[Missing <param name="reusableToken"/> documentation for "M:Lucene.Net.Analyzers.Shingle.ShingleMatrixFilter.Next(Lucene.Net.Analysis.Token)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Analyzers.Shingle.ShingleMatrixFilter.Next(Lucene.Net.Analysis.Token)"]