Lucene.Net.Analysis.Compound.CompoundWordTokenFilterBase.Decompose C# (CSharp) Méthode

Decompose() protected abstract méthode

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
Résultat void
        protected abstract void Decompose();