お知らせ¶
Release 7.0.0 - 2017-02-09¶
改良¶
- [in_values] Supported sequential search for reference vector column. [Patch by Naoya Murakami] [GitHub#629]
- [select] Changed to report error instead
of ignoring on invalid
drilldown[LABEL].sort_keys
. - [select] Removed needless metadata
updates on DB. It reduces the case that database lock remains
even though
select
command is executed. [Reported by aomi-n] - [lock_clear] Changed to clear metadata lock by lock_clear against DB.
- [CentOS] Enabled EPEL by default to install Groonga on Amazon Linux.
- [query] Supported "@X" style in script syntax for prefix("@^"), suffix("@$"), regexp("@^") search.
- [query] Added documentation about
available list of mode. The default mode is
MATCH
("@") mode which executes full text search. - [rpm][centos] Supported groonga-token-filter-stem package which
provides stemming feature by
TokenFilterStem
token filter on CentOS 7. [GitHub#633] [Reported by Tim Bellefleur] - [window_record_number] Marked
record_number
as deprecated. Usewindow_record_number
instead.record_number
is still available for backward compatibility. - [window_sum] Added
window_sum
window function. It's similar behavior to window function sum() on PostgreSQL. - Supported to construct offline indexing with in-memory (temporary)
TABLE_DAT_KEY
table. [GitHub#623] [Reported by Naoya Murakami] - [onigmo] Updated bundled Onigmo to 6.1.1.
- Supported
columns[LABEL].window.group_keys
. It's used to apply window function for every group.
修正¶
- Fixed a bug that nonexistent sort keys for
drilldowns[LABEL]
orslices[LABEL]
causes invalid JSON parse error. [Patch by Naoya Murakami] [GitHub#627] - Fixed a bug that access to nonexistent sub records for group causes
a crash. For example, This bug affects the case when you use
drilldowns[LABEL].sort_keys _sum
without specifyingcalc_types
. [Patch by Naoya Murakami] [GitHub#625] - Fixed a crash bug when tokenizer has an error. It's caused when tokenizer and token filter are registered and tokenizer has an error.
- [window_record_number] Fixed a bug that arguments for window function is not correctly passed. [GitHub#634][Patch by Naoya Murakami]
感謝¶
村上さん
- aomi-n
古いリリース¶
- News - 6.x
- 6.1.5リリース - 2017-01-23
- 6.1.4リリース - 2017-01-18
- 6.1.3リリース - 2017-01-06
- 6.1.2リリース - 2016-12-31
- 6.1.1リリース - 2016-11-29
- 6.1.0リリース - 2016-10-29
- 6.0.9リリース - 2016-09-29
- 6.0.8リリース - 2016-08-29
- 6.0.7リリース - 2016-07-29
- 6.0.5リリース - 2016-06-29
- 6.0.4リリース - 2016-06-06
- 6.0.3リリース - 2016-05-29
- 6.0.2リリース - 2016-04-29
- 6.0.1リリース - 2016-03-29
- 6.0.0リリース - 2016-02-29
- News - 5.x
- News - 4.x
- News - 3.x
- News - 2.x
- News - 1.3.x
- News - 1.2.x
- バージョン1.1.xのお知らせ
- バージョン1.0.xのお知らせ
- バージョン0.xのお知らせ
- News in Senna period