Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 575 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 575 Bytes

Installation

  1. Download PATRIC customized solr package from the p3_solr releases page (e.g solr-6.6.1-PATRIC.tgz).

    > tar xvzf solr-6.6.1-PATRIC.tgz
    > cd solr-6.6.1-PATRIC
    
  2. Clone config files into the installation directory

    > git clone https://github.com/PATRIC3/patric_solr.git
    
  3. Start Solr instance

    ./bin/solr restart -Dsolr.solr.home=<full_path/to/patric_solr> -Dlucene.version=5.3
    
    • change lucene.version according to your lucene version