CakePHP-ElasticSearchIndex icon indicating copy to clipboard operation
CakePHP-ElasticSearchIndex copied to clipboard

CakePHP Plugin to facilitate full text indexing across any Model via ElasticSearch

Results 3 CakePHP-ElasticSearchIndex issues
Sort by recently updated
recently updated
newest added

Method allows for specific queries against a desired _source key instead of using the default fuzzy matching. For example {"_source":true, "query": {"term" : {"association_key" : "2"}}} as a query would...

Hello, I've implemented your Plugin (thanks and good job by the way). However, I think I found an issue. On method ElasticSearchIndexableBehavior::search() On line 511 : $foundIds = $this->esSearchGetKeys($Model, $q...

The old CakePHP ElasticSearch plugin (https://github.com/kvz/cakephp-elasticsearch-plugin) had a way to highlight search terms with the results. Is there a way to feasibly do this with this plugin/behavior? Can the highlight...