Thank you, your comment was very helpful and led to the real problem: We deleted the index, then obviously our re-indexing job was running (using FullTextEntityManager::index) which caused Elasticsearch to use type text as a default, as you suspected. |