We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
src/main/resources
Use the mapping files under src/main/resources to create the indexes instead of letting them be autocreated by Elasticsearch.
When a query comes in, see if the indexes exist, if not, create them.
The text was updated successfully, but these errors were encountered:
#1 Working on creating indexes.
cfdbbf5
Need to add an API endpoint to initialize the plugin and let it create the indexes.
Sorry, something went wrong.
No branches or pull requests
Use the mapping files under
src/main/resources
to create the indexes instead of letting them be autocreated by Elasticsearch.When a query comes in, see if the indexes exist, if not, create them.
The text was updated successfully, but these errors were encountered: