|
|
|
|
|
by lobster_johnson
4139 days ago
|
|
Does Solr have the same problem as ES where you can't modify an index mapping after creating it? With ES you have to reindex everything into a new temporary index and then swap the new and old indexes. It's a terrible design, especially considering that ES already has all the original data and should be perfectly capable of doing it itself, incrementally. |
|
You save money and can do a reindex very quickly.
A basic "reindex" command would be a cool feature though.