【问题标题】:Getting started with Solr, no gettingstarted folderSolr 入门,没有入门文件夹
【发布时间】:2015-02-26 10:06:14
【问题描述】:

我刚刚安装了 Solr(将使用 Solarium 进行控制并用于搜索 Nutch 查询。)我正在学习此处描述的入门教程:https://cwiki.apache.org/confluence/display/solr/Running+Solr

当我尝试运行 $ bin/post -c gettingstarted example/exampledocs/*.json 时,我遇到了一堆错误 /solr/ 中没有 Gettingstarted 文件夹。这是正常的吗?我应该创建一个吗?

【问题讨论】:

    标签: solr


    【解决方案1】:

    回复于How to do indexing data from database using apache solr with glassfish server on linux?

    尝试上传其他json文件: Solr in 5 minutes

    或者update带有curl的索引:

    cd example/exampledocs
    
    curl http://localhost:8983/solr/update/csv --data-binary @books.csv -H 'Content-type:text/plain; charset=utf-8'
    

    Check this out also!

    哦,你可能会发现这很有用clearing solr index

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-08-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-11-15
      • 2010-09-21
      • 1970-01-01
      相关资源
      最近更新 更多