-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
Description
Current workaround for SOLR re-indexing via wiping yz hash trees breaks when using custom extractors.
To replicate the issue:
- Create a custom extractor based on one of our default extractors, and implement it as a custom MIME type.
- Create a search schema and index, and generate some objects with your custom MIME type. Ensure the bucket used has the schema property set.
- Create some objects with a new field.
- Update the schema to include new field, restart Riak.
- Create a new object with the additional field, and perform a SOLR query against that field. The single object (and not the previous ones create prior to schema change) should show up as a result.
- Wipe the yz hash trees.
- After confirming via riak-admin aae-status that all hashes have been rebuilt, perform the query again. No additional results should be found.