Class CompoundWordTokenFilterBase.CompoundToken
Helper class to hold decompounded token information
Inherited Members
Namespace: Lucene.Net.Analysis.Compound
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
protected class CompoundWordTokenFilterBase.CompoundToken
Constructors
CompoundToken(CompoundWordTokenFilterBase, int, int)
Construct the compound token based on a slice of the current m_termAtt.
Declaration
public CompoundToken(CompoundWordTokenFilterBase compoundWordTokenFilterBase, int offset, int length)
Parameters
| Type | Name | Description |
|---|---|---|
| CompoundWordTokenFilterBase | compoundWordTokenFilterBase | |
| int | offset | |
| int | length |
Properties
EndOffset
Helper class to hold decompounded token information
Declaration
public int EndOffset { get; }
Property Value
| Type | Description |
|---|---|
| int |
StartOffset
Helper class to hold decompounded token information
Declaration
public int StartOffset { get; }
Property Value
| Type | Description |
|---|---|
| int |
Text
Helper class to hold decompounded token information
Declaration
public ICharSequence Text { get; }
Property Value
| Type | Description |
|---|---|
| ICharSequence |