How to import data from mysql to solr

后端 未结 3 1573
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-07 04:34

I am trying to do the full db import using below URL

    `127.0.0.1:8983/solr/dataimport?command=full-import`

I installed solr and trying t

3条回答
  •  不要未来只要你来
    2021-01-07 05:31

    I used below command to run sorl server for DIH.

    java -Dsolr.solr.home="./example-DIH/solr/" -jar start.jar

    and I did the full import using below URL, it solved my problem.

    http://127.0.0.1:8983/solr/db/dataimport?command=full-import
    

提交回复
热议问题