Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想尝试利用 RavenDb 中的 Suggest 功能。使用session.Advanced.LuceneQuery时可以这样做吗?
我正在使用高级选项,因为我在返回类型未知的多映射场景中进行索引,这会阻止使用强类型的 Linq 查询。
使用 LuceneQuery 时,需要自己调用 store.DatabaseCommands.Suggest()。