Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.5
-
Component/s: None
-
Labels:None
Attachments
Issue Links
- duplicates
-
TR-10 Term Pipeline only supports token events
-
- Resolved
-
Hi Stilo,
Thanks for the quick response. My idea with a reset AFTER is that a TermPipeline instance could buffer some terms, and then only let them out once reset() is called. However, you still want them in the same document, so in this respect, reset() is like a flush().
About the base classes - I already made a Stemmer base class, which encapsulated most of the changes.