Jackrabbit Oak并整合了Solr

时间:2016-03-30 18:59:24

标签: jackrabbit-oak

我是Jackrabbit Oak的新手,我正在尝试与Solr远程服务器集成。我不能这样做,我阅读文档,我已经研究了源Jackrabbit 1.4.0 Oak没有结果。有人可以用一些东西来说明我是怎么做的。谢谢。

1 个答案:

答案 0 :(得分:3)

假设您的Oak 1.4.x存储库设置正确,创建具有以下结构的Solr索引应该足以开始查看被摄取到配置了配置的远程Solr实例(例如放置在http://localhost:8983/solr/oak)的内容在[1]提供:

/oak:index/solrRemote
  - jcr:primaryType = "oak:QueryIndexDefinition"
  - type = "solr"
  - async = "async"
  + server
    - jcr:primaryType = "nt:unstructured"
    - solrServerType = "remote"
    - httpUrl = "http://localhost:8983/solr/oak"

[1]:https://github.com/apache/jackrabbit-oak/tree/trunk/oak-solr-core/src/main/resources/solr/oak