Federated Search tab | ||||||||||||||||||||||||||||||||||||||||||
Related Topics
The feature uses Elasticsearch's ability to query across multiple indices, It can be used for these primary scenarios:
|
Sister sites, where other sites run Tiki | |
|
ManifoldCF | |
Copy to clipboard
|
Delegated responsibility | |
In many organizations, content is spread across multiple locations. Legacy systems are in place. For all those situations, tools will be required to load the content into Elasticsearch. From there, Federated Search will allow to include those indices into the search results. For cases where the index resides in a different Elasticsearch cluster, tribe nodes can be used to join them together. Tiki allows configuring a tribe node client in addition to a primary server. The tribe node will allow searching in indices located in separate clusters without them sharing resources. |
Where to use | |
This has been usable in tiki-searchindex.php since the beginning, and from Tiki 21 can be used in PluginList and PluginCustomSearch which is based on PluginList. |