Class CannedBinaryTokenStream
TokenStream from a canned list of binary (BytesRef-based) tokens.
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Analysis
Assembly: Lucene.Net.TestFramework.dll
Syntax
public sealed class CannedBinaryTokenStream : TokenStream, IDisposable
Constructors
| Improve this Doc View SourceCannedBinaryTokenStream(BinaryToken[])
Declaration
public CannedBinaryTokenStream(params BinaryToken[] tokens)
Parameters
Type | Name | Description |
---|---|---|
BinaryToken[] | tokens |
Methods
| Improve this Doc View SourceIncrementToken()
Declaration
public override bool IncrementToken()
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
Implements
System.IDisposable