| When performing full reindexing (org.hibernate.search.MassIndexer#purgeAllOnStart, org.hibernate.search.MassIndexer#start) I am having exceptions:
Request:
========
Operation: DeleteByQuery
Data:
{ "query" : { "constant_score" : { "filter" : { "match_all" : { } } } } }
Response:
=========
Status: 404
Error message: 404 Not Found
Cluster name: null
Cluster status: null
Primary Failure:
Entity com.peopleinsite.ugc.service.ChangeSet Id null Work Type org.hibernate.search.backend.PurgeAllLuceneWork
Subsequent failures:
Entity com.peopleinsite.ugc.service.ChangeSet Id null Work Type org.hibernate.search.backend.PurgeAllLuceneWork
Although it doesn't look like affecting reindexing process (indexes are created successfully and fully searchable) I couldn't find the obvious reason for that exceptions. Not sure if that is a bug or something is not properly configured at my ES(version 2.4.1) environment. P.S. installing https://www.elastic.co/blog/core-delete-by-query-is-a-plugin didn't help. Thanks, Alex |