Performs end-of-stream operations, if any, and calls then
CopyC#
end()
on the input TokenStream.

NOTE: Be sure to call

CopyC#
super.end()
first when overriding this method.

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

Syntax

C#
public override void End()
Visual Basic
Public Overrides Sub End
Visual C++
public:
virtual void End() override

See Also