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.
我已经使用 solr 成功更新了一个文档。但是现在我有一个没有配置唯一键的核心,那么如何通过查询来更新文档呢?
我认为如果您的文档没有 UniqueKey,就不可能更新 SolR 文档。每次要更新文档时,您都必须从核心中删除所有文档并从头开始重新加载。
更多信息在这里:http ://wiki.apache.org/solr/UniqueKey