How to create new core in Solr 5?

前端 未结 6 1303
挽巷
挽巷 2021-02-04 02:35

Currently we are using Apache Solr 4.10.3 OR Heliosearch Distribution for Solr [HDS] as a search engine to i

6条回答
  •  余生分开走
    2021-02-04 02:55

    Create using the web interface Go to bin directory and issue

       ./solr start -e cloud -noprompt
    

    Which will start solr. Go to http://localhost:8983 (this is assuming you are running on localhost)

    Click on core admin and they "Add Core"

提交回复
热议问题