内容简介:dejaVu 是一款较为安全的数据在线处理工具,也是一个 ElasticSearch 的 Web UI 工具,用户不用担心被非法入侵。与传统的数据处理工具相比,dejaVu 的界面更具风格,在用户的交互方面,dejaVu 也更人性化,比如,...
dejaVu 是一款较为安全的数据在线处理工具,也是一个 ElasticSearch 的 Web UI 工具,用户不用担心被非法入侵。与传统的数据处理 工具 相比,dejaVu 的界面更具风格,在用户的交互方面,dejaVu 也更人性化,比如,dejaVu 支持无页面重新加载,无限滚动,创建过滤器视图等。
dejaVu 1.4.0 版本带来了许多使用体验上的改进,以及对新手入门门槛的改进。 此外,还包括一些重要的 bug 修复。具体如下:
改进:
Increase scroll_time to
5m
from1m
to ensure timeout doesn't happen on bigger downloads #145Start an app in "Editing" mode by default if there is no data.
Show types whether they have data or not.
Reload
button now updates both the new types as well as data changes.Stopped periodic fetching of /_mapping endpoint to update types, reducing the overall requests dejavu makes.
Show an option to add a "Data Field" in the center when no data is present in the view.
Show a warning message when a user tries to connect to an ES cluster on
http://
scheme while the browser is usinghttps://
scheme.Show an error modal when a user tries to connect to an index that doesn't yet exist (applicable to an Elasticsearch cluster).
修复:
When exporting CSV, some numeric fields aren't exported #146
Text
datatype fields can't be sorted upon because of field_data. We now detect if a sub-field withKeyword
datatype is present and then sort by that instead, otherwise not show a sort option #147An issue similar to the above affected pagination requests when a sort was applied on a
Keyword
sub-field. We had to ensure the pagination request would use the sortby field as the sameKeyword
sub-field #148A bug when
SearchableText
type was applied. While we set indexing time analyzer to n_gram, the search time analyzer was set as standard (by default). We have now changed the search time analyzer to besimple
to prevent edge-case accuracy issues when searching #151The necessary analyzers for the
Text
andSearchableText
type related mappings were not being set by dejavu. We have fixed this #154When using an alias (for an index), the app didn't load correctly. We have fixed this to ensure dejavu works with both an actual index name or its alias #150
Fixed an overflow issue with a
GeoPoint
type field #153
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 扒网站工具 v2.0 发布,发布模版计算工具等
- 数据生成工具 ZenData 发布 1.6 版本,內置 Web 版数据设计工具
- SteamTools 2.4.1 发布,包含多种 Steam 工具功能的工具箱
- 数据生成工具 ZenData 发布 1.7 版本,全新设计工具带来更佳体验
- Doxygen 3 发布,文档生成工具
- 百度云盘小工具 1.6 发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Practical Vim, Second Edition
Drew Neil / The Pragmatic Bookshelf / 2015-10-31 / USD 29.00
Vim is a fast and efficient text editor that will make you a faster and more efficient developer. It’s available on almost every OS, and if you master the techniques in this book, you’ll never need an......一起来看看 《Practical Vim, Second Edition》 这本书的介绍吧!