是否有可能在@dbref上以某种方式在字符串字段中搜索。我有这个@document:
public class DocumentFileVersion {
@TextIndexed
@DBRef
private OtherObject otherObject
我将在其他对象的字符串字段中搜索。有可能这样做吗?
dbRef仅通过id
参考来查询。
因此是不可能的。您应该重新考虑模式结构。