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.
我们只使用 Jackrabbit 来存储文件,稍后我们将使用它们的完整路径或 UUID 检索这些文件。在这种情况下关闭 Jackrabbit 索引是否安全?
Jackrabbit XPath 查询呢,它们使用全文索引吗?
当您只使用路径和 UUID(标识符)访问节点时,您可以安全地关闭 Lucene 索引。
XPath 查询确实需要 Lucene 索引。
为了减少维护 Lucene 索引的开销,您可以使用自定义索引配置,特别是索引规则来仅索引某些属性。