Class CompoundWordTokenFilterBase.CompoundToken

  • Enclosing class:
    CompoundWordTokenFilterBase

    protected class CompoundWordTokenFilterBase.CompoundToken
    extends java.lang.Object
    Helper class to hold decompounded token information
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int endOffset  
      int startOffset  
      java.lang.CharSequence txt  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • txt

        public final java.lang.CharSequence txt
      • startOffset

        public final int startOffset
      • endOffset

        public final int endOffset