Project

General

Profile

Actions

feature request #4182

open

use elasticsearch as search engine [DISCUSS]

Added by Andreas Kohlbecker about 10 years ago. Updated almost 3 years ago.

Status:
New
Priority:
New
Category:
architecture
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Severity:
normal
Tags:

Description

Links:

Questions

  • We need to run searches across multiple indexes, is elasticsearch supporting this? Currently we have our own implementation for this: LuceneMultiSearch

  • Our own LucenSearch class is capable of returning lucene documents together with cdm entities in the same response. With elastic search this will no longer be possible. So we would have to send two requests: One request to do the search and a second one to fetch cdm entities, if necessary.

  • It will be necessary to install a separate Elasticsearch server in parallel to the cdmserver. This makes the initial installation more complex. Can we bundle the cdm server and elastic search together in a single install package. How will this work in workshops. Simple HQL based search as fall back?

Actions

Also available in: Atom PDF