cakephp / elastic-search

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

Add elastic score for documents #190

Closed robertDawson2 closed 4 years ago

robertDawson2 commented 5 years ago

Add elasticsearch-provided score on a per document basis.

robertDawson2 commented 5 years ago

Would be good to have a test for this as it adds to the public interface of the plugin.

I avoided anything outside of the addition of this code, because this is just an extension of an already available piece of data provided by the underlying Elastica plugin.

markstory commented 5 years ago

@robertDawson2 Ok. so if the method had is behavior changed accidentally in the future would your application behave incorrectly? Tests help ensure that we don't accidentally introduce regressions.

github-actions[bot] commented 4 years ago

This pull request is stale because it has been open 30 days with no activity. Remove the stale label or comment on this issue, or it will be closed in 15 days