Class CompoundWordTokenFilterBase.CompoundToken
Helper class to hold decompounded token information
Inheritance
System.Object
CompoundWordTokenFilterBase.CompoundToken
Namespace: Lucene.Net.Analysis.Compound
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
protected class CompoundToken : object
Constructors
| Improve this Doc View SourceCompoundToken(CompoundWordTokenFilterBase, Int32, Int32)
Construct the compound token based on a slice of the current m_term
Declaration
public CompoundToken(CompoundWordTokenFilterBase outerInstance, int offset, int length)
Parameters
Type | Name | Description |
---|---|---|
Compound |
outerInstance | |
System. |
offset | |
System. |
length |
Properties
| Improve this Doc View SourceEndOffset
Declaration
public int EndOffset { get; }
Property Value
Type | Description |
---|---|
System. |
StartOffset
Declaration
public int StartOffset { get; }
Property Value
Type | Description |
---|---|
System. |
Text
Declaration
public ICharSequence Text { get; }
Property Value
Type | Description |
---|---|
IChar |