Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to implement the suggest API the best? #99

Closed
burzum opened this issue Jun 19, 2016 · 7 comments
Closed

How to implement the suggest API the best? #99

burzum opened this issue Jun 19, 2016 · 7 comments

Comments

@burzum
Copy link
Contributor

burzum commented Jun 19, 2016

How can I implement the suggest feature of ES the best using the plugin? Any guidance on this please?

https://www.elastic.co/guide/en/elasticsearch/reference/1.7/search-suggesters-completion.html

@markstory
Copy link
Member

Which parts? There are both indexing and query parts to the suggesters.

@jippi
Copy link
Contributor

jippi commented Jun 20, 2016

also, we should not care for ES 1.7 - its no longer getting new features or support

Target 2.x - and largely 5.x :)

@burzum
Copy link
Contributor Author

burzum commented Jun 20, 2016

@markstory the suggesters.

@jippi is the plugin finally supporting an ES version above 1.7? We've used 1.7 mostly because the Cake plugin or the underlying Elastica lib was stuck with this version.

@lorenzo
Copy link
Member

lorenzo commented Jun 20, 2016

@burzum yes, branch 1.0 of this plugin supports elastic 2

@burzum
Copy link
Contributor Author

burzum commented Jun 21, 2016

@lorenzo OK, any direction on how to use the suggest feature with it?

@lorenzo
Copy link
Member

lorenzo commented Jun 21, 2016

Maybe look how it can be done with elastica... If there is no easy way of calling the elastica methods within this plugin, we can just added it.

@github-actions
Copy link

github-actions bot commented Jan 8, 2020

This issue is stale because it has been open for 120 days with no activity. Remove the stale label or comment or this will be closed in 15 days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants