Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text search solver: easier ElasticSearch startup #13

Open
aimichal opened this issue Oct 26, 2016 · 1 comment
Open

Text search solver: easier ElasticSearch startup #13

aimichal opened this issue Oct 26, 2016 · 1 comment

Comments

@aimichal
Copy link
Contributor

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
Copy link
Contributor Author

Script bin/insert-text-to-elasticsearch.py was created to simplify inserting text into an Elasticsearch index. See pull request #18.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant