public interface SentenceStartAttribute
extends org.apache.lucene.util.Attribute
Specifies if this token starts a new sentence:
this can be useful if you want to adjust position increment
to prevent phrase queries from matching across sentence boundaries
without slop.