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 编写自己的查询解析器,我需要知道集合名称。我能怎么做?
插件参数是 ofc:
public QParser(String qstr, SolrParams localParams, SolrParams params, SolrQueryRequest req) { }
对于 SolrCloud 模式,请使用:
req.getCore().getCoreDescriptor().getCollectionName()
您可以检查以下...
请求。获取核心()。获取名称()
SolrQueryRequest -> 核心 -> 名称