Captures the state of all Attributes. The return value can be passed to {@link #restoreState} to restore the state of this or another AttributeSource.

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

Syntax

C#
public virtual AttributeSource..::..State CaptureState()
Visual Basic
Public Overridable Function CaptureState As AttributeSource..::..State
Visual C++
public:
virtual AttributeSource..::..State^ CaptureState()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Util.AttributeSource.CaptureState"]

See Also