Details
-
Improvement
-
Resolution: Obsolete
-
Neutral
-
None
-
5.1.1
-
None
-
-
Empty show more show less
-
Yes
Description
Originated from SUPPORT-8643:
Currently SOLR module supports only one collection in SOLR. That causes problems in multisite environments, or multilingual.
- First of all we need to query for results using some additional query param, like type (different for each set of data).
- Secondly if we store in one index data from crawler and from few indexers, or from few crawlers (multisite), /suggest call returns incorrect data, and there is no way (using spellchecker config in solr) to narrow amount of indexes it uses to generate suggestions.
This is a reasonable function so let's consider how to support this.
Checklists
Acceptance criteria