app/models/spotlight/resource.rb in blacklight-spotlight-0.17.1 vs app/models/spotlight/resource.rb in blacklight-spotlight-0.18.0

- old
+ new

@@ -14,10 +14,11 @@ serialize :data, Hash store :metadata, accessors: [ :last_indexed_estimate, :last_indexed_count, :last_index_elapsed_time, - :last_indexed_finished], coder: JSON + :last_indexed_finished + ], coder: JSON enum index_status: [:waiting, :completed, :errored] around_index :reindex_with_logging after_index :commit