Performs a clone of all {@link AttributeImpl} instances returned in a new
AttributeSource instance. This method can be used to e.g. create another TokenStream
with exactly the same attributes (using {@link #AttributeSource(AttributeSource)})
Namespace: Lucene.Net.UtilAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
public virtual AttributeSource CloneAttributes() |
| Visual Basic |
|---|
Public Overridable Function CloneAttributes As AttributeSource |
| Visual C++ |
|---|
public: virtual AttributeSource^ CloneAttributes() |
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Util.AttributeSource.CloneAttributes"]