keep set = and
Test token: AnD
Assertion is that the result is And (forceFirstLetter = true)
This is not consistent with my notion of keep. I would think keep
should preserve the original token exactly as it came in and the keep
list should be case sensitive. Consider the word PhD. This is a prime
token, IMO, for a word that belongs in the keep list, yet, the current
functionality would return Phd.
Should I open a bug for this, such that it can be tracked separately?
yes, i think you should open a JIRA issue. CapitilizationFilterFactory
is new to 1.3, so we should make sure it has semantics we think are
consistent before too long
ryan