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

Refactor reindexing code to only reindex specific tokenizers. #2948

Merged
merged 1 commit into from
Jan 30, 2019

Conversation

martinmr
Copy link
Contributor

@martinmr martinmr commented Jan 29, 2019

Currently during reindexing, the whole index is being deleted and
rebuilt, even if there are tokenizers that did not change between
schemas. This change allows reindexing to happen only for tokenizers
that need it.

--
Cherry-picking this into the 1.0 branch so that it goes out in 1.0.12


This change is Reviewable

Currently during reindexing, the whole index is being deleted and
rebuilt, even if there are tokenizers that did not change between
schemas. This change allows reindexing to happen only for tokenizers
that need it.
@martinmr martinmr changed the title Refactor reindexing code to only reindex specific tokenizers. (#2883) Refactor reindexing code to only reindex specific tokenizers. Jan 29, 2019
@martinmr martinmr merged commit 493cb9d into release/v1.0 Jan 30, 2019
@martinmr martinmr deleted the martinmr/cherrypick-reindexing branch January 30, 2019 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant