大家都知道,在维基,索利奇的文件相当不好。 我利用共同点HttpSolrServer询问了指数,但从未使用过该版本。 不管怎么说,现在,我用“边缘民族”来显示自治选择,我的指数中有一个实地“计数”,以便我能够根据被问到该要素的人数来分析结果。
我现在想要做的是,能否在我的 Java方案中更新这个“计时”领域,这应当非常容易我猜测? 我审视了来源法的测试档案,但是它非常复杂,试图做类似的事情总是对我失败。 可否使用Solrj?
Thanks for your help.
Edit: In my java code, I have:
CoreContainer.Initializer initializer = new CoreContainer.Initializer();
CoreContainer coreContainer = initializer.initialize();
What I expect to get at this point, is the cores defines in solr.xml present in the coreContainer, but there is no core there (but defaultCoreName says collection1). My solr.xml file is the same as in the example dir:
<solr persistent="false">
<cores adminPath="/admin/cores" defaultCoreName="collection1">
<core name="collection1" instanceDir="." />
</cores>
</solr>