Is it possible to consider using bloodhound for Elasticsearch v6?
Closed this issue · 4 comments
arnauorriols commented
Before I start playing with it and find out by myself, maybe somebody can already tell me what are the chances of being able to use bloodhound-v5 against ES v6 (I imagine they are close to none)?
andrewthad commented
I’ve been using it with version six for about two months. It works fine. Remember that v6 only allows you to define one mapping per index. That was the biggest breaking change for me.
arnauorriols commented
Great to know. I'll give it a go then.
Thanks.
MichaelXavier commented
I wonder if there's a way without cloning the entire tree to indicate that 6 is compatible via V5.
bitemyapp commented
@MichaelXavier mkdir -p Database/V6/
, add a Database.V6.Bloodhound
module that re-exports V5?