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.
是否有可能做到这一点?我有一个 oracle 数据库,想知道在内部存储索引是否是最有效的方式,而不是在文件系统上存储索引。有没有人这样做过?lucene 3.x版可以吗?
可以使用 Lucene Directory 界面,但这并不容易。很多人都尝试过,但你得到的表现很糟糕。原因是要执行搜索,您必须从数据库中读取整个索引(或段)作为 blob 并在其上运行搜索。非常低效。