elasticsearch catalog support for guillotina
Project description
GUILLOTINA_ELASTICSEARCH
Elasticsearch integration for guillotina.
Configuration
config.json can include elasticsearch section:
"elasticsearch": { "index_name_prefix": "guillotina-", "connection_settings": { "endpoints": ["localhost:9200"], "sniffer_timeout": 0.5 } }
Installation on a site
POST SITE_URL/@catalog
{}
Uninstall on a site
DELETE SITE_URL/@catalog
{}
Commands
guillotina_elasticsearch comes with a es-reindex guillotina command:
./bin/g es-reindex
1.0.17 (2017-05-16)
Disable caching when reindexing [vangheem]
1.0.16 (2017-05-15)
Use threads when bulk indexing on elasticsearch to make sure to always keep elasticsearch busy. [vangheem]
Forcing the update of mapping [bloodbare]
1.0.15 (2017-05-12)
close and open the indices to define the settings [bloodbare]
1.0.14 (2017-05-12)
Enabling size on query by type [bloodbare]
1.0.13 (2017-05-11)
Also set settings on force_mappings [bloodare]
1.0.12 (2017-05-11)
Changing permissions name to guillotina [bloodbare]
1.0.11 (2017-05-11)
Option to set the mapping without reindexing in case of mapping mutation [bloodbare]
1.0.10 (2017-05-09)
Fix –update-missing argument with es-reindex command [vangheem]
1.0.9 (2017-05-09)
Fix bug when deleting nodes [bloodbare]
1.0.8 (2017-05-08)
Improve performance of reindexing of bushy content by using asyncio.gather to traverse sub-trees and index at the same time. [vangheem]
Improve options to reindex command [vangheem]
1.0.7 (2017-05-04)
reindex_all_content takes update and update_missing params now [vangheem]
1.0.6 (2017-05-03)
Be able to update from an existing reindex [vangheem]
1.0.5 (2017-05-02)
Need to avoid using long running queries on reindex because they can timeout for very large folders [vangheem]
1.0.4 (2017-05-02)
optimize reindex more [vangheem]
1.0.3 (2017-05-02)
More memory efficient reindex [vangheem]
1.0.2 (2017-05-02)
Fix reindexing content [vangheem]
1.0.1 (2017-04-25)
Provide as async utility as it allows us to close connections when the object is destroyed [vangheem]
1.0.0 (2017-04-24)
initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for guillotina_elasticsearch-1.0.17.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | cab01ae4e96e30da8077e81ededc3adc72d7d28cf6d32b4c440be52d2a678724 |
|
MD5 | d4281d293447d69554997b75b06a540a |
|
BLAKE2b-256 | f214a8591a0cec2026f279345b50974a454028b8854aa8badbddeebec9615140 |
Hashes for guillotina_elasticsearch-1.0.17-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10451c2e1036634a56a8b5a54a9a7451090014fadbe66d2653eba9dc32faca5f |
|
MD5 | adebc275ee2dd30e4c3684d98d5c1d14 |
|
BLAKE2b-256 | 8003bf24e8b8547fb91a698a59f7bfac3ac476b75f31e05d786993ef9dd61fa8 |