Class KeywordTokenizer
Emits the entire input as a single token.
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.Core
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public sealed class KeywordTokenizer : Tokenizer, IDisposable
Constructors
| Improve this Doc View SourceKeywordTokenizer(AttributeSource.AttributeFactory, TextReader, Int32)
Declaration
public KeywordTokenizer(AttributeSource.AttributeFactory factory, TextReader input, int bufferSize)
Parameters
Type | Name | Description |
---|---|---|
AttributeSource.AttributeFactory | factory | |
System.IO.TextReader | input | |
System.Int32 | bufferSize |
KeywordTokenizer(TextReader)
Declaration
public KeywordTokenizer(TextReader input)
Parameters
Type | Name | Description |
---|---|---|
System.IO.TextReader | input |
KeywordTokenizer(TextReader, Int32)
Declaration
public KeywordTokenizer(TextReader input, int bufferSize)
Parameters
Type | Name | Description |
---|---|---|
System.IO.TextReader | input | |
System.Int32 | bufferSize |
Fields
| Improve this Doc View SourceDEFAULT_BUFFER_SIZE
Default read buffer size
Declaration
public const int DEFAULT_BUFFER_SIZE = 256
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceEnd()
Declaration
public override sealed void End()
Overrides
| Improve this Doc View SourceIncrementToken()
Declaration
public override sealed bool IncrementToken()
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceReset()
Declaration
public override void Reset()
Overrides
Implements
System.IDisposable