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();