Releases: 4dn-dcic/snovault
Releases · 4dn-dcic/snovault
1.3.8
1.3.7
1.3.6
1.3.5
- Hotfix in
esstorage.py
, log statement would cause crash upon purge
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
Big change corresponding to #105
This release removes snowflakes, the test deployment of snovault. Many snowflakes test were migrated to snovault and code was rearranged accordingly. All front-end related code was removed completely. Some code, including dev_servers.py
, was migrated out of snovault into Fourfront/CGAP.
Additionally, a whole bunch of unused code and configuration files were removed.
1.2.9
A couple changes to handle keyword
fields in ES of any length:
ignore_above
was added to allkeyword
fields in the ES mapping. Currently set to 512 byteslower_case_sort
was simplified in the mapping. As a result, the analyzer was changed to a normalizer, which run on keyword fields. See: https://www.elastic.co/guide/en/elasticsearch/reference/5.2/normalizer.html- Adjusted search.py to use
lower_case_sort
instead oflower_case_sort.keyword
when sorting