[Missing <summary> documentation for "M:Lucene.Net.Analysis.NGram.EdgeNGramTokenizer.Next"]

Namespace: Lucene.Net.Analysis.NGram
Assembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)

Syntax

C#
[ObsoleteAttribute("Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.")]
public override Token Next()
Visual Basic
<ObsoleteAttribute("Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.")> _
Public Overrides Function Next As Token
Visual C++
[ObsoleteAttribute(L"Will be removed in Lucene 3.0. This method is final, as it should not be overridden. Delegates to the backwards compatibility layer.")]
public:
virtual Token^ Next() override

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Analysis.NGram.EdgeNGramTokenizer.Next"]

See Also