问题描述
我确实了解Xodus的实体存储提供了StoreTransaction.find(..)
,它与具有确切提供的值的属性相匹配,而StoreTransaction.findStartingWith(..)
则与以提供的值开头的属性相匹配。
我看不到任何一种StoreTransaction.findContains(..)
或 Like 。我将如何进行这种搜索?
解决方法
在1.3.232版本中,没有这样的内容。 file a feature request很有意义。
我确实了解Xodus的实体存储提供了StoreTransaction.find(..)
,它与具有确切提供的值的属性相匹配,而StoreTransaction.findStartingWith(..)
则与以提供的值开头的属性相匹配。
我看不到任何一种StoreTransaction.findContains(..)
或 Like 。我将如何进行这种搜索?
在1.3.232版本中,没有这样的内容。 file a feature request很有意义。