Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
9.0, 8.7
-
None
-
None
-
None
-
New
Description
DefaultIndexingChain or rather its super class DocConsumer is still tightly coupled to DocumentsWriterPerThread. In oder to guarantee better code isolation and hopefully independent testing down the road we can expand the IndexingChain interface to take all the primitives needed rather than the complex DWPT class. It's unclear anyway how this API (DocConsumer and IndexingChain) should be implemented with all the classes it depends on being package private. I will open a follow-up to discuss if we can remove that abstraction.
Attachments
Issue Links
- links to