Flowpack.ElasticSearch.ContentRepositoryAdaptor icon indicating copy to clipboard operation
Flowpack.ElasticSearch.ContentRepositoryAdaptor copied to clipboard

Create one index per site

Open dfeyer opened this issue 8 years ago • 5 comments

Currently we use only one index for all sites, that can make some scoring feature of Elastic to not work as expected, by ex. word frequency will take in account other site, ...

dfeyer avatar Feb 01 '17 14:02 dfeyer

This refers to multi-site setups, i.e. where more than one site is in the same instance of Neos, right?

kdambekalns avatar Mar 01 '17 07:03 kdambekalns

Yes, that's the use case.

daniellienert avatar Mar 01 '17 09:03 daniellienert

Thinking about this issue, because I'm in the "one index per dimensions combination" ... it can be done, but we will couple this package with Neos ... a site is nothing for the ContentRepository :(

dfeyer avatar Jul 15 '17 17:07 dfeyer

True, but… we could still allow to define "scopes" for "sub-trees", no?

kdambekalns avatar Jul 17 '17 08:07 kdambekalns

I restart working on the "one index per dimensions preset", and I will try to experiment a bit in implementing a IndexNameSelectorInterface that will make this possible ... but first let's make the current PR stable before breaking everything again ;)

dfeyer avatar Apr 07 '19 20:04 dfeyer