Flowpack.ElasticSearch icon indicating copy to clipboard operation
Flowpack.ElasticSearch copied to clipboard

Disable realtimeIndexing

Open paavo opened this issue 4 years ago • 0 comments

I thought, if i disable realtimeIndexing in Flowpack.ElasticSearch nothing should be indexed while publishing a change. But i get an Error while publishing a content-change: Elastic-Server can't be reached.

How do i disable ElasticSearch Indexing on my local environment without a ES-Server?

Flowpack:
  ElasticSearch:
    realtimeIndexing:
      enabled: false

Im using Flowpack.ElasticSearch.ContentRepositoryAdaptor but i didn't found any option there.

Neos: 5.3 "flowpack/elasticsearch-contentrepositoryadaptor": "^7",

paavo avatar Jan 14 '21 13:01 paavo