Skip to content
Arkadiusz Biel edited this page Dec 14, 2022 · 2 revisions

Can I set up only some indexes to be Elasticsearch based?

As long we speak about native examine the package, it is developer decision which index type is used, so as long index use ElasticSearchBaseIndex it will be Elasticsearch based, other wise it will use any index type defined by other implementations of BaseIndexProvider / IIndex


Can I install the package to Umbraco and decide which indexes are replaced with Elasticsearch based ones?

Yes, but it is a little more complicated, by default integration will replace all indexes. To replace only some, you will need to override ElasticIndexCreator and determine which index you want to replace.


Will Examine dashboard in examine stay functional?

Yes, elastic search provider is fully integrated with examine, so Umbraco will read it as native index and all features of Examine will be still working