-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
"Direct installation" of Lucene indexes into Solrini #1010
Comments
Looked into it a bit, according to the steps here from 2016, we should:
|
hey @r-clancy you did this before, right? can you comment on whether @edwinzhng 's on the right track? @edwinzhng for step 2 above we have pre-built indexes here: https://git.uwaterloo.ca/jimmylin/anserini-indexes We can get just |
@lintool Yeah, I had done this before. @edwinzhng is on the right track - the process is just making sure the Solr schema aligns with the Lucene schema and copying the Lucene index (or changing the Solr data dir to point to the Lucene index) into the correct place. |
Solr is basically just a webapp around Lucene. It is possible to bypass the Solr indexing REST APIs and just directly copy the Lucene indexes into the right path in the Solr directory structure. We should provide documentation on how to do this, to save users an extra indexing step.
The text was updated successfully, but these errors were encountered: