|
Hmm, that's quite a log. Some comments:
Not quite sure what the intention is here. DefaultBatchBackend as well as the interface BatchBackend itself are impl classes. If any of this is needed externally we need to move at least the interface into an spi.
That's imo internal. Not sure why that would be needed by Infinispan query.
All these bridges can be replaced with custom bridges with Infinispan Query. I don't think there is a need to expose anything here.
Not sure why the impl is referenced. Anything needed which is not in LuceneOptions?
There is a public metadata API. Would this suffice?
I guess you could do the same things w/o depending on this class
Not sure why there is a direct dependency. What are the details?
/ That seems just wrong. Infinispan query should not use/reference the Search logger. I would assume it has it's own logger as well?
|