0
是否有可能通過@DBRef在字符串字段中進行搜索。 我有這個@Document:Spring Data - Mongo DB - @TextIndexed over @DBRef
public class DocumentFileVersion {
@TextIndexed
@DBRef
private OtherObject otherObject
,我會在otherObject的字符串字段進行搜索。有沒有可能做到這一點?