-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Reindex from _source by document ID or Query #492
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
Labels
:Distributed Indexing/CRUD
A catch all label for issues around indexing, updating and getting a doc by id. Not search.
help wanted
adoptme
high hanging fruit
stalled
Comments
Similar to #605 |
Blocked by #6914 |
Closed
Great, I've been waiting a bit for this, glad to see it coming along! Nice work, I read the log of discussions in #15125, very nice. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Distributed Indexing/CRUD
A catch all label for issues around indexing, updating and getting a doc by id. Not search.
help wanted
adoptme
high hanging fruit
stalled
Be able to ask the system to reindex from the saved JSON by document ID or query. This is useful once we have ES style plugins for manipulating documents that might later change and therefore cause you to want to reindex some set of documents.
#490 and #491 would let you query by a set of documents indexed before the required change.
If you are going to store the JSON, you can take advantage of that by reindex requests.
This might also allow the system to handle schema changes in the future more automatically by reindexing to the new analyzer over time in batch.
The text was updated successfully, but these errors were encountered: