Class KeywordTokenizer
Emits the entire input as a single token.
Inheritance
System.Object
KeywordTokenizer
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public sealed class KeywordTokenizer : Tokenizer, IDisposable
Constructors
|
Improve this Doc
View Source
KeywordTokenizer(AttributeSource.AttributeFactory, TextReader, Int32)
Declaration
public KeywordTokenizer(AttributeSource.AttributeFactory factory, TextReader input, int bufferSize)
Parameters
|
Improve this Doc
View Source
KeywordTokenizer(TextReader)
Declaration
public KeywordTokenizer(TextReader input)
Parameters
Type |
Name |
Description |
TextReader |
input |
|
|
Improve this Doc
View Source
KeywordTokenizer(TextReader, Int32)
Declaration
public KeywordTokenizer(TextReader input, int bufferSize)
Parameters
Type |
Name |
Description |
TextReader |
input |
|
System.Int32 |
bufferSize |
|
Fields
|
Improve this Doc
View Source
DEFAULT_BUFFER_SIZE
Declaration
public const int DEFAULT_BUFFER_SIZE = null
Field Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
End()
Declaration
public override sealed void End()
Overrides
|
Improve this Doc
View Source
IncrementToken()
Declaration
public override sealed bool IncrementToken()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
Reset()
Declaration
public override void Reset()
Overrides
Implements
IDisposable