cakephp / elastic-search

Elastic search datasource for CakePHP
Other
88 stars 53 forks source link

How to implement the suggest API the best? #99

Closed burzum closed 4 years ago

burzum commented 8 years ago

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 commented 8 years ago

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

jippi commented 8 years ago

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 commented 8 years ago

@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 commented 8 years ago

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

burzum commented 8 years ago

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

lorenzo commented 8 years ago

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[bot] commented 4 years ago

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