Class BinaryToken
Represents a binary token.
Inherited Members
Namespace: Lucene.Net.Analysis
Assembly: Lucene.Net.TestFramework.dll
Syntax
public sealed class BinaryToken
Constructors
BinaryToken(BytesRef)
Represents a binary token.
Declaration
public BinaryToken(BytesRef term)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | term |
BinaryToken(BytesRef, int, int)
Represents a binary token.
Declaration
public BinaryToken(BytesRef term, int posInc, int posLen)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | term | |
int | posInc | |
int | posLen |