Lucene.Net.Analysis.Compound.CompoundWordTokenFilterBase.Decompose C# (CSharp) Method

Decompose() protected abstract method

Decomposes the current #termAtt and places CompoundToken instances in the #tokens list. The original token may not be placed in the list, as it is automatically passed through this filter.
protected abstract Decompose ( ) : void
return void
        protected abstract void Decompose();