A Project Blacklight application for Lucene indexes built by Anserini.
Gooselight is no longer being actively developed or maintained. See Covidex as the next iteration of a search frontend for Anserini.
- Ruby 2.2 or later
- Java 8+
- Solr 7.6.0+
- solr_wrapper (for development)
- Get an Anserini Lucene index
- Get an Ansersini Solr configset
- Start Solr with an Anserini Solr configset
solr_wrapper -i /path/to/solr-7.6.0 -d /path/to/SolrAnserini/configsets/core17 -n core17 --persist
git clone git@github.com:ruebot/gooselight.git
cd gooselight
bundle install
rails db:migrate
rails s
- http://localhost:3000
This application is available as open source under the terms of the Apache License, Version 2.0.