如何在文档级别上保护solr。我在管理员级别上保护了solr,但我仍然可以通过curl请求获得响应
http://localhost:8983/solr/core1/select?q= %3A &安培;重量= XML&安培;缩进=真
答案 0 :(得分:0)
您可以添加角色以仅访问特定集合甚至搜索/更新处理程序。更多信息在这里 https://cwiki.apache.org/confluence/display/solr/Rule-Based+Authorization+Plugin
如果上述内容不符合您的要求,请参阅以下有关文档级安全性的更多链接:
http://lucene.472066.n3.nabble.com/document-level-security-filter-solution-for-Solr-td4126992.html
http://wiki.apache.org/solr/SolrSecurity#Document_Level_Security