volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

EPiFind and multiple indexes

Is it possible to configure EPiFind to use multiple indexes?

I know this is possible with Elasticsearch - but I don't see ay obvious way in the docs.

#141288
Nov 11, 2015 11:49

Hi Neil

I'm curious to know what's the use case for using a separate indexes? You can connect to additional indexes by configuring the IClient implementation in code:

IClient yourOtherIndexClient = new Client(serviceUrl, indexName);

Before you consider this it's worth reading the official documentation on performance of the Client class: http://world.episerver.com/documentation/Items/Developers-Guide/EPiServer-Find/10/DotNET-Client-API/Client-class/

It's worth bearing in mind that it could be more difficult to use separate indexes if you want to index CMS and Commerce content.

David

#141318
Nov 11, 2015 21:22
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.