diff --git a/source/Novicell.Examine.ElasticSearch/Indexers/ElasticSearchBaseIndex.cs b/source/Novicell.Examine.ElasticSearch/Indexers/ElasticSearchBaseIndex.cs index dbaeee2..cd01dc5 100644 --- a/source/Novicell.Examine.ElasticSearch/Indexers/ElasticSearchBaseIndex.cs +++ b/source/Novicell.Examine.ElasticSearch/Indexers/ElasticSearchBaseIndex.cs @@ -267,7 +267,7 @@ private BulkDescriptor ToElasticSearchDocs(IEnumerable docs, string in protected override void PerformIndexItems(IEnumerable op, Action onComplete) { - if (!IndexExists() && !TempIndexExists()) + if (!IndexExists() && !TempIndexExists() && _isUmbraco) { return; }