summaryrefslogtreecommitdiffstats
path: root/einterfaces/elasticsearch.go
Commit message (Collapse)AuthorAgeFilesLines
* Adding paging to elasticsearch API. (#9425)Christopher Speller2018-09-261-1/+1
|
* MM-11243: Make Elasticsearch work after enabling without restart. (#9146)George Goldberg2018-07-261-0/+1
| | | | | | * MM-11243: Make Elasticsearch work after enabling without restart. * Also cope with config vars changing whilst enabled.
* MM-6992 Added highlighting to elasticsearch results (#8861)Harrison Healey2018-06-191-1/+1
| | | | | | | | * MM-6992 Added highlighting to elasticsearch results * Added a unique type for post search matches * Fixed Elasticsearch matches not being sent through API
* Reorganize file util functionality (#7848)Chris2017-11-161-10/+0
| | | | | | | | * reorganize file util functionality * fix api test compilation * fix rebase issue
* PLT-7667: Clean up elasticsearch indexes when running data retention jobs. ↵George Goldberg2017-09-211-1/+6
| | | | (#7481)
* Renaming repoChristopher Speller2017-09-061-1/+1
|
* PLT-6596: Elasticsearch interface changes. (#6993)George Goldberg2017-07-211-1/+1
|
* PLT-6595: API to purge Elasticsearch indexes. (#6971)George Goldberg2017-07-191-0/+1
|
* Add optional config parameter to test elasticsearch endpoint. (#6877)George Goldberg2017-07-071-1/+1
|
* PLT-6976: Elasticsearch capitalisation and tests. (#6839)George Goldberg2017-07-071-8/+8
| | | | | | | * Fixes Elasticsearch to have consistent capitalisation everywhere across the code and UI (except the config file unfortunately). * Adds basic unit tests for Elastichsearch. * Adds a Elasticsearch docker image to the Makefile to enable testing the Elasticsearch feature.
* PLT-6474: Server: Add elasticsearch/test endpoint to API. (#6792)George Goldberg2017-06-291-0/+1
|
* PLT-6472: Basic Elastic Search implementation. (#6382)George Goldberg2017-05-181-0/+23
* PLT-6472: Basic Elastic Search implementation. This currently supports indexing of posts at create/update/delete time. It does not support batch indexing or reindexing, and does not support any entities other than posts yet. The purpose is to more-or-less replicate the existing full-text search feature but with some of the immediate benefits of using elastic search. * Alter settings for AWS compatability. * Remove unneeded i18n strings.