有没有办法使用 Carrot2 WAR 文件向 Solr 添加基本身份验证?
我们曾经使用本地 solr 实例运行 Carrot2,但现在我们将其移动到另一个仅在 Solr 上运行的 VM。
我在 source-solr-attributes.xml 上设置了 URL,就像这样:
<attribute key="SolrDocumentSource.serviceUrlBase">
<value type="java.lang.String"
value="http://localhost:8983/solr/mycore/select?wt=xml"/>
</attribute>
由于我们正在使用的版本上没有 java 代码,我如何/在哪里设置用户和登录以确保 Carrot 将使用它与 Solr 通信?