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 并查看了文档,但找不到使用密钥从 Solr 获取单个记录的方法?
如果我知道记录的键值,我需要传递给 Solr 以获取此记录的查询是什么?
谢谢。
不确定您所说的键是什么意思,但是从上下文中猜测,您的意思是由您的架构定义的字段,如果是这种情况,您可以发出以下命令:
// Assumes Id is a schema field // If via solr admin q=Id:1 // Properly escaped q=Id%3A1