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_termAtt.
Declaration
public CompoundToken(CompoundWordTokenFilterBase outerInstance, int offset, int length)
  Parameters
| Type | Name | Description | 
|---|---|---|
| CompoundWordTokenFilterBase | outerInstance | |
| System.Int32 | offset | |
| System.Int32 | length | 
Properties
| Improve this Doc View SourceEndOffset
Declaration
public int EndOffset { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
StartOffset
Declaration
public int StartOffset { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Text
Declaration
public ICharSequence Text { get; }
  Property Value
| Type | Description | 
|---|---|
| ICharSequence |