Skip to content

Commit

Permalink
Refactor reindexing code to only reindex specific tokenizers. (#2883)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
martinmr committed Jan 29, 2019
1 parent 266e75f commit 70cbb06
Show file tree
Hide file tree
Showing 5 changed files with 394 additions and 167 deletions.
Loading

0 comments on commit 70cbb06

Please sign in to comment.