I do understand that Xodus' Entity Store provides StoreTransaction.find(..)
which matches properties with the exact provided value and StoreTransaction.findStartingWith(..)
which matches properties beginning with the provided value.
What I don't see is a StoreTransaction.findContains(..)
or a LIKE of any sort. How would I approach such a search?
In version 1.3.232, there is no such. It makes sense to file a feature request.