#+HTML_HEAD:

Table of Contents

1 Install Apache Solr, this tutorial is for MacOS but it should work in Linux.

  • How to install Solr.
  • How to start solr.

    • change directory to solr.
    cd solr-8.1.1
    bin/start -p 8983
    
  • How to stop solr.

    bin/stop -p 8983
    
  • Check your solr running service from your browser.

    http://localhost:8983/solr/#/
    
  • My current binary solr is in following directory.

    myfile/install
    

Author: aaa

Created: 2021-09-22 Wed 17:21

Validate