Hi Alex Laptseu, yes that should work fine: we only need this initial "delete by query" to make sure we delete all entities before re-inserting them; if the index was empty already it's not really necessary. You could also use org.hibernate.search.MassIndexer.purgeAllOnStart(false) as a workaround. Still we'd like to make sure your use case is covered without us throwing an error, this would be very confusing for other users as well. Do you have the "delete by query" plugin installed? http://stackoverflow.com/questions/41940996/initial-indexation-in-hibernate-search-with-elasticsearch-crashes Thanks for all the help! |