Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 392 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 392 Bytes

Eclipse Search

Web app GUI for searching data with Solr

Originally developed for HiredScore Inc. by Jesse Berliner-Sachs

How to use

  1. Clone repo
  2. Define the following environment variables:
    • DB_URL = Solr backend url
    • SOLR_CORE_NAME = Sore core name
    • ECLIPSE_PORT = port to display GUI on or default, 5015
  3. Run shell command $ python search.py