Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PLT-7667: Clean up elasticsearch indexes when running data retention jobs. ↵ | George Goldberg | 2017-09-21 | 1 | -1/+6 |
| | | | | (#7481) | ||||
* | Renaming repo | Christopher Speller | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | PLT-6596: Elasticsearch interface changes. (#6993) | George Goldberg | 2017-07-21 | 1 | -1/+1 |
| | |||||
* | PLT-6595: API to purge Elasticsearch indexes. (#6971) | George Goldberg | 2017-07-19 | 1 | -0/+1 |
| | |||||
* | Add optional config parameter to test elasticsearch endpoint. (#6877) | George Goldberg | 2017-07-07 | 1 | -1/+1 |
| | |||||
* | PLT-6976: Elasticsearch capitalisation and tests. (#6839) | George Goldberg | 2017-07-07 | 1 | -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 Goldberg | 2017-06-29 | 1 | -0/+1 |
| | |||||
* | PLT-6472: Basic Elastic Search implementation. (#6382) | George Goldberg | 2017-05-18 | 1 | -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. |