aristo-mini icon indicating copy to clipboard operation
aristo-mini copied to clipboard

Text search solver: easier ElasticSearch startup

Open aimichal opened this issue 9 years ago • 1 comments

The text search solver setup instructions require manually populating an Elastic Search index:

https://github.com/allenai/aristo-mini/blob/master/solvers/textsearch/src/main/scala/org/allenai/aristomini/solver/textsearch/README.md

This could be simplified:

  • Pre-process a corpus and distribute bulk commands directly
  • Pre-populate the search corpus and distribute the data/ directory contents

aimichal avatar Oct 26 '16 23:10 aimichal

Script bin/insert-text-to-elasticsearch.py was created to simplify inserting text into an Elasticsearch index. See pull request https://github.com/allenai/aristo-mini/pull/18.

aimichal avatar Oct 28 '16 22:10 aimichal