Lucene.Net.Analysis.Compound.CompoundWordTokenFilterBase.Decompose C# (CSharp) Метод

Decompose() защищенный абстрактный Метод

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
Результат void
        protected abstract void Decompose();