如何使用流畅的hibernate接口在SQLite数据库上运行R-tree索引

Jar*_*rda 6 c# sqlite nhibernate fluent-nhibernate fluent-nhibernate-mapping

是否有可能使用Fluent NHibernate在SQLite数据库上设置R-tree?
我读到有新表创建为r-tree索引,因此我将拥有数据表和索引表.我将如何达到我的查询首先在索引表中搜索然后结果将与数据表连接的情况?