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

castorini/gooselight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GooseLight

gooselight

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.

Requirements

Usage

dev

  • 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

prod

License

This application is available as open source under the terms of the Apache License, Version 2.0.