Analysis across documents loaded into a single analyzer #13
-
After reading the book and the examples in the repository, it's not clear to me, how I would implement an analysis that spans multiple documents.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I hope that my answer in #12 addressed both questions. Regarding the document enumeration, I want to add that introducing this enumeration function is possible and not too difficult. I'm just not sure if this feature should be a part of the Analyzer's API. My vision is that it is essentially a part of the external state. However, if you have specific use cases where document enumeration is necessary, I will be happy to implement the corresponding function. |
Beta Was this translation helpful? Give feedback.
I hope that my answer in #12 addressed both questions. Regarding the document enumeration, I want to add that introducing this enumeration function is possible and not too difficult. I'm just not sure if this feature should be a part of the Analyzer's API. My vision is that it is essentially a part of the external state. However, if you have specific use cases where document enumeration is necessary, I will be happy to implement the corresponding function.