graphql-compose-elasticsearch
graphql-compose-elasticsearch copied to clipboard
suggest implementation, elasticsearch
According elasticsearch documentation, suggesters can be used to make recommendations based on distence algorithms. is there any possible to use suggesters with graphql compose elastivseaarch? would you mind to tell us how can we make this invocation through this library?.
Thanks in advance
i think it's already implemented but it doesn't work for me i tried as the field suggest is an array of string on my case opts:{ suggestField:"suggest.keyword", suggestMode:popular, suggestText:"a", suggestSize:10 } but it's not working