Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
New, Patch Available
Description
Passing tokens with payloads through SnowballFilter results in tokens with no payloads.
A workaround for this is to apply stemming first and only then run whatever logic creates the payload, but this is not always convenient.
Other "consumer" filters have similar problem.
These filters can - and should - reuse the token, by implementing next(Token), effectively also fixing the unwanted resetting.
Attachments
Attachments
Issue Links
- is part of
-
LUCENE-1333 Token implementation needs improvements
- Closed
- relates to
-
SOLR-532 WordDelimiterFilter ignores payloads
- Closed