rroonga 6.0.5-x64-mingw32 → 6.0.7-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/doc/text/news.md +15 -0
- data/ext/groonga/rb-grn-column.c +23 -17
- data/ext/groonga/rb-grn-context.c +24 -22
- data/ext/groonga/rb-grn-exception.c +2 -256
- data/ext/groonga/rb-grn-index-column.c +21 -9
- data/ext/groonga/rb-grn-object.c +98 -62
- data/ext/groonga/rb-grn-table-sort-keys.c +1 -1
- data/ext/groonga/rb-grn-table.c +2 -2
- data/ext/groonga/rb-grn-variable-size-column.c +13 -7
- data/ext/groonga/rb-grn.h +1 -2
- data/ext/groonga/rb-groonga.c +3 -2
- data/lib/2.1/groonga.so +0 -0
- data/lib/2.2/groonga.so +0 -0
- data/lib/2.3/groonga.so +0 -0
- data/rroonga-build.rb +3 -3
- data/test/test-fix-size-column.rb +1 -1
- data/test/test-schema.rb +1 -1
- data/test/test-variable-size-column.rb +1 -1
- data/vendor/local/bin/grndb.exe +0 -0
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga-suggest-create-dataset.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-2.dll +0 -0
- data/vendor/local/bin/{libmsgpack-4.dll → libmsgpackc.dll} +0 -0
- data/vendor/local/bin/libonig-5.dll +0 -0
- data/vendor/local/bin/lz4.exe +0 -0
- data/vendor/local/bin/lz4c.exe +0 -0
- data/vendor/local/bin/lz4cat +0 -0
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/include/groonga/groonga.h +2 -0
- data/vendor/local/include/groonga/groonga/column.h +29 -0
- data/vendor/local/include/groonga/groonga/dump.h +1 -1
- data/vendor/local/include/groonga/groonga/error.h +29 -0
- data/vendor/local/include/groonga/groonga/groonga.h +6 -1
- data/vendor/local/include/msgpack/adaptor/adaptor_base.hpp +4 -70
- data/vendor/local/include/msgpack/adaptor/adaptor_base_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/array_ref.hpp +4 -161
- data/vendor/local/include/msgpack/adaptor/array_ref_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/bool.hpp +2 -53
- data/vendor/local/include/msgpack/adaptor/boost/fusion.hpp +1 -146
- data/vendor/local/include/msgpack/adaptor/boost/msgpack_variant.hpp +4 -416
- data/vendor/local/include/msgpack/adaptor/boost/msgpack_variant_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/boost/optional.hpp +2 -83
- data/vendor/local/include/msgpack/adaptor/boost/string_ref.hpp +2 -74
- data/vendor/local/include/msgpack/adaptor/carray.hpp +15 -0
- data/vendor/local/include/msgpack/adaptor/char_ptr.hpp +2 -144
- data/vendor/local/include/msgpack/adaptor/check_container_size.hpp +3 -53
- data/vendor/local/include/msgpack/adaptor/check_container_size_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/cpp11/array.hpp +5 -127
- data/vendor/local/include/msgpack/adaptor/cpp11/array_char.hpp +5 -78
- data/vendor/local/include/msgpack/adaptor/cpp11/array_unsigned_char.hpp +5 -78
- data/vendor/local/include/msgpack/adaptor/cpp11/forward_list.hpp +5 -83
- data/vendor/local/include/msgpack/adaptor/cpp11/reference_wrapper.hpp +5 -57
- data/vendor/local/include/msgpack/adaptor/cpp11/shared_ptr.hpp +5 -71
- data/vendor/local/include/msgpack/adaptor/cpp11/tuple.hpp +5 -165
- data/vendor/local/include/msgpack/adaptor/cpp11/unique_ptr.hpp +5 -71
- data/vendor/local/include/msgpack/adaptor/cpp11/unordered_map.hpp +5 -171
- data/vendor/local/include/msgpack/adaptor/cpp11/unordered_set.hpp +5 -161
- data/vendor/local/include/msgpack/adaptor/define.hpp +3 -17
- data/vendor/local/include/msgpack/adaptor/define_decl.hpp +142 -0
- data/vendor/local/include/msgpack/adaptor/deque.hpp +3 -96
- data/vendor/local/include/msgpack/adaptor/ext.hpp +3 -223
- data/vendor/local/include/msgpack/adaptor/ext_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/fixint.hpp +4 -285
- data/vendor/local/include/msgpack/adaptor/fixint_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/float.hpp +2 -110
- data/vendor/local/include/msgpack/adaptor/int.hpp +4 -415
- data/vendor/local/include/msgpack/adaptor/int_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/list.hpp +2 -93
- data/vendor/local/include/msgpack/adaptor/map.hpp +3 -291
- data/vendor/local/include/msgpack/adaptor/map_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/msgpack_tuple.hpp +2 -6
- data/vendor/local/include/msgpack/adaptor/msgpack_tuple_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/nil.hpp +3 -70
- data/vendor/local/include/msgpack/adaptor/nil_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/pair.hpp +2 -70
- data/vendor/local/include/msgpack/adaptor/raw.hpp +3 -92
- data/vendor/local/include/msgpack/adaptor/raw_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/set.hpp +2 -175
- data/vendor/local/include/msgpack/adaptor/size_equal_only.hpp +17 -0
- data/vendor/local/include/msgpack/adaptor/size_equal_only_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/string.hpp +2 -73
- data/vendor/local/include/msgpack/adaptor/tr1/unordered_map.hpp +2 -2
- data/vendor/local/include/msgpack/adaptor/tr1/unordered_set.hpp +2 -2
- data/vendor/local/include/msgpack/adaptor/v4raw.hpp +3 -92
- data/vendor/local/include/msgpack/adaptor/v4raw_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/vector.hpp +2 -108
- data/vendor/local/include/msgpack/adaptor/vector_bool.hpp +2 -75
- data/vendor/local/include/msgpack/adaptor/vector_char.hpp +2 -76
- data/vendor/local/include/msgpack/adaptor/vector_unsigned_char.hpp +2 -76
- data/vendor/local/include/msgpack/cpp_config.hpp +4 -111
- data/vendor/local/include/msgpack/cpp_config_decl.hpp +16 -0
- data/vendor/local/include/msgpack/fbuffer.h +1 -1
- data/vendor/local/include/msgpack/fbuffer.hpp +5 -48
- data/vendor/local/include/msgpack/fbuffer_decl.hpp +16 -0
- data/vendor/local/include/msgpack/gcc_atomic.hpp +33 -0
- data/vendor/local/include/msgpack/iterator.hpp +3 -23
- data/vendor/local/include/msgpack/iterator_decl.hpp +17 -0
- data/vendor/local/include/msgpack/meta.hpp +3 -36
- data/vendor/local/include/msgpack/meta_decl.hpp +17 -0
- data/vendor/local/include/msgpack/object.hpp +5 -799
- data/vendor/local/include/msgpack/object_decl.hpp +17 -0
- data/vendor/local/include/msgpack/object_fwd.hpp +4 -180
- data/vendor/local/include/msgpack/object_fwd_decl.hpp +17 -0
- data/vendor/local/include/msgpack/pack.hpp +4 -1077
- data/vendor/local/include/msgpack/pack_decl.hpp +16 -0
- data/vendor/local/include/msgpack/predef.h +6 -1
- data/vendor/local/include/msgpack/predef/architecture.h +3 -1
- data/vendor/local/include/msgpack/predef/architecture/alpha.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/arm.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/blackfin.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/convex.h +3 -5
- data/vendor/local/include/msgpack/predef/architecture/ia64.h +3 -3
- data/vendor/local/include/msgpack/predef/architecture/m68k.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/mips.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/parisc.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/ppc.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/pyramid.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/rs6k.h +4 -4
- data/vendor/local/include/msgpack/predef/architecture/sparc.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/superh.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/sys370.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/sys390.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/x86.h +6 -6
- data/vendor/local/include/msgpack/predef/architecture/x86/32.h +4 -4
- data/vendor/local/include/msgpack/predef/architecture/x86/64.h +4 -4
- data/vendor/local/include/msgpack/predef/architecture/z.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler.h +3 -1
- data/vendor/local/include/msgpack/predef/compiler/borland.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/clang.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/comeau.h +4 -5
- data/vendor/local/include/msgpack/predef/compiler/compaq.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/diab.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/digitalmars.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/dignus.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/edg.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/ekopath.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/gcc.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/gcc_xml.h +3 -3
- data/vendor/local/include/msgpack/predef/compiler/greenhills.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/hp_acc.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/iar.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/ibm.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/intel.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/kai.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/llvm.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/metaware.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/metrowerks.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/microtec.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/mpw.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/palm.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/pgi.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/sgi_mipspro.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/sunpro.h +17 -8
- data/vendor/local/include/msgpack/predef/compiler/tendra.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/visualc.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/watcom.h +3 -4
- data/vendor/local/include/msgpack/predef/detail/_cassert.h +1 -1
- data/vendor/local/include/msgpack/predef/detail/_exception.h +1 -1
- data/vendor/local/include/msgpack/predef/detail/test_def.h +71 -0
- data/vendor/local/include/msgpack/predef/hardware.h +16 -0
- data/vendor/local/include/msgpack/predef/hardware/simd.h +119 -0
- data/vendor/local/include/msgpack/predef/hardware/simd/arm.h +57 -0
- data/vendor/local/include/msgpack/predef/hardware/simd/arm/versions.h +32 -0
- data/vendor/local/include/msgpack/predef/hardware/simd/ppc.h +69 -0
- data/vendor/local/include/msgpack/predef/hardware/simd/ppc/versions.h +51 -0
- data/vendor/local/include/msgpack/predef/hardware/simd/x86.h +123 -0
- data/vendor/local/include/msgpack/predef/hardware/simd/x86/versions.h +129 -0
- data/vendor/local/include/msgpack/predef/hardware/simd/x86_amd.h +87 -0
- data/vendor/local/include/msgpack/predef/hardware/simd/x86_amd/versions.h +51 -0
- data/vendor/local/include/msgpack/predef/language.h +3 -1
- data/vendor/local/include/msgpack/predef/language/objc.h +3 -4
- data/vendor/local/include/msgpack/predef/language/stdc.h +3 -4
- data/vendor/local/include/msgpack/predef/language/stdcpp.h +8 -11
- data/vendor/local/include/msgpack/predef/library.h +3 -1
- data/vendor/local/include/msgpack/predef/library/c.h +3 -1
- data/vendor/local/include/msgpack/predef/library/c/gnu.h +3 -4
- data/vendor/local/include/msgpack/predef/library/c/uc.h +3 -4
- data/vendor/local/include/msgpack/predef/library/c/vms.h +3 -4
- data/vendor/local/include/msgpack/predef/library/c/zos.h +3 -4
- data/vendor/local/include/msgpack/predef/library/std.h +3 -1
- data/vendor/local/include/msgpack/predef/library/std/cxx.h +3 -4
- data/vendor/local/include/msgpack/predef/library/std/dinkumware.h +3 -4
- data/vendor/local/include/msgpack/predef/library/std/libcomo.h +3 -4
- data/vendor/local/include/msgpack/predef/library/std/modena.h +3 -4
- data/vendor/local/include/msgpack/predef/library/std/msl.h +3 -4
- data/vendor/local/include/msgpack/predef/library/std/roguewave.h +3 -4
- data/vendor/local/include/msgpack/predef/library/std/sgi.h +3 -4
- data/vendor/local/include/msgpack/predef/library/std/stdcpp3.h +3 -4
- data/vendor/local/include/msgpack/predef/library/std/stlport.h +3 -4
- data/vendor/local/include/msgpack/predef/library/std/vacpp.h +3 -4
- data/vendor/local/include/msgpack/predef/make.h +2 -2
- data/vendor/local/include/msgpack/predef/os.h +3 -1
- data/vendor/local/include/msgpack/predef/os/aix.h +3 -4
- data/vendor/local/include/msgpack/predef/os/amigaos.h +3 -4
- data/vendor/local/include/msgpack/predef/os/android.h +3 -4
- data/vendor/local/include/msgpack/predef/os/beos.h +3 -4
- data/vendor/local/include/msgpack/predef/os/bsd.h +11 -3
- data/vendor/local/include/msgpack/predef/os/bsd/bsdi.h +3 -3
- data/vendor/local/include/msgpack/predef/os/bsd/dragonfly.h +3 -3
- data/vendor/local/include/msgpack/predef/os/bsd/free.h +3 -3
- data/vendor/local/include/msgpack/predef/os/bsd/net.h +3 -3
- data/vendor/local/include/msgpack/predef/os/bsd/open.h +3 -3
- data/vendor/local/include/msgpack/predef/os/cygwin.h +4 -5
- data/vendor/local/include/msgpack/predef/os/haiku.h +3 -4
- data/vendor/local/include/msgpack/predef/os/hpux.h +3 -4
- data/vendor/local/include/msgpack/predef/os/ios.h +3 -3
- data/vendor/local/include/msgpack/predef/os/irix.h +3 -4
- data/vendor/local/include/msgpack/predef/os/linux.h +3 -4
- data/vendor/local/include/msgpack/predef/os/macos.h +3 -4
- data/vendor/local/include/msgpack/predef/os/os400.h +3 -4
- data/vendor/local/include/msgpack/predef/os/qnxnto.h +3 -4
- data/vendor/local/include/msgpack/predef/os/solaris.h +3 -4
- data/vendor/local/include/msgpack/predef/os/unix.h +3 -3
- data/vendor/local/include/msgpack/predef/os/vms.h +3 -4
- data/vendor/local/include/msgpack/predef/os/windows.h +3 -3
- data/vendor/local/include/msgpack/predef/other.h +3 -1
- data/vendor/local/include/msgpack/predef/other/endian.h +4 -5
- data/vendor/local/include/msgpack/predef/platform.h +3 -1
- data/vendor/local/include/msgpack/predef/platform/mingw.h +3 -4
- data/vendor/local/include/msgpack/predef/platform/windows_desktop.h +4 -3
- data/vendor/local/include/msgpack/predef/platform/windows_phone.h +4 -3
- data/vendor/local/include/msgpack/predef/platform/windows_runtime.h +4 -3
- data/vendor/local/include/msgpack/predef/platform/windows_store.h +4 -3
- data/vendor/local/include/msgpack/predef/version.h +2 -2
- data/vendor/local/include/msgpack/predef/version_number.h +1 -2
- data/vendor/local/include/msgpack/preprocessor/arithmetic/dec.hpp +1 -0
- data/vendor/local/include/msgpack/preprocessor/config/config.hpp +5 -2
- data/vendor/local/include/msgpack/preprocessor/facilities/identity.hpp +4 -0
- data/vendor/local/include/msgpack/preprocessor/library.hpp +1 -0
- data/vendor/local/include/msgpack/preprocessor/repetition/for.hpp +19 -1
- data/vendor/local/include/msgpack/preprocessor/seq/detail/is_empty.hpp +49 -0
- data/vendor/local/include/msgpack/preprocessor/seq/for_each.hpp +57 -10
- data/vendor/local/include/msgpack/preprocessor/seq/for_each_i.hpp +58 -10
- data/vendor/local/include/msgpack/preprocessor/seq/replace.hpp +18 -2
- data/vendor/local/include/msgpack/preprocessor/seq/rest_n.hpp +18 -2
- data/vendor/local/include/msgpack/preprocessor/seq/size.hpp +1 -0
- data/vendor/local/include/msgpack/preprocessor/tuple/eat.hpp +10 -1
- data/vendor/local/include/msgpack/sbuffer.hpp +4 -139
- data/vendor/local/include/msgpack/sbuffer_decl.hpp +17 -0
- data/vendor/local/include/msgpack/sysdep.h +9 -5
- data/vendor/local/include/msgpack/type.hpp +2 -0
- data/vendor/local/include/msgpack/unpack.hpp +5 -1698
- data/vendor/local/include/msgpack/unpack_decl.hpp +16 -0
- data/vendor/local/include/msgpack/v1/adaptor/adaptor_base.hpp +116 -0
- data/vendor/local/include/msgpack/v1/adaptor/adaptor_base_decl.hpp +86 -0
- data/vendor/local/include/msgpack/v1/adaptor/array_ref.hpp +305 -0
- data/vendor/local/include/msgpack/v1/adaptor/array_ref_decl.hpp +55 -0
- data/vendor/local/include/msgpack/v1/adaptor/bool.hpp +66 -0
- data/vendor/local/include/msgpack/v1/adaptor/boost/fusion.hpp +160 -0
- data/vendor/local/include/msgpack/v1/adaptor/boost/msgpack_variant.hpp +441 -0
- data/vendor/local/include/msgpack/v1/adaptor/boost/msgpack_variant_decl.hpp +62 -0
- data/vendor/local/include/msgpack/v1/adaptor/boost/optional.hpp +96 -0
- data/vendor/local/include/msgpack/v1/adaptor/boost/string_ref.hpp +87 -0
- data/vendor/local/include/msgpack/v1/adaptor/carray.hpp +253 -0
- data/vendor/local/include/msgpack/v1/adaptor/char_ptr.hpp +92 -0
- data/vendor/local/include/msgpack/v1/adaptor/check_container_size.hpp +67 -0
- data/vendor/local/include/msgpack/v1/adaptor/check_container_size_decl.hpp +44 -0
- data/vendor/local/include/msgpack/v1/adaptor/cpp11/array.hpp +138 -0
- data/vendor/local/include/msgpack/v1/adaptor/cpp11/array_char.hpp +90 -0
- data/vendor/local/include/msgpack/v1/adaptor/cpp11/array_unsigned_char.hpp +90 -0
- data/vendor/local/include/msgpack/v1/adaptor/cpp11/forward_list.hpp +94 -0
- data/vendor/local/include/msgpack/v1/adaptor/cpp11/reference_wrapper.hpp +68 -0
- data/vendor/local/include/msgpack/v1/adaptor/cpp11/shared_ptr.hpp +82 -0
- data/vendor/local/include/msgpack/v1/adaptor/cpp11/tuple.hpp +175 -0
- data/vendor/local/include/msgpack/v1/adaptor/cpp11/unique_ptr.hpp +82 -0
- data/vendor/local/include/msgpack/v1/adaptor/cpp11/unordered_map.hpp +182 -0
- data/vendor/local/include/msgpack/v1/adaptor/cpp11/unordered_set.hpp +172 -0
- data/vendor/local/include/msgpack/v1/adaptor/define.hpp +21 -0
- data/vendor/local/include/msgpack/v1/adaptor/define_decl.hpp +23 -0
- data/vendor/local/include/msgpack/v1/adaptor/deque.hpp +108 -0
- data/vendor/local/include/msgpack/{adaptor → v1/adaptor}/detail/cpp03_define_array.hpp +6 -71
- data/vendor/local/include/msgpack/v1/adaptor/detail/cpp03_define_array_decl.hpp +135 -0
- data/vendor/local/include/msgpack/{adaptor → v1/adaptor}/detail/cpp03_define_map.hpp +7 -61
- data/vendor/local/include/msgpack/v1/adaptor/detail/cpp03_define_map_decl.hpp +135 -0
- data/vendor/local/include/msgpack/{adaptor → v1/adaptor}/detail/cpp03_msgpack_tuple.hpp +1095 -579
- data/vendor/local/include/msgpack/v1/adaptor/detail/cpp03_msgpack_tuple_decl.hpp +317 -0
- data/vendor/local/include/msgpack/{adaptor → v1/adaptor}/detail/cpp11_define_array.hpp +5 -71
- data/vendor/local/include/msgpack/v1/adaptor/detail/cpp11_define_array_decl.hpp +39 -0
- data/vendor/local/include/msgpack/{adaptor → v1/adaptor}/detail/cpp11_define_map.hpp +7 -62
- data/vendor/local/include/msgpack/v1/adaptor/detail/cpp11_define_map_decl.hpp +37 -0
- data/vendor/local/include/msgpack/{adaptor → v1/adaptor}/detail/cpp11_msgpack_tuple.hpp +30 -85
- data/vendor/local/include/msgpack/v1/adaptor/detail/cpp11_msgpack_tuple_decl.hpp +120 -0
- data/vendor/local/include/msgpack/v1/adaptor/ext.hpp +236 -0
- data/vendor/local/include/msgpack/v1/adaptor/ext_decl.hpp +38 -0
- data/vendor/local/include/msgpack/v1/adaptor/fixint.hpp +283 -0
- data/vendor/local/include/msgpack/v1/adaptor/fixint_decl.hpp +46 -0
- data/vendor/local/include/msgpack/v1/adaptor/float.hpp +123 -0
- data/vendor/local/include/msgpack/v1/adaptor/int.hpp +426 -0
- data/vendor/local/include/msgpack/v1/adaptor/int_decl.hpp +49 -0
- data/vendor/local/include/msgpack/v1/adaptor/list.hpp +106 -0
- data/vendor/local/include/msgpack/v1/adaptor/map.hpp +314 -0
- data/vendor/local/include/msgpack/v1/adaptor/map_decl.hpp +36 -0
- data/vendor/local/include/msgpack/v1/adaptor/msgpack_tuple.hpp +21 -0
- data/vendor/local/include/msgpack/v1/adaptor/msgpack_tuple_decl.hpp +21 -0
- data/vendor/local/include/msgpack/v1/adaptor/nil.hpp +76 -0
- data/vendor/local/include/msgpack/v1/adaptor/nil_decl.hpp +44 -0
- data/vendor/local/include/msgpack/v1/adaptor/pair.hpp +83 -0
- data/vendor/local/include/msgpack/v1/adaptor/raw.hpp +106 -0
- data/vendor/local/include/msgpack/v1/adaptor/raw_decl.hpp +36 -0
- data/vendor/local/include/msgpack/v1/adaptor/set.hpp +188 -0
- data/vendor/local/include/msgpack/v1/adaptor/size_equal_only.hpp +118 -0
- data/vendor/local/include/msgpack/v1/adaptor/size_equal_only_decl.hpp +52 -0
- data/vendor/local/include/msgpack/v1/adaptor/string.hpp +87 -0
- data/vendor/local/include/msgpack/v1/adaptor/tr1/unordered_map.hpp +171 -0
- data/vendor/local/include/msgpack/v1/adaptor/tr1/unordered_set.hpp +165 -0
- data/vendor/local/include/msgpack/v1/adaptor/v4raw.hpp +105 -0
- data/vendor/local/include/msgpack/v1/adaptor/v4raw_decl.hpp +34 -0
- data/vendor/local/include/msgpack/v1/adaptor/vector.hpp +121 -0
- data/vendor/local/include/msgpack/v1/adaptor/vector_bool.hpp +90 -0
- data/vendor/local/include/msgpack/v1/adaptor/vector_char.hpp +114 -0
- data/vendor/local/include/msgpack/v1/adaptor/vector_unsigned_char.hpp +114 -0
- data/vendor/local/include/msgpack/v1/cpp_config.hpp +129 -0
- data/vendor/local/include/msgpack/v1/cpp_config_decl.hpp +131 -0
- data/vendor/local/include/msgpack/{detail → v1/detail}/cpp03_zone.hpp +10 -21
- data/vendor/local/include/msgpack/v1/detail/cpp03_zone_decl.hpp +46 -0
- data/vendor/local/include/msgpack/{detail → v1/detail}/cpp11_zone.hpp +10 -18
- data/vendor/local/include/msgpack/v1/detail/cpp11_zone_decl.hpp +47 -0
- data/vendor/local/include/msgpack/v1/fbuffer.hpp +60 -0
- data/vendor/local/include/msgpack/v1/fbuffer_decl.hpp +32 -0
- data/vendor/local/include/msgpack/v1/iterator.hpp +40 -0
- data/vendor/local/include/msgpack/v1/iterator_decl.hpp +40 -0
- data/vendor/local/include/msgpack/v1/meta.hpp +47 -0
- data/vendor/local/include/msgpack/v1/meta_decl.hpp +52 -0
- data/vendor/local/include/msgpack/v1/object.hpp +865 -0
- data/vendor/local/include/msgpack/v1/object_decl.hpp +112 -0
- data/vendor/local/include/msgpack/v1/object_fwd.hpp +252 -0
- data/vendor/local/include/msgpack/v1/object_fwd_decl.hpp +76 -0
- data/vendor/local/include/msgpack/v1/pack.hpp +1602 -0
- data/vendor/local/include/msgpack/v1/pack_decl.hpp +91 -0
- data/vendor/local/include/msgpack/v1/preprocessor.hpp +19 -0
- data/vendor/local/include/msgpack/v1/sbuffer.hpp +149 -0
- data/vendor/local/include/msgpack/v1/sbuffer_decl.hpp +33 -0
- data/vendor/local/include/msgpack/v1/unpack.hpp +1672 -0
- data/vendor/local/include/msgpack/v1/unpack_decl.hpp +461 -0
- data/vendor/local/include/msgpack/v1/version.hpp +36 -0
- data/vendor/local/include/msgpack/v1/versioning.hpp +69 -0
- data/vendor/local/include/msgpack/v1/vrefbuffer.hpp +292 -0
- data/vendor/local/include/msgpack/v1/vrefbuffer_decl.hpp +39 -0
- data/vendor/local/include/msgpack/v1/zbuffer.hpp +159 -0
- data/vendor/local/include/msgpack/v1/zbuffer_decl.hpp +37 -0
- data/vendor/local/include/msgpack/v1/zone.hpp +21 -0
- data/vendor/local/include/msgpack/v1/zone_decl.hpp +21 -0
- data/vendor/local/include/msgpack/v2/adaptor/adaptor_base.hpp +58 -0
- data/vendor/local/include/msgpack/v2/adaptor/adaptor_base_decl.hpp +52 -0
- data/vendor/local/include/msgpack/v2/adaptor/array_ref_decl.hpp +36 -0
- data/vendor/local/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp +42 -0
- data/vendor/local/include/msgpack/v2/adaptor/check_container_size_decl.hpp +39 -0
- data/vendor/local/include/msgpack/v2/adaptor/define_decl.hpp +23 -0
- data/vendor/local/include/msgpack/v2/adaptor/detail/cpp03_define_array_decl.hpp +31 -0
- data/vendor/local/include/msgpack/v2/adaptor/detail/cpp03_define_map_decl.hpp +31 -0
- data/vendor/local/include/msgpack/v2/adaptor/detail/cpp03_msgpack_tuple_decl.hpp +43 -0
- data/vendor/local/include/msgpack/v2/adaptor/detail/cpp11_define_array_decl.hpp +32 -0
- data/vendor/local/include/msgpack/v2/adaptor/detail/cpp11_define_map_decl.hpp +31 -0
- data/vendor/local/include/msgpack/v2/adaptor/detail/cpp11_msgpack_tuple_decl.hpp +59 -0
- data/vendor/local/include/msgpack/v2/adaptor/ext_decl.hpp +34 -0
- data/vendor/local/include/msgpack/v2/adaptor/fixint_decl.hpp +43 -0
- data/vendor/local/include/msgpack/v2/adaptor/int_decl.hpp +54 -0
- data/vendor/local/include/msgpack/v2/adaptor/map_decl.hpp +33 -0
- data/vendor/local/include/msgpack/v2/adaptor/msgpack_tuple_decl.hpp +21 -0
- data/vendor/local/include/msgpack/v2/adaptor/nil_decl.hpp +42 -0
- data/vendor/local/include/msgpack/v2/adaptor/raw_decl.hpp +33 -0
- data/vendor/local/include/msgpack/v2/adaptor/size_equal_only_decl.hpp +35 -0
- data/vendor/local/include/msgpack/v2/adaptor/v4raw_decl.hpp +34 -0
- data/vendor/local/include/msgpack/v2/cpp_config_decl.hpp +84 -0
- data/vendor/local/include/msgpack/v2/detail/cpp03_zone_decl.hpp +31 -0
- data/vendor/local/include/msgpack/v2/detail/cpp11_zone_decl.hpp +31 -0
- data/vendor/local/include/msgpack/v2/fbuffer_decl.hpp +32 -0
- data/vendor/local/include/msgpack/v2/iterator_decl.hpp +33 -0
- data/vendor/local/include/msgpack/v2/meta_decl.hpp +46 -0
- data/vendor/local/include/msgpack/v2/object.hpp +33 -0
- data/vendor/local/include/msgpack/v2/object_decl.hpp +49 -0
- data/vendor/local/include/msgpack/v2/object_fwd.hpp +109 -0
- data/vendor/local/include/msgpack/v2/object_fwd_decl.hpp +73 -0
- data/vendor/local/include/msgpack/v2/pack_decl.hpp +55 -0
- data/vendor/local/include/msgpack/v2/sbuffer_decl.hpp +33 -0
- data/vendor/local/include/msgpack/v2/unpack.hpp +1625 -0
- data/vendor/local/include/msgpack/v2/unpack_decl.hpp +348 -0
- data/vendor/local/include/msgpack/v2/vrefbuffer_decl.hpp +29 -0
- data/vendor/local/include/msgpack/v2/zbuffer_decl.hpp +29 -0
- data/vendor/local/include/msgpack/v2/zone_decl.hpp +21 -0
- data/vendor/local/include/msgpack/version_master.h +2 -2
- data/vendor/local/include/msgpack/versioning.hpp +3 -3
- data/vendor/local/include/msgpack/vrefbuffer.hpp +4 -279
- data/vendor/local/include/msgpack/vrefbuffer_decl.hpp +16 -0
- data/vendor/local/include/msgpack/zbuffer.hpp +3 -153
- data/vendor/local/include/msgpack/zbuffer_decl.hpp +16 -0
- data/vendor/local/include/msgpack/zone.hpp +3 -7
- data/vendor/local/include/msgpack/zone_decl.hpp +16 -0
- data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.la +3 -3
- data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.la +3 -3
- data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.la +3 -3
- data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.la +3 -3
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
- data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +3 -3
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
- data/vendor/local/lib/groonga/scripts/ruby/expression.rb +1 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression_rewriters.rb +10 -0
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +3 -3
- data/vendor/local/lib/liblz4.a +0 -0
- data/vendor/local/lib/liblz4.dll +0 -0
- data/vendor/local/lib/liblz4.dll.1 +0 -0
- data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libonig.a +0 -0
- data/vendor/local/lib/libonig.dll.a +0 -0
- data/vendor/local/lib/libonig.la +2 -2
- data/vendor/local/lib/libz.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/lib/pkgconfig/msgpack.pc +2 -2
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/sbin/groonga-httpd.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +0 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +82 -1244
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt +3 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.3.x.txt +3 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/news/2.x.txt +3 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/news/3.x.txt +3 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/news/4.x.txt +3 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/news/5.x.txt +1250 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_list.txt +393 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_substring.txt +27 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_slice.txt +27 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/basic.css +0 -4
- data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +25 -1
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/client.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/community.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +7 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/development.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/genindex.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/index.html +44 -41
- data/vendor/local/share/doc/groonga/en/html/install.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/install/others.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +10 -11
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +16 -16
- data/vendor/local/share/doc/groonga/en/html/limitations.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/news.html +257 -1703
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +54 -48
- data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +18 -12
- data/vendor/local/share/doc/groonga/en/html/news/2.x.html +65 -59
- data/vendor/local/share/doc/groonga/en/html/news/3.x.html +64 -58
- data/vendor/local/share/doc/groonga/en/html/news/4.x.html +61 -55
- data/vendor/local/share/doc/groonga/en/html/news/5.x.html +1426 -0
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.html +44 -41
- data/vendor/local/share/doc/groonga/en/html/reference/alias.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/column.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +33 -32
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +991 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +33 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +33 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +69 -69
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +113 -113
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +33 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +53 -53
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +43 -43
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +33 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +43 -43
- data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +33 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +45 -45
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +18 -16
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/record_number.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +162 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +162 -0
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/reference/operations.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +11 -11
- data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/server/http.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/server/memcached.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/server/package.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/spec.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +0 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +82 -1244
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt +3 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.3.x.txt +3 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/2.x.txt +3 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/3.x.txt +3 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/4.x.txt +3 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/5.x.txt +1250 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_list.txt +393 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_substring.txt +27 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_slice.txt +27 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +0 -4
- data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +25 -1
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/client.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/community.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +7 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/development.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/index.html +44 -41
- data/vendor/local/share/doc/groonga/ja/html/install.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +10 -11
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +16 -16
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/news.html +248 -1638
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +54 -48
- data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +18 -12
- data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +65 -59
- data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +64 -58
- data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +61 -55
- data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +1368 -0
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +44 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/column.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +33 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +1014 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +33 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +33 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +69 -69
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +113 -113
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +33 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +53 -53
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +43 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +33 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +43 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +33 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +45 -45
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +18 -16
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/record_number.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +163 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +163 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/spec.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +7 -7
- data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +7 -1
- data/vendor/local/share/groonga/examples/dictionary/html/index.html +1 -1
- data/vendor/local/share/license/msgpack/README.md +6 -7
- metadata +200 -16
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.la +0 -41
- data/vendor/local/lib/libmsgpackc.la +0 -41
@@ -0,0 +1,1250 @@
|
|
1
|
+
.. -*- rst -*-
|
2
|
+
|
3
|
+
.. highlightlang:: none
|
4
|
+
|
5
|
+
News - 5.x
|
6
|
+
==========
|
7
|
+
|
8
|
+
.. _release-5-1-2:
|
9
|
+
|
10
|
+
Release 5.1.2 - 2016-01-29
|
11
|
+
--------------------------
|
12
|
+
|
13
|
+
Improvements
|
14
|
+
^^^^^^^^^^^^
|
15
|
+
|
16
|
+
* Improved performance for sequential search against constant value
|
17
|
+
such as ``true`` and ``29``.
|
18
|
+
|
19
|
+
* Improved performance for sequential search against binary operation
|
20
|
+
with constant value such as ``x == 29`` and ``x < 29``.
|
21
|
+
|
22
|
+
* [:doc:`/reference/commands/select`] Changed score type to ``Float``
|
23
|
+
from ``Int32`` when :doc:`/reference/command/command_version` is 2.
|
24
|
+
The current default command version is 1. Command version 2 is
|
25
|
+
experimental. So this change isn't affected to normal users.
|
26
|
+
[GitHub#450][Patch by Naoya Murakami]
|
27
|
+
|
28
|
+
* [grn_ts] Supported match operator.
|
29
|
+
|
30
|
+
* [:doc:`/reference/executables/grndb`] Added ``--target`` option to
|
31
|
+
``check`` command. It reduces check target.
|
32
|
+
|
33
|
+
* [Windows] Updated bundled msgpack to 1.3.0 from 1.0.1.
|
34
|
+
|
35
|
+
* [Windows] Updated bundled MeCab to 0.996 from 0.98.
|
36
|
+
|
37
|
+
* [``grn_hash_size()``] Added a new API that returns the number of
|
38
|
+
records in the hash table.
|
39
|
+
|
40
|
+
* [``GRN_HASH_TINY``] Added a new flag to create tiny hash table.
|
41
|
+
|
42
|
+
* [``grn_dump_table_create_flags()``] Added a new API that converts
|
43
|
+
``flags`` value of a table to ``flags`` parameter format of
|
44
|
+
:doc:`/reference/commands/table_create`.
|
45
|
+
|
46
|
+
* [``grn_dump_column_create_flags()``] Added a new API that converts
|
47
|
+
``flags`` value of a column to ``flags`` parameter format of
|
48
|
+
:doc:`/reference/commands/column_create`.
|
49
|
+
|
50
|
+
* [``grn_plugin_get_names()``] Added a new API that returns all plugin
|
51
|
+
names in a database.
|
52
|
+
|
53
|
+
* [``grn_column_get_all_index_data()``] Added a new API that returns
|
54
|
+
all index data for a table or data column.
|
55
|
+
|
56
|
+
* [:doc:`/reference/commands/schema`] Added indexes information to
|
57
|
+
indexed tables and data columns.
|
58
|
+
|
59
|
+
* [``grn_config_get()``] Renamed from ``grn_conf_get()``.
|
60
|
+
|
61
|
+
* [``grn_config_set()``] Renamed from ``grn_conf_set()``.
|
62
|
+
|
63
|
+
* [``grn_config_delete()``] Added a new API that deletes a
|
64
|
+
configuration item.
|
65
|
+
|
66
|
+
* [:doc:`/reference/commands/config_set`] Added a new command that
|
67
|
+
sets a configuration item.
|
68
|
+
|
69
|
+
* [:doc:`/reference/commands/config_get`] Added a new command that
|
70
|
+
gets a configuration item value.
|
71
|
+
|
72
|
+
* [:doc:`/reference/commands/config_delete`] Added a new command that
|
73
|
+
deletes a configuration item.
|
74
|
+
|
75
|
+
* [``grn_config_cursor_open()``] Added a new API that opens a new
|
76
|
+
cursor that iterates all configuration items.
|
77
|
+
|
78
|
+
* [``grn_config_cursor_next()``] Added a new API that moves to the
|
79
|
+
next configuration item in the cursor.
|
80
|
+
|
81
|
+
* [``grn_config_cursor_get_key()``] Added a new API that gets the
|
82
|
+
key of the current configuration item.
|
83
|
+
|
84
|
+
* [``grn_config_cursor_get_value()``] Added a new API that gets the
|
85
|
+
value of the current configuration item.
|
86
|
+
|
87
|
+
* [:doc:`/reference/alias`] Supported aliasing table and column names.
|
88
|
+
|
89
|
+
* [hash table] Added total key size overflow check.
|
90
|
+
|
91
|
+
* [:doc:`/reference/commands/dump`] Supported dumping configurations
|
92
|
+
set by :doc:`/reference/commands/config_set`.
|
93
|
+
|
94
|
+
* [patricia trie] Improved inspection.
|
95
|
+
[GitHub#452][GitHub#457][Patch by Naoya Murakami]
|
96
|
+
|
97
|
+
* [``grn_get_global_error_message()``] Added a new API that gets the
|
98
|
+
current error message in the process.
|
99
|
+
|
100
|
+
* [:doc:`/reference/commands/lock_acquire`] Added a new command that
|
101
|
+
acquires a lock of a database, table or column.
|
102
|
+
|
103
|
+
* [:doc:`/reference/commands/lock_release`] Added a new command that
|
104
|
+
releases a lock of a database, table or column.
|
105
|
+
|
106
|
+
* [:doc:`/reference/executables/groonga-httpd`] Updated bundled nginx
|
107
|
+
version to 1.9.10 from 1.9.7.
|
108
|
+
|
109
|
+
Fixes
|
110
|
+
^^^^^
|
111
|
+
|
112
|
+
* Fixed mruby related crash bugs.
|
113
|
+
|
114
|
+
* [Windows] Fixed label in installer.
|
115
|
+
[groonga-dev,03825][Reported by Atsushi Shinoda]
|
116
|
+
|
117
|
+
* [doc] Fixed typos.
|
118
|
+
[GitHub#456][GitHub#458][Patch by tSU_RooT]
|
119
|
+
|
120
|
+
* [:doc:`/server/memcached`] Added more description.
|
121
|
+
[GitHub#454][Patch by Hiroyuki Sato]
|
122
|
+
|
123
|
+
* Fixed a bug that :doc:`/reference/command/command_version` specified
|
124
|
+
by ``command_version`` parameter in a request isn't reset.
|
125
|
+
|
126
|
+
Thanks
|
127
|
+
^^^^^^
|
128
|
+
|
129
|
+
* Naoya Murakami
|
130
|
+
|
131
|
+
* Atsushi Shinoda
|
132
|
+
|
133
|
+
* tSU_RooT
|
134
|
+
|
135
|
+
* Hiroyuki Sato
|
136
|
+
|
137
|
+
.. _release-5-1-1:
|
138
|
+
|
139
|
+
Release 5.1.1 - 2015-12-29
|
140
|
+
--------------------------
|
141
|
+
|
142
|
+
Improvements
|
143
|
+
^^^^^^^^^^^^
|
144
|
+
|
145
|
+
* [:doc:`/reference/grn_expr/script_syntax`] Supported ``INDEX_COLUMN
|
146
|
+
== VALUE`` as index search with an equal supported index.
|
147
|
+
|
148
|
+
* Reduced the continuous same messages from inverted index module.
|
149
|
+
|
150
|
+
* Supported detecting truncated tables by another process.
|
151
|
+
[GitHub#447] [groonga-dev,03761] [Reported by Yutaro SHIMAMURA]
|
152
|
+
|
153
|
+
* [:c:func:`grn_db_recover()`] Supported detecting a broken object.
|
154
|
+
|
155
|
+
* Improved performance for sequential scan search by
|
156
|
+
:doc:`/reference/regular_expression` match with constant pattern
|
157
|
+
such as ``COLUMN @~ "CONSTANT_PATTERN"``.
|
158
|
+
|
159
|
+
Fixes
|
160
|
+
^^^^^
|
161
|
+
|
162
|
+
* Fixed build error on MessagePack support build.
|
163
|
+
[groonga-dev,03708] [Reported by Ryo Sugimoto]
|
164
|
+
|
165
|
+
* [mruby] Fixed a crash bug on error.
|
166
|
+
mruby exception feature is disabled as workaround for now.
|
167
|
+
|
168
|
+
* [:doc:`/reference/commands/thread_limit`] Fixed a bug that
|
169
|
+
``thread_limit?max=1`` may not reduce the number of current running
|
170
|
+
threads to ``1``.
|
171
|
+
|
172
|
+
* [:doc:`/reference/commands/thread_limit`] Fixed a bug that
|
173
|
+
``thread_limit?max=1`` may not return.
|
174
|
+
|
175
|
+
* [:doc:`/reference/tuning`] Fixed wrong ``sysctl`` argument.
|
176
|
+
[GitHub#448] [Reported by Hiroyuki Sato]
|
177
|
+
|
178
|
+
Thanks
|
179
|
+
^^^^^^
|
180
|
+
|
181
|
+
* Ryo Sugimoto
|
182
|
+
* Yutaro SHIMAMURA
|
183
|
+
* Hiroyuki Sato
|
184
|
+
|
185
|
+
.. _release-5-1-0:
|
186
|
+
|
187
|
+
Release 5.1.0 - 2015-11-29
|
188
|
+
--------------------------
|
189
|
+
|
190
|
+
Improvements
|
191
|
+
^^^^^^^^^^^^
|
192
|
+
|
193
|
+
* [patiricia trie] Added an error check for the max total key
|
194
|
+
size. See :doc:`/limitations` about the max total key size.
|
195
|
+
|
196
|
+
* [:doc:`/reference/executables/grndb`] Added a check for broken
|
197
|
+
object. The check can detect a case that the object can't be opened.
|
198
|
+
|
199
|
+
* [``grn_obj_reindex()``] Added a new API that recreates existing
|
200
|
+
indexes.
|
201
|
+
|
202
|
+
* [:doc:`/reference/commands/reindex`] Added a new command that
|
203
|
+
recreates existing indexes.
|
204
|
+
|
205
|
+
* [inverted index] Improved estimation precision for query.
|
206
|
+
|
207
|
+
* [:doc:`/reference/commands/logical_range_filter`] Added fallback
|
208
|
+
mode for sequential search. If sequential search checked many
|
209
|
+
records but didn't find required the number of records, index search
|
210
|
+
is used as fallback.
|
211
|
+
|
212
|
+
* [``grn_get_package_label()``] Added a new API that returns package
|
213
|
+
label. It returns ``Groonga``.
|
214
|
+
|
215
|
+
* [:doc:`/reference/executables/groonga-server-http`] Added ``Server:
|
216
|
+
Groonga/VERSION`` response header.
|
217
|
+
|
218
|
+
* [:doc:`/reference/executables/groonga-httpd`] Improved performance
|
219
|
+
by reusing ``grn_ctx`` object.
|
220
|
+
|
221
|
+
* [``grn_file_reader``] Added a new API that provides ``fgets()``
|
222
|
+
feature. It fixes a crash bug of
|
223
|
+
:doc:`/reference/executables/groonga`. If
|
224
|
+
:doc:`/reference/executables/groonga` is built with static C runtime
|
225
|
+
by Visual Studio, the crash bug is occurred.
|
226
|
+
|
227
|
+
* [:doc:`/reference/functions/prefix_rk_search`] Added a new selector
|
228
|
+
that provides prefix RK search feature.
|
229
|
+
|
230
|
+
* [``grn_obj_is_accessor()``] Added a new predicate that checks
|
231
|
+
whether the object is an accessor.
|
232
|
+
|
233
|
+
* [``grn_obj_is_key_accessor()``] Added a new predicate that checks
|
234
|
+
whether the object is an accessor for ``_key``
|
235
|
+
:doc:`/reference/columns/pseudo`.
|
236
|
+
|
237
|
+
* Supported :doc:`/reference/command/pretty_print` for JSON output.
|
238
|
+
|
239
|
+
Fixes
|
240
|
+
^^^^^
|
241
|
+
|
242
|
+
* [inverted index] Fixed a possible infinite loop bug when log level
|
243
|
+
is ``debug``.
|
244
|
+
|
245
|
+
* Fixed a bug that ``@`` operator (match operator) may not match
|
246
|
+
record that should be matched in sequential search mode.
|
247
|
+
|
248
|
+
* [patricia trie] Fixed a bug that invalid value may be returned for
|
249
|
+
empty string key. [groonga-dev,03632] [Reported by Naoya Murakami]
|
250
|
+
|
251
|
+
Thanks
|
252
|
+
^^^^^^
|
253
|
+
|
254
|
+
* Naoya Murakami
|
255
|
+
|
256
|
+
.. _release-5-0-9:
|
257
|
+
|
258
|
+
Release 5.0.9 - 2015-10-29
|
259
|
+
--------------------------
|
260
|
+
|
261
|
+
Improvements
|
262
|
+
^^^^^^^^^^^^
|
263
|
+
|
264
|
+
* [inverted index] Reduced log levels of logs for developers.
|
265
|
+
|
266
|
+
* Flushed pending changed on creating new database. It guards database
|
267
|
+
from crash.
|
268
|
+
|
269
|
+
* [``grn_geo_table_sort()``] Added a new API that sorts table by
|
270
|
+
geometry index.
|
271
|
+
|
272
|
+
* [experimental] Added expression rewrite mechanism. You can write
|
273
|
+
custom expression rewriter by mruby. Expression rewriter can be used
|
274
|
+
for optimizing an expression, changing conditions in an expression
|
275
|
+
and so on.
|
276
|
+
|
277
|
+
* [experimental] Added database global configuration mechanism. You
|
278
|
+
can put configurations (key and value pairs) into database. For
|
279
|
+
example, it will be used in :ref:`token-filter-stop-word` to custom
|
280
|
+
column name from ``is_stop_word``.
|
281
|
+
|
282
|
+
* [``grn_conf_set()``] Added a new API that sets a configuration.
|
283
|
+
|
284
|
+
* [``grn_conf_get()``] Added a new API that gets a configuration.
|
285
|
+
|
286
|
+
* [deb] Changed to ``all`` from ``any`` for
|
287
|
+
``Architecture`` value.
|
288
|
+
[debian-bugs:799167][Reported by Matthias Klose]
|
289
|
+
|
290
|
+
* [Windows][CMake] Supported building bundled MeCab.
|
291
|
+
[groonga-dev,03562][Reported by Sato]
|
292
|
+
|
293
|
+
* [:doc:`/reference/commands/schema`] Added a new command that returns
|
294
|
+
schema. Schema is consists with loaded plugins, loaded tokenizers,
|
295
|
+
loaded normalizers, loaded token filters, defined tables and defined
|
296
|
+
columns.
|
297
|
+
|
298
|
+
* [:c:func:`grn_plugin_win32_base_dir()`] Deprecated. Use
|
299
|
+
:c:func:`grn_plugin_windows_base_dir()` instead.
|
300
|
+
|
301
|
+
* [:c:func:`grn_plugin_windows_base_dir()`] Renamed from
|
302
|
+
:c:func:`grn_plugin_win32_base_dir()`.
|
303
|
+
|
304
|
+
* [``grn_obj_is_type()``] Add a new API that returns true when the
|
305
|
+
passed object is a type object.
|
306
|
+
|
307
|
+
* [``grn_obj_is_tokenizer_proc()``] Add a new API that returns true
|
308
|
+
when the passed object is a tokenizer object.
|
309
|
+
|
310
|
+
* [``grn_obj_is_normalizer_proc()``] Add a new API that returns true
|
311
|
+
when the passed object is a normalizer object.
|
312
|
+
|
313
|
+
* [``grn_obj_is_token_filter_proc()``] Add a new API that returns true
|
314
|
+
when the passed object is a token filter object.
|
315
|
+
|
316
|
+
* [``grn_ctx_get_all_types()``] Add a new API that returns all type
|
317
|
+
objects in database.
|
318
|
+
|
319
|
+
* [``grn_ctx_get_all_tokenizers()``] Add a new API that returns all
|
320
|
+
tokenizer objects in database.
|
321
|
+
|
322
|
+
* [``grn_ctx_get_all_normalizers()``] Add a new API that returns all
|
323
|
+
normalizer objects in database.
|
324
|
+
|
325
|
+
* [``grn_ctx_get_all_token_filters()``] Add a new API that returns all
|
326
|
+
token filter objects in database.
|
327
|
+
|
328
|
+
* [``grn_ctx_output_uint64()``] Add a new API that outputs 64bit
|
329
|
+
unsigned integer value.
|
330
|
+
|
331
|
+
* [``grn_ctx_output_null()``] Add a new API that outputs ``NULL``.
|
332
|
+
|
333
|
+
* [``GRN_OBJ_IS_TRUE()``] Add a new API that returns true when the
|
334
|
+
passed object is true value.
|
335
|
+
|
336
|
+
* [experimental] Enabled grn_ts by default.
|
337
|
+
|
338
|
+
* [:doc:`/install/ubuntu`] Added Ubuntu 15.10 Wily Werewolf support.
|
339
|
+
|
340
|
+
Fixes
|
341
|
+
^^^^^
|
342
|
+
|
343
|
+
* [patricia trie] Fixed a bug that the number of records may be
|
344
|
+
counted up unexpectedly on adding a new entry. [GitHub#417]
|
345
|
+
|
346
|
+
* [patricia trie] Fixed a bug that a variable may be used
|
347
|
+
uninitialized.
|
348
|
+
|
349
|
+
* [patricia trie] Fixed a bug that ``grn_pat_cursor_next()`` may enter
|
350
|
+
an infinite loop. [GitHub#419]
|
351
|
+
|
352
|
+
* [patricia trie] Fixed a bug that deleting an entry may break
|
353
|
+
patricia trie.
|
354
|
+
[GitHub#415][groonga-dev,03515][Reported by Hiroshi Kagami]
|
355
|
+
|
356
|
+
* [patricia trie] Fixed a bug that deleting a nonexistent entry may
|
357
|
+
break patricia trie. [GitHub#420]
|
358
|
+
|
359
|
+
* Fixed a bug that wrong proc type is used for token filter objects.
|
360
|
+
|
361
|
+
Thanks
|
362
|
+
^^^^^^
|
363
|
+
|
364
|
+
* Matthias Klose
|
365
|
+
* Hiroshi Kagami
|
366
|
+
* Sato
|
367
|
+
|
368
|
+
.. _release-5-0-8:
|
369
|
+
|
370
|
+
Release 5.0.8 - 2015-09-29
|
371
|
+
--------------------------
|
372
|
+
|
373
|
+
Improvements
|
374
|
+
^^^^^^^^^^^^
|
375
|
+
|
376
|
+
* [Windows] Supported build with MySQL again.
|
377
|
+
|
378
|
+
* [:doc:`/reference/grn_expr/script_syntax`] Changed return value type
|
379
|
+
to ``Bool`` from ``Int32`` for predicate operations such as
|
380
|
+
:ref:`script-syntax-match-operator` and
|
381
|
+
:ref:`script-syntax-equal-operator`.
|
382
|
+
|
383
|
+
* [:doc:`/reference/api`] Supported owning other ``grn_obj`` by
|
384
|
+
``GRN_PTR`` and ``GRN_PVECTOR`` bulk. If you specify ``GRN_OBJ_OWN``
|
385
|
+
flag to ``GRN_PTR`` and ``GRN_PVECTOR`` bulks, they call
|
386
|
+
:c:func:`grn_obj_close()` against ``grn_obj`` that is held by
|
387
|
+
them when they are closed.
|
388
|
+
|
389
|
+
* [incompatible][:doc:`/reference/regular_expression`] Changed to
|
390
|
+
normalize regular expression match target text before matching. It's
|
391
|
+
for consistency and performance.
|
392
|
+
|
393
|
+
Other operations such as :ref:`script-syntax-prefix-search-operator`
|
394
|
+
normalize target text.
|
395
|
+
|
396
|
+
Some simple regular expressions such as ``\Ahello`` can be
|
397
|
+
evaluated by index. It's fast.
|
398
|
+
|
399
|
+
If target text isn't normalized, you need to use complex regular
|
400
|
+
expressions such as ``\A[Hh]ello`` and ``\A(?i)hello``. Complex
|
401
|
+
regular expressions can't be evaluated by index. If target text is
|
402
|
+
normalized, you can use simple regular expressions. They may be
|
403
|
+
evaluated by index. It's fast.
|
404
|
+
|
405
|
+
* [doc] Improved documents.
|
406
|
+
[GitHub#393][GitHub#396][GitHub#397][GitHub#399][GitHub#403]
|
407
|
+
[GitHub#405][GitHub#409]
|
408
|
+
[Reported by Hiroyuki Sato][Patch by Hiroyuki Sato]
|
409
|
+
|
410
|
+
* [:doc:`/reference/functions/highlight_html`] Improved performance.
|
411
|
+
[groonga-dev,03427] [Reported by Hiroyuki Sato]
|
412
|
+
|
413
|
+
* [:doc:`/reference/functions/snippet_html`] Improved performance.
|
414
|
+
|
415
|
+
* [CMake] Stopped to run ``pkg-config`` twice.
|
416
|
+
[Patch by Sergei Golubchik]
|
417
|
+
|
418
|
+
* Removed needless check for year in time. B.C. is always invalid time
|
419
|
+
without this change. B.C. is valid time when system (``mktime()``)
|
420
|
+
supports it with this change.
|
421
|
+
|
422
|
+
* [:c:func:`grn_ctx_is_opened()`] Added a new API that checks whether
|
423
|
+
object with the ID is opened or not.
|
424
|
+
|
425
|
+
* [:c:func:`grn_obj_remove()`] Reduced the maximum memory usage. If
|
426
|
+
:c:func:`grn_thread_get_limit()` returns ``1``, it closes temporary
|
427
|
+
opened objects after it finished to use them.
|
428
|
+
|
429
|
+
* [doc][:doc:`/reference/commands/table_remove`] Updated with many
|
430
|
+
descriptions.
|
431
|
+
|
432
|
+
* [:doc:`/reference/executables/groonga`] Ensured to add the last new
|
433
|
+
line to :doc:`/reference/commands/dump` result on stand alone mode.
|
434
|
+
|
435
|
+
* [:ref:`process-log`] Added Groonga version into ``grn_init`` log.
|
436
|
+
|
437
|
+
* Opened `chat room on Gitter <https://gitter.im/groonga/public>`_.
|
438
|
+
|
439
|
+
* [:doc:`/reference/commands/status`] Added ``start_time`` as alias of
|
440
|
+
``starttime`` for consistency. Other keys use ``snake_case`` style.
|
441
|
+
``starttime`` is deprecated. Use ``start_time`` instead.
|
442
|
+
|
443
|
+
* Updated bundled Onigmo.
|
444
|
+
|
445
|
+
* [doc][:doc:`/reference/scorers/scorer_tf_at_most`] Documented.
|
446
|
+
|
447
|
+
* Supported columns for temporary table. It's only available C API
|
448
|
+
users for now. :doc:`/reference/commands/select` will use this
|
449
|
+
feature in the next release.
|
450
|
+
|
451
|
+
* [``grn_vector_pop_element()``] Exported.
|
452
|
+
|
453
|
+
* [:doc:`/reference/executables/groonga`] Added checks whether
|
454
|
+
acquiring lock is succeeded or not.
|
455
|
+
|
456
|
+
* [:doc:`/reference/executables/groonga-suggest-create-dataset`]
|
457
|
+
Changed to use ``--normalizer`` instead of ``KEY_NORMALIZE`` because
|
458
|
+
``KEY_NORMALIZE`` is deprecated.
|
459
|
+
|
460
|
+
* [``grn_obj_cast()``] Exported.
|
461
|
+
|
462
|
+
* [experimental][``grn_ii_cursor``] Exported.
|
463
|
+
|
464
|
+
* [experimental][``grn_ii_cursor_open()``] Exported.
|
465
|
+
|
466
|
+
* [experimental][``grn_ii_cursor_next()``] Exported.
|
467
|
+
|
468
|
+
* [experimental][``grn_ii_cursor_close()``] Exported.
|
469
|
+
|
470
|
+
* [:ref:`script-syntax-match-operator`] Improved index detection.
|
471
|
+
Index its lexicon has a tokenizer is preferred.
|
472
|
+
|
473
|
+
* [:doc:`/reference/executables/groonga-httpd`] Updated bundled nginx
|
474
|
+
to 1.9.5 that supports HTTP/2. HTTP/2 module is enabled.
|
475
|
+
|
476
|
+
Fixes
|
477
|
+
^^^^^
|
478
|
+
|
479
|
+
* [:doc:`/reference/grn_expr/script_syntax`] Fixed a bug that ``&!``
|
480
|
+
does nothing when right hand side is ``true``.
|
481
|
+
|
482
|
+
* Fixed performance regression with libtool 2.4.6.
|
483
|
+
[GitHub#406][GitHub#407] [Patch by Hiroyuki Sato]
|
484
|
+
|
485
|
+
* [:ref:`script-syntax-equal-operator`] Fixed a bug that section is
|
486
|
+
ignored.
|
487
|
+
|
488
|
+
Thanks
|
489
|
+
^^^^^^
|
490
|
+
|
491
|
+
* Hiroyuki Sato
|
492
|
+
* Sergei Golubchik
|
493
|
+
|
494
|
+
.. _release-5-0-7:
|
495
|
+
|
496
|
+
Release 5.0.7 - 2015-08-31
|
497
|
+
--------------------------
|
498
|
+
|
499
|
+
This release includes a bug fix of :ref:`offline-index-construction`.
|
500
|
+
|
501
|
+
If you're using any multiple column index (index column with
|
502
|
+
``WITH_SECTION`` flag) and :ref:`offline-index-construction`, we
|
503
|
+
recommend that you upgrade your Groonga.
|
504
|
+
|
505
|
+
This release has an important experimental feature for Windows users.
|
506
|
+
See "sparse file support" entry in the following improvement list for
|
507
|
+
details.
|
508
|
+
|
509
|
+
Improvements
|
510
|
+
^^^^^^^^^^^^
|
511
|
+
|
512
|
+
* [experimental][Windows] Added sparse file support. It's experimental
|
513
|
+
feature. It's disabled by default. You can enable it by specifying
|
514
|
+
``GRN_IO_USE_SPARSE=yes`` environment variable.
|
515
|
+
|
516
|
+
It reduces database file size on Windows. Please try the feature and
|
517
|
+
report the result. Groonga developers are interested in the
|
518
|
+
followings:
|
519
|
+
|
520
|
+
* Disk usage
|
521
|
+
* Performance (Improved? Degraded? No difference?)
|
522
|
+
* Memory usage (Especially virtual memory usage)
|
523
|
+
|
524
|
+
* [experimental][:doc:`/reference/commands/logical_shard_list`] Added
|
525
|
+
a command that returns a shard list of the specified logical table.
|
526
|
+
|
527
|
+
* [experimental][:ref:`script-syntax-regular-expression-operator`]
|
528
|
+
Supported regular expression match against vector column without
|
529
|
+
index.
|
530
|
+
|
531
|
+
* [:doc:`/reference/commands/logical_range_filter`] Supported
|
532
|
+
``--cache no`` option. It's same as :ref:`select-cache` option in
|
533
|
+
:doc:`/reference/commands/select`.
|
534
|
+
|
535
|
+
* [:doc:`/reference/executables/groonga-httpd`] Supported returning
|
536
|
+
the max number of threads feature of
|
537
|
+
:doc:`/reference/commands/thread_limit`. You can't set the max
|
538
|
+
number of threads.
|
539
|
+
|
540
|
+
* [:c:func:`grn_db_unmap()`] Added a new API that unmaps all opened
|
541
|
+
tables and columns. It's a thread unsafe operation. You can't touch
|
542
|
+
the database while :c:func:`grn_db_unmap()` is running.
|
543
|
+
|
544
|
+
* [:doc:`/reference/commands/database_unmap`] Added a command that
|
545
|
+
unmaps all opened tables and columns in database.
|
546
|
+
|
547
|
+
* [:doc:`/reference/commands/object_exist`] Added a command that
|
548
|
+
checks whether object with the specified name exists or not in
|
549
|
+
database.
|
550
|
+
|
551
|
+
* [:doc:`/reference/commands/column_copy`] Added a command that copies
|
552
|
+
all values from source column to destination column.
|
553
|
+
|
554
|
+
You can use this command to change column value type, column type,
|
555
|
+
table type and so on.
|
556
|
+
|
557
|
+
* Stopped to use non-standard ``__uint32_t``
|
558
|
+
type. [GitHub#375][Reported by Natanael Copa]
|
559
|
+
|
560
|
+
* [experimental][Windows] Supported Windows Event log.
|
561
|
+
|
562
|
+
* [mruby] Supported error handling on mruby initialization error.
|
563
|
+
|
564
|
+
* [experimental][:doc:`/reference/commands/thread_limit`] Renamed from
|
565
|
+
``thread_count``.
|
566
|
+
|
567
|
+
* Supported logging used indexes in ``info`` level and ``debug``
|
568
|
+
level. It can be used like ``EXPLAIN`` in RDBMS. It's useful to
|
569
|
+
improve slow query.
|
570
|
+
|
571
|
+
* [doc] Replaced deprecated ``KEY_NORMALIZE`` flags.
|
572
|
+
[GitHub#378][GitHub#380][GitHub#382] [Patch by Hiroyuki Sato]
|
573
|
+
|
574
|
+
* [doc] Removed needless Sphinx configurations.
|
575
|
+
[GitHub#379] [Patch by Ayumu Osanai]
|
576
|
+
|
577
|
+
* [experimental][incompatible][:ref:`script-syntax-regular-expression-operator`]
|
578
|
+
Changed ``.`` match behavior. ``.`` matches new line. It's backward
|
579
|
+
incompatible change.
|
580
|
+
|
581
|
+
* [doc][:doc:`/contribution/development/build`] Added a document about
|
582
|
+
building Groonga as Groonga developer.
|
583
|
+
[GitHub#353] [Suggested by Hiro Yoshioka]
|
584
|
+
|
585
|
+
Fixes
|
586
|
+
^^^^^
|
587
|
+
|
588
|
+
* [mruby] Fixed a time overflow bug.
|
589
|
+
|
590
|
+
* [:doc:`/reference/executables/groonga`] Fixed a crash bug when
|
591
|
+
PID file can't be created. [GitHub#368] [Reported by Hiroyuki Sato]
|
592
|
+
|
593
|
+
* Fixed a bug that :ref:`offline-index-construction` may generate
|
594
|
+
broken index. It may be caused for multiple column index. In other
|
595
|
+
words, index column with ``WITH_SECTION`` flag may be broken.
|
596
|
+
|
597
|
+
If you're using :ref:`online-index-construction` for index columns
|
598
|
+
with ``WITH_SECTION`` flag, this bug isn't affected.
|
599
|
+
|
600
|
+
You can recover this bug by recreating existing multiple column
|
601
|
+
indexes.
|
602
|
+
|
603
|
+
* [:doc:`/reference/functions/query`] Fixed a crash bug when
|
604
|
+
:doc:`/reference/functions/query` is used in :ref:`select-scorer`.
|
605
|
+
|
606
|
+
* [:ref:`select-filter`] Fixed a bug that
|
607
|
+
:ref:`script-syntax-bitwise-not` against unsigned int value doesn't
|
608
|
+
work for comparing to ``-NUMBER_LITERAL``.
|
609
|
+
|
610
|
+
For example, the following expression doesn't work::
|
611
|
+
|
612
|
+
~UINT32_COLUMN == -6
|
613
|
+
|
614
|
+
* Fixed a bug that :ref:`script-syntax-regular-expression-operator`
|
615
|
+
doesn't work in multithread.
|
616
|
+
|
617
|
+
* Fixed some memory leaks.
|
618
|
+
|
619
|
+
* Fixed a build error. [GitHub#381] [Patch by Hiroshi Hatake]
|
620
|
+
|
621
|
+
Thanks
|
622
|
+
^^^^^^
|
623
|
+
|
624
|
+
* Hiroyuki Sato
|
625
|
+
* Natanael Copa
|
626
|
+
* Ayumu Osanai
|
627
|
+
* Hiroshi Hatake
|
628
|
+
* Hiro Yoshioka
|
629
|
+
|
630
|
+
.. _release-5-0-6:
|
631
|
+
|
632
|
+
Release 5.0.6 - 2015-07-29
|
633
|
+
--------------------------
|
634
|
+
|
635
|
+
Improvements
|
636
|
+
^^^^^^^^^^^^
|
637
|
+
|
638
|
+
* [:doc:`/install/ubuntu`] Dropped Ubuntu 14.10 (Utopic Unicorn) support. It had been
|
639
|
+
End of Life on July 23, 2015.
|
640
|
+
* Supported offline index construction for reference vector. For example, ``load``
|
641
|
+
data before ``column_create`` an index::
|
642
|
+
|
643
|
+
table_create Entries TABLE_NO_KEY
|
644
|
+
column_create Entries numbers COLUMN_VECTOR Int32
|
645
|
+
|
646
|
+
load --table Entries
|
647
|
+
[
|
648
|
+
["numbers"],
|
649
|
+
[[18, 19, 20]],
|
650
|
+
[[100, 200]]
|
651
|
+
]
|
652
|
+
|
653
|
+
table_create Numbers TABLE_PAT_KEY Int32
|
654
|
+
column_create Numbers entries_numbers COLUMN_INDEX Entries numbers
|
655
|
+
|
656
|
+
select Numbers --output_columns _key
|
657
|
+
|
658
|
+
* Supported ``'vector_text_column @ "element"'`` without index. For example, the
|
659
|
+
``select`` command in the following commands::
|
660
|
+
|
661
|
+
table_create Memos TABLE_NO_KEY
|
662
|
+
column_create Memos tags COLUMN_VECTOR Text
|
663
|
+
|
664
|
+
load --table Memos
|
665
|
+
[
|
666
|
+
{"tags": ["Groonga", "Rroonga", "Mroonga"]}
|
667
|
+
]
|
668
|
+
|
669
|
+
select Memos --filter 'tags @ "Rroonga"'
|
670
|
+
|
671
|
+
* Supported ``'fixed_size_type_vector_column @ n'`` without index. For example, the
|
672
|
+
``select`` command in the following commands::
|
673
|
+
|
674
|
+
table_create Memos TABLE_NO_KEY
|
675
|
+
column_create Memos numbers COLUMN_VECTOR Int32
|
676
|
+
|
677
|
+
load --table Memos
|
678
|
+
[
|
679
|
+
{"numbers": [1, 2, 3]}
|
680
|
+
]
|
681
|
+
|
682
|
+
select Memos --filter 'numbers @ 2'
|
683
|
+
|
684
|
+
* [:doc:`/install/centos`][:doc:`/server/package`][:doc:`/reference/executables/groonga-httpd`]
|
685
|
+
Show exit status. [GitHub#357] [Patch by jacob16bit]
|
686
|
+
* [:doc:`/install/windows`][:doc:`/reference/executables/groonga`] Supported ``--pid-path``.
|
687
|
+
* [:doc:`/install/windows`] Allowed to delete file that is opened by other process.
|
688
|
+
* Accepted selector only proc. Note that the proc can't be used as function. It means
|
689
|
+
that the proc can't be used with sequential search.
|
690
|
+
* Supported function call with complex argument. An example complex argument is
|
691
|
+
``Table["key"].column``. For example::
|
692
|
+
|
693
|
+
function(_key, Table["key"].column)
|
694
|
+
|
695
|
+
* [doc][:doc:`/tutorial`] Added more description about database creation fails if DB_PATH
|
696
|
+
points to an existing file. [GitHub#354] [Suggested by Hirotaka Takayama]
|
697
|
+
* [doc][:doc:`/tutorial`] Described JSON formatting tools.
|
698
|
+
[GitHub#355] [Suggested by tiwawan]
|
699
|
+
* [experimental] Added an API to get/set the number of threads. It's a experimental API.
|
700
|
+
* [experimental][``thread_count``] Added a command that get/set the number of threads.
|
701
|
+
It's a experimental command.
|
702
|
+
* [experimental][:doc:`/reference/executables/groonga`] Supported changing the number
|
703
|
+
of threads by ``thread_count`` command. It's a experimental feature.
|
704
|
+
* [experimental][:doc:`/install/windows`] Added Windows event log support.
|
705
|
+
It's a experimental feature.
|
706
|
+
* [experimental][:doc:`/reference/executables/groonga`] Added Windows event log related
|
707
|
+
option ``--use-windows-event-log``. It reports logs as Windows events.
|
708
|
+
It's a experimental feature.
|
709
|
+
* [:doc:`/install/windows`] Used Groonga's default encoding for log message.
|
710
|
+
* Log used indexes in ``INFO`` level. The default level ``NOTICE``. So the logs aren't
|
711
|
+
showed by default.
|
712
|
+
* [API] Added :c:func:`grn_log_level_to_string()` and :c:func:`grn_log_level_parse()`.
|
713
|
+
* [:doc:`/reference/executables/groonga`] Accepted log level name (e.g. ``info``,
|
714
|
+
``debug`` and so on) for ``--log-level`` value.
|
715
|
+
* [:doc:`/reference/commands/log_level`][:doc:`/reference/commands/log_put`]
|
716
|
+
Accepted log level name for ``--level`` argument.
|
717
|
+
* [plugin] Added :c:func:`grn_command_input_get_arguments()`.
|
718
|
+
* Updated sharding plugins.
|
719
|
+
|
720
|
+
* [:doc:`/reference/commands/logical_select`] Fixed output format.
|
721
|
+
It has become :doc:`/reference/commands/select` compatible format.
|
722
|
+
* [:doc:`/reference/commands/logical_select`] Supported the following parameters.
|
723
|
+
|
724
|
+
* ``--output_columns``
|
725
|
+
* ``--offset``
|
726
|
+
* ``--limit``
|
727
|
+
* ``--drilldown``
|
728
|
+
* ``--drilldown_sortby``
|
729
|
+
* ``--drilldown_offset``
|
730
|
+
* ``--drilldown_limit``
|
731
|
+
|
732
|
+
* [:doc:`/reference/commands/logical_select`] Used the same default output_columns
|
733
|
+
(``"_id, _key, *"``) as :doc:`/reference/commands/select`.
|
734
|
+
* [:doc:`/reference/commands/logical_select`] Supported
|
735
|
+
:ref:`logical-select-drilldown-label-calc-types` and
|
736
|
+
:ref:`logical-select-drilldown-label-calc-target` for labeled drilldown.
|
737
|
+
* [:doc:`/reference/commands/logical_select`] Supported cache.
|
738
|
+
* [:doc:`/reference/commands/logical_count`] Supported logging whether range index is
|
739
|
+
used or not.
|
740
|
+
* [:doc:`/reference/commands/logical_count`] Show target table name in debug log.
|
741
|
+
* [:doc:`/reference/commands/logical_count`] Supported cache.
|
742
|
+
* [:doc:`/reference/commands/logical_range_filter`] Supported
|
743
|
+
``'fixed_size_type_vector_column @ element'``.
|
744
|
+
* [:doc:`/reference/commands/logical_range_filter`] Added ``use_range_index`` parameter.
|
745
|
+
It's a parameter for test. It should not be used for production.
|
746
|
+
* [:doc:`/reference/commands/logical_range_filter`] Log which mode (range-index or
|
747
|
+
select mode) is used.
|
748
|
+
* [:doc:`/reference/commands/logical_range_filter`] Supported cache.
|
749
|
+
* [:doc:`/reference/commands/logical_range_filter`] Supported nested reference vector
|
750
|
+
accessor.
|
751
|
+
* [:doc:`/reference/commands/logical_range_filter`] Used range_index value set by
|
752
|
+
:doc:`/reference/commands/logical_parameters`.
|
753
|
+
* [:doc:`/reference/commands/logical_parameters`] Added.
|
754
|
+
|
755
|
+
* Added mruby APIs.
|
756
|
+
|
757
|
+
* [mrb] Added ``Accessor#name``.
|
758
|
+
* [mrb] Added ``Column#[]``.
|
759
|
+
* [mrb] Added ``Column#scalar?``, ``Column#vector?`` and ``Column#index?``.
|
760
|
+
* [mrb] Added ``Context#command_version`` and ``Context#command_version=`` (accessors).
|
761
|
+
* [mrb] Added ``Context#with_command_version``.
|
762
|
+
* [mrb] Added ``Database#each_name``.
|
763
|
+
* [mrb] Added ``Groonga::Cache.current``.
|
764
|
+
* [mrb] Added ``Record``.
|
765
|
+
* [mrb] Added ``Table#each``.
|
766
|
+
* [mrb] Added ``TableCursor#key``.
|
767
|
+
* [mrb] Binded :c:func:`grn_command_input_get_arguments()` to ``CommandInput#arguments``.
|
768
|
+
* [mrb] Binded :c:func:`grn_table_group()` to ``Table#group``.
|
769
|
+
* [mrb] Binded :c:func:`grn_table_group_flags()` to ``TableGroupFlags``.
|
770
|
+
* [mrb] Binded ``GRN_COMMAND_VERSION_DEFAULT``.
|
771
|
+
* [mrb] Binded ``grn_cache``.
|
772
|
+
* [mrb][estimate_size] Supported ``(... || ...) && (... || ...)`` as expression case.
|
773
|
+
* [mrb] Supported query log.
|
774
|
+
|
775
|
+
Fixes
|
776
|
+
^^^^^
|
777
|
+
|
778
|
+
* Fixed a memory leak when an error is occurred in :c:func:`grn_expr_exec()`.
|
779
|
+
For example, unsupported operator (e.g. ``GRN_OP_TERM_EXTRACT``) is used
|
780
|
+
(``not implemented operator assigned`` is occurred for the case).
|
781
|
+
* [bindings/php] Added a missing check for a memory allocation failure.
|
782
|
+
[Reported by Bill Parker]
|
783
|
+
* [:doc:`/install/centos`][:doc:`/server/package`][logrotate] Fixed syntax error in script.
|
784
|
+
* [:doc:`/install/centos`][:doc:`/server/package`][logrotate] Fixed wrong daemon running check.
|
785
|
+
* [:doc:`/install/centos`][:doc:`/server/package`][logrotate] Stop to set owner/group to log files.
|
786
|
+
Because it's not consistent. groonga-httpd creates log files with root
|
787
|
+
owner/group. But logrotated log files are created with groonga
|
788
|
+
owner/group. [GitHub#358] [Reported by jacob16bit]
|
789
|
+
* [:doc:`/reference/executables/groonga`] Fixed reported the maximum number of threads.
|
790
|
+
* [:doc:`/reference/executables/groonga-httpd`] Remove a needless space in log message::
|
791
|
+
|
792
|
+
|n| grn_fin (0) ->
|
793
|
+
|n| grn_fin (0)
|
794
|
+
^
|
795
|
+
|
796
|
+
* Fixed a bug that estimating size by regexp query with anchor (e.g. ``\\\\A`` in
|
797
|
+
``--filter 'comment @~ "\\\\Abc"'``) doesn't work. The feature is used in
|
798
|
+
:doc:`/reference/commands/logical_range_filter`.
|
799
|
+
* [:doc:`/reference/command/request_id`] Fixed a memory leak when ``request_id`` byte size >= 24.
|
800
|
+
* [:doc:`/reference/commands/lock_clear`] Fixed a typo in command name in Syntax section.
|
801
|
+
[GitHub#363] [Reported by Christian Kakesa]
|
802
|
+
* [sharding] Fixed wrong min include detection for month range type.
|
803
|
+
|
804
|
+
Thanks
|
805
|
+
^^^^^^
|
806
|
+
|
807
|
+
* Bill Parker
|
808
|
+
* jacob16bit
|
809
|
+
* Hirotaka Takayama
|
810
|
+
* tiwawan
|
811
|
+
* Christian Kakesa
|
812
|
+
|
813
|
+
.. _release-5-0-5:
|
814
|
+
|
815
|
+
Release 5.0.5 - 2015-06-29
|
816
|
+
--------------------------
|
817
|
+
|
818
|
+
Improvements
|
819
|
+
^^^^^^^^^^^^
|
820
|
+
|
821
|
+
* Show correct error information such as NoSuchFileOrDirectory when opening a database.
|
822
|
+
* Don't set the default logger path for library use.
|
823
|
+
|
824
|
+
* It's backward incompatible change. But it will not effect to many users.
|
825
|
+
* Server use (groonga command, Mroonga, PGroonga and so on) users can get
|
826
|
+
log by default. In server use, developers set up log in their software.
|
827
|
+
* Most library use (Rroonga, groonga-gobject and so on) users couldn't get
|
828
|
+
log by default with earlier versions. The default log path is system
|
829
|
+
path such as /var/log/groonga/groonga.log. It's not writable for normal
|
830
|
+
users.
|
831
|
+
|
832
|
+
* [windows] Show error information when memory isn't enough on failing ``CreateFileMapping()``.
|
833
|
+
* [:doc:`/reference/commands/tokenize`] Updated example to show new "force_prefix" value.
|
834
|
+
This value is added since 5.0.4.
|
835
|
+
* [windows] Show error information when disk has any problem (disk full and so on) on failing ``FlushViewOfFile()``.
|
836
|
+
* [API] Added :c:func:`grn_obj_flush()`.
|
837
|
+
* [API] Added :c:func:`grn_obj_flush_recursive()`.
|
838
|
+
* [:doc:`/reference/commands/io_flush`] Added. It flushes memory mapped data to disk.
|
839
|
+
Usually memory data automatically flush by an OS, but you can explicitly flush with
|
840
|
+
this command.
|
841
|
+
* [mruby] Binded ``grn_obj_remove()`` to Object#remove.
|
842
|
+
* [mruby] Binded ``grn_table_delete()`` and ``grn_table_delete_by_id()`` to Table#delete.
|
843
|
+
* [:doc:`/reference/commands/logical_table_remove`] Added.
|
844
|
+
* [:doc:`/reference/commands/logical_select`] Added. ``--filter`` is only supported for now.
|
845
|
+
* [cmake] Supported embedded MeCab tokenizer.
|
846
|
+
* [:doc:`/reference/commands/logical_count`] Supported month and day mixed shards.
|
847
|
+
In the same month, month shard must have earlier records rather than day
|
848
|
+
shards in the same month. For example::
|
849
|
+
|
850
|
+
XXX_201506 <- includes only 2015-06-01 and 2015-06-02 records
|
851
|
+
XXX_20150603 <- includes only 2015-06-03 records
|
852
|
+
XXX_20150604 <- includes only 2015-06-04 records
|
853
|
+
|
854
|
+
Fixes
|
855
|
+
^^^^^
|
856
|
+
|
857
|
+
* Fixed wrong macro to include netinet/in.h.
|
858
|
+
[GitHub#348] [Reported by OBATA Akio]
|
859
|
+
* [rpm][:doc:`/reference/executables/groonga-httpd`] Fixed failing restart.
|
860
|
+
[GitHub#351] [Patch by jacob16bit]
|
861
|
+
|
862
|
+
Thanks
|
863
|
+
^^^^^^
|
864
|
+
|
865
|
+
* OBATA Akio
|
866
|
+
* jacob16bit
|
867
|
+
|
868
|
+
.. _release-5-0-4:
|
869
|
+
|
870
|
+
Release 5.0.4 - 2015-05-29
|
871
|
+
--------------------------
|
872
|
+
|
873
|
+
Improvements
|
874
|
+
^^^^^^^^^^^^
|
875
|
+
|
876
|
+
* [mruby] Changed to use ``inspect`` to show meaningful error message for error value.
|
877
|
+
* [mruby] Supported ``Groonga::Bulk#inspect`` to inspect bulk content.
|
878
|
+
* [mruby] Supported ``Bulk#value`` to extract the value of record from bulk content.
|
879
|
+
* [mruby] Supported estimating size for ``reference_column == record_id`` in
|
880
|
+
:doc:`/reference/commands/logical_range_filter`. In above case, it can be searched
|
881
|
+
more effectively.
|
882
|
+
* [:doc:`/reference/functions/sub_filter`] Supported index column as ``scope`` parameter.
|
883
|
+
* [:doc:`/reference/grn_expr/script_syntax`] Described clearly about numerical
|
884
|
+
value. [GitHub groonga/groonga.org#16] [Suggested by Hiroyuki Sato]
|
885
|
+
* [:doc:`/reference/commands/select`] Supported accessing other table's record in filter.
|
886
|
+
You can use ``--filter 'OTHER_TABLE[KEY].COLUMN'`` for example.
|
887
|
+
* [:doc:`/reference/commands/select`] Supported operator in table key.
|
888
|
+
You can use ``--filter 'OTHER_TABLE["SOME STRING" + "ANOTHER STRING"].COLUMN'"`` for example.
|
889
|
+
* [example] Used Ruby 2.0 or later API in script for converting dictionary data.
|
890
|
+
* Changed to show error message about invalid type of keys about table.
|
891
|
+
* [doc] Fixed link from sourceforge.jp to osdn.me or osdn.jp about mailing list preference page.
|
892
|
+
SourceForge.jp is marked as obsoleted because of branding issue since May 11, 2015.
|
893
|
+
* [:doc:`/reference/commands/tokenize`] Added ``force_prefix`` value to each token information. [Patch by Naoya Murakami]
|
894
|
+
* Supported to search by shorter words such as 2 or less characters for :ref:`token-trigram`.
|
895
|
+
[Patch by Naoya Murakami]
|
896
|
+
* [deb] Added service file for Systemd into groonga-httpd and groonga-server-gqtp packages.
|
897
|
+
* [:doc:`/reference/commands/select`] Ignored ``--query`` when its
|
898
|
+
value consists of only space characters. Space characters include
|
899
|
+
full-width space (``U+3000 IDEOGRAPHIC SPACE`` in
|
900
|
+
Unicode). [Suggested by TomyGX]
|
901
|
+
|
902
|
+
Fixes
|
903
|
+
^^^^^
|
904
|
+
|
905
|
+
* Fixed a crash bug when empty key is specified for ``drilldown[label].keys``.
|
906
|
+
* Fixed a bug that the return value of ``grn_parse_query_flags`` is not properly checked.
|
907
|
+
[GitHub#336] [Reported by Hiroaki Nakamura]
|
908
|
+
* Fixed a build error on some BSD systems. They doesn't have ``-i`` option for ``sed``.
|
909
|
+
* Fixed a build error on Solaris. It is changed to initialize by ``sizeof(msghdr)`` in ``memset()`` because
|
910
|
+
``msg_control``, ``msg_controllen`` and ``msg_flags`` doesn't exist on Solaris by default.
|
911
|
+
* [:doc:`/reference/tokenizers`] Fixed a typo. [GitHub#338] [Reported by Hiroyuki Sato]
|
912
|
+
* [:doc:`/reference/output`] Fixed markup. [GitHub groonga/groonga.org#17]
|
913
|
+
[Reported by Hiroyuki Sato]
|
914
|
+
* Reduced getenv() in each ``grn_ii_cursor_set_min()``. This fixes performance
|
915
|
+
regression on Windows.
|
916
|
+
* Fixed a build error on OpenBSD. [groonga-dev,03255] [Reported by fbnteqr]
|
917
|
+
* [:doc:`/reference/executables/groonga-httpd`] Fixed a bug that same message is
|
918
|
+
logged.
|
919
|
+
* Fixed a crash bug which is caused by double free memory.
|
920
|
+
* Fixed a memory leak. It's occurred when ``--match_columns`` and ``--query`` are
|
921
|
+
used for non indexed text field and text fields have a value that isn't bulk
|
922
|
+
embeddable. Normally, 32byte over size text isn't bulk embeddable, so this bug
|
923
|
+
doesn't affect to the case if only small text less than 32byte are stored.
|
924
|
+
* [:doc:`/reference/tokenizers`] [TokenRegexp] Fixed a bug that it can't be searched
|
925
|
+
correctly when query contains characters which are treated as blank character.
|
926
|
+
For example, the newline - "\\n" is typical one.
|
927
|
+
|
928
|
+
Thanks
|
929
|
+
^^^^^^
|
930
|
+
|
931
|
+
* Hiroaki Nakamura
|
932
|
+
* Hiroyuki Sato
|
933
|
+
* Naoya Murakami
|
934
|
+
* fbnteqr
|
935
|
+
* TomyGX
|
936
|
+
|
937
|
+
.. _release-5-0-3:
|
938
|
+
|
939
|
+
Release 5.0.3 - 2015-04-29
|
940
|
+
--------------------------
|
941
|
+
|
942
|
+
Improvements
|
943
|
+
^^^^^^^^^^^^
|
944
|
+
|
945
|
+
* [:doc:`/reference/tokenizers`][:doc:`/reference/regular_expression`]
|
946
|
+
Skip the last one character token.
|
947
|
+
* [mruby] Supported regexp pattern for estimating size.
|
948
|
+
* [mruby] Supported size estimation for accessor.
|
949
|
+
* [:doc:`/reference/commands/logical_range_filter`] Removed ``GRN_LOGICAL_RANGE_FILTER_ENABLED``
|
950
|
+
environment variable which is introduced since Groonga 5.0.2.
|
951
|
+
Use ``GRN_LOGICAL_RANGE_FILTER_THRESHOLD=0`` to disable range index search
|
952
|
+
feature.
|
953
|
+
* [:doc:`/reference/commands/logical_range_filter`] Supported negative limit and offset.
|
954
|
+
* [:doc:`/install/windows`] Used `Groonga Admin <https://github.com/groonga/groonga-admin>`_ in package.
|
955
|
+
* [:doc:`/reference/commands/logical_range_filter`] Changed threshold meaning:
|
956
|
+
|
957
|
+
* threshold <= 0.0: always use range index
|
958
|
+
* threshold >= 1.0: never use range index
|
959
|
+
|
960
|
+
* [:doc:`/reference/commands/dump`] Supported plugin.
|
961
|
+
* [:doc:`/reference/commands/dump`] Added the following options:
|
962
|
+
|
963
|
+
* ``--dump_plugins [yes(default)/no]``
|
964
|
+
* ``--dump_schema [yes(default)/no]``
|
965
|
+
* ``--dump_records [yes(default)/no]``
|
966
|
+
* ``--dump_indexes [yes(default)/no]``
|
967
|
+
|
968
|
+
* [API] Added :c:func:`grn_plugin_get_ruby_suffix()`.
|
969
|
+
* [:doc:`/reference/commands/dump`] Fixed order to put index columns after reference columns
|
970
|
+
because index column may refer reference columns.
|
971
|
+
* [:doc:`/reference/commands/dump`] Don't dump records of lexicon.
|
972
|
+
* [:doc:`/reference/commands/dump`] Show ``_id`` for ``TABLE_NO_KEY`` again.
|
973
|
+
* [:doc:`/reference/commands/dump`] Used offline index construnction.
|
974
|
+
* Increased max hash key size from 4KiB (4096Byte) to 64KiB - 1 (65535Byte).
|
975
|
+
* Increased max cache key size from 4KiB (4096Byte) to 64KiB - 1 (65535Byte).
|
976
|
+
* Improved performance for nested index search.
|
977
|
+
* Used index for nonexistent reference column value.
|
978
|
+
* [experimental] Added plugin functions/vector. It includes :doc:`/reference/functions/vector_size` function.
|
979
|
+
* [:doc:`/install/windows`] Updated Visual Studio version
|
980
|
+
[GitHub groonga/meetup#4] [Reported by Hiroyuki Mizuhara]
|
981
|
+
* [:doc:`/reference/commands/cache_limit`] Expired old caches when the max N caches is decreased.
|
982
|
+
[Suggested by Gurunavi, Inc.]
|
983
|
+
* Show more information such as errno for errors.
|
984
|
+
* [windows] Used secure functions on Windows.
|
985
|
+
* Added the following APIs to change log rotate threshold in file size.
|
986
|
+
|
987
|
+
* :c:func:`grn_default_logger_set_rotate_threshold_size()`
|
988
|
+
* :c:func:`grn_default_logger_get_rotate_threshold_size()`
|
989
|
+
* :c:func:`grn_default_query_logger_set_rotate_threshold_size()`
|
990
|
+
* :c:func:`grn_default_query_logger_get_rotate_threshold_size()`
|
991
|
+
|
992
|
+
* [experimental] Supported log rotation. The feature is disabled by default.
|
993
|
+
You can enable log rotation by the following options:
|
994
|
+
|
995
|
+
* ``--log-rotate-threshold-size``
|
996
|
+
* ``--query-log-rotate-threshold-size``
|
997
|
+
|
998
|
+
* [:doc:`/server/gqtp`] Documented about GQTP server.
|
999
|
+
* [:doc:`/reference/executables/groonga`] Documented groonga executable file partially.
|
1000
|
+
* Supported Ubuntu 15.04 (Vivid Vervet).
|
1001
|
+
* Supported Debian 8.0 (Jessie).
|
1002
|
+
* [:doc:`/reference/executables/groonga-httpd`] Updated bundled nginx version to the latest mainline (1.8.0).
|
1003
|
+
|
1004
|
+
Fixes
|
1005
|
+
^^^^^
|
1006
|
+
|
1007
|
+
* [windows] Fixed a bug that :ref:`offline-index-construction` is
|
1008
|
+
failed for large data (at least 1GB or larger) with Groonga built by
|
1009
|
+
Microsoft Visual C++. [Reported by Hideki ARAI]
|
1010
|
+
* [mruby] Made ``\\`` index searchable in regular expression.
|
1011
|
+
* Fixed a bug that ``GRN_II_CURSOR_SET_MIN_ENABLE=yes`` doesn't return some matched records.
|
1012
|
+
* [sharding] Fixed a bug that partial range is handled as all range.
|
1013
|
+
* [:doc:`/reference/commands/logical_range_filter`] Fixed a bug that ``:order => "descending"`` doesn't work.
|
1014
|
+
* [:doc:`/reference/commands/logical_count`] Re-supported counting with range index.
|
1015
|
+
* Fixed a bug causing malfunction of :c:func:`grn_pat_del()`
|
1016
|
+
and added a test for invalid patricia trie node add case.
|
1017
|
+
[groonga-dev,03177] [Reported by yuya sako]
|
1018
|
+
|
1019
|
+
Thanks
|
1020
|
+
^^^^^^
|
1021
|
+
|
1022
|
+
* Hideki ARAI
|
1023
|
+
* Hiroyuki Mizuhara
|
1024
|
+
* Gurunavi, Inc.
|
1025
|
+
* yuya sako
|
1026
|
+
|
1027
|
+
.. _release-5-0-2:
|
1028
|
+
|
1029
|
+
Release 5.0.2 - 2015-03-31
|
1030
|
+
--------------------------
|
1031
|
+
|
1032
|
+
It's a bug fix release of 5.0.1.
|
1033
|
+
|
1034
|
+
Improvements
|
1035
|
+
^^^^^^^^^^^^
|
1036
|
+
|
1037
|
+
* Supported MessagePack 1.0.1. [Reported by Hiroshi Hatake]
|
1038
|
+
* [logical_range_filter] Disabled range index by default. It's enabled
|
1039
|
+
when you set the enviromnent variable ``GRN_LOGICAL_RANGE_FILTER_ENABLED``
|
1040
|
+
to ``yes``.
|
1041
|
+
|
1042
|
+
Fixes
|
1043
|
+
^^^^^
|
1044
|
+
|
1045
|
+
* Fixed a regression bug that JSONP doesn't work. It was introduced
|
1046
|
+
in Groonga 4.1.1.
|
1047
|
+
* [windows] Fixed a bug that crash on x86 for Groonga 5.0.1.
|
1048
|
+
[groonga-dev,03131] [Reported by Atsushi Shinoda]
|
1049
|
+
* Fixed a crash bug that libedit is not properly initialized. The
|
1050
|
+
problem is fixed in the environment such as CentOS 7.
|
1051
|
+
|
1052
|
+
Thanks
|
1053
|
+
^^^^^^
|
1054
|
+
|
1055
|
+
* Atsushi Shinoda
|
1056
|
+
* Hiroshi Hatake
|
1057
|
+
|
1058
|
+
.. _release-5-0-1:
|
1059
|
+
|
1060
|
+
Release 5.0.1 - 2015-03-29
|
1061
|
+
--------------------------
|
1062
|
+
|
1063
|
+
Improvements
|
1064
|
+
^^^^^^^^^^^^
|
1065
|
+
|
1066
|
+
* [:doc:`/reference/commands/logical_range_filter`] Supported filter
|
1067
|
+
and sort.
|
1068
|
+
* Supported range search by multiple column index.
|
1069
|
+
* Added API :doc:`/reference/api/overview` document for users who want
|
1070
|
+
to use Groonga as library.
|
1071
|
+
* [incompatible] Changed internal type of ``_score`` to floating point
|
1072
|
+
number from 32bit integer number. This is incompatible change for DB
|
1073
|
+
API users. This *isn't* incompatible change for query API users. It
|
1074
|
+
means that users who just use :doc:`/reference/commands/select`
|
1075
|
+
aren't affected. Use the following code that works with both older
|
1076
|
+
and newer Groonga:
|
1077
|
+
|
1078
|
+
.. code-block:: c
|
1079
|
+
|
1080
|
+
grn_obj *score;
|
1081
|
+
double score_value;
|
1082
|
+
|
1083
|
+
if (score->header.domain == GRN_DB_FLOAT) {
|
1084
|
+
score_value = GRN_FLOAT_VALUE(score);
|
1085
|
+
} else {
|
1086
|
+
score_value = (double)GRN_INT32_VALUE_FLOAT_VALUE(score);
|
1087
|
+
}
|
1088
|
+
|
1089
|
+
* [:doc:`/reference/commands/select`] Added more strict check for
|
1090
|
+
invalid drilldown parameter.
|
1091
|
+
* Added :c:func:`grn_ctx_get_all_tables()`. [Suggested by Masatoshi
|
1092
|
+
Teruya]
|
1093
|
+
* Supported to customize score function. See :doc:`/reference/scorer`
|
1094
|
+
for details.
|
1095
|
+
* [incompatible] Custom score function feature introduced API and ABI
|
1096
|
+
incompatibilities in DB API layer. If you're using
|
1097
|
+
:c:type:`grn_search_optarg`, please check that your code initializes
|
1098
|
+
your :c:type:`grn_search_optarg` by ``0`` like the following:
|
1099
|
+
|
1100
|
+
.. code-block:: c
|
1101
|
+
|
1102
|
+
grn_search_optarg options;
|
1103
|
+
memset(&options, 0, sizeof(grn_search_optarg));
|
1104
|
+
|
1105
|
+
If your code do the above thing, your code is API compatible and ABI
|
1106
|
+
incompatible. You just need to rebuild your code without
|
1107
|
+
modification.
|
1108
|
+
|
1109
|
+
If your code doesn't the above thing, you need to added the above
|
1110
|
+
thing to your code.
|
1111
|
+
|
1112
|
+
* Added the following predicates that check :c:type:`grn_obj` type to
|
1113
|
+
DB API:
|
1114
|
+
|
1115
|
+
* :c:func:`grn_obj_is_table()`
|
1116
|
+
* :c:func:`grn_obj_is_proc_proc()`
|
1117
|
+
* :c:func:`grn_obj_is_function_proc()`
|
1118
|
+
* :c:func:`grn_obj_is_selector_proc()`
|
1119
|
+
* :c:func:`grn_obj_is_scorer_proc()`
|
1120
|
+
|
1121
|
+
* [experimental] Supported skipping posting list when searching
|
1122
|
+
popular term and rare term at the same time. It will improve
|
1123
|
+
performance. Set ``GRN_II_CURSOR_SET_MIN_ENABLE`` environment
|
1124
|
+
variable to ``1`` to enable the feature. The feature is disabled by
|
1125
|
+
default.
|
1126
|
+
* [doc] Added :doc:`/reference/functions/in_values` document.
|
1127
|
+
* [doc] Added :doc:`/reference/commands/logical_count` document.
|
1128
|
+
* [mruby] Implemented custom ``#inspect`` method. Is is useful for
|
1129
|
+
debugging.
|
1130
|
+
* Added :doc:`/reference/scorers/scorer_tf_at_most` scorer. It
|
1131
|
+
limits not to exceed specified score regardless of term frequency.
|
1132
|
+
* [mruby] Supported estimating matched records for selecting index
|
1133
|
+
search or sequential search.
|
1134
|
+
* Added the following functions to estimate size by index:
|
1135
|
+
|
1136
|
+
* :c:func:`grn_expr_estimate_size()`
|
1137
|
+
* :c:func:`grn_ii_estimate_size_for_query()`
|
1138
|
+
* :c:func:`grn_ii_estimate_size_for_lexicon_cursor()`
|
1139
|
+
|
1140
|
+
* Added missing :ref:`normalizer-auto` availability check. [GitHub#283]
|
1141
|
+
[Reported by Tasuku SUENAGA]
|
1142
|
+
* Dropped Visual Studio 2010 support.
|
1143
|
+
* [experimental][mecab] Supported chunked tokenization. This feature
|
1144
|
+
is a workaround for MeCab's "too long sentense" error. Specify
|
1145
|
+
``yes`` to ``GRN_MECAB_CHUNKED_TOKENIZE_ENABLED`` environment
|
1146
|
+
variable to enable it. By this configuration, Groonga splits a long
|
1147
|
+
text (8192 bytes over text by default) into small chunks and passes
|
1148
|
+
each chunk to MeCab. By this process, the above error isn't
|
1149
|
+
occurred. Additionally, you can customize chunk threshold bytes by
|
1150
|
+
``GRN_MECAB_CHUNK_SIZE_THRESHOLD`` environment variable. Note that
|
1151
|
+
``,``, ``.``, ``!``, ``?``, ``U+3001 IDEOGRAPHIC COMMA``, ``U+3002
|
1152
|
+
IDEOGRAPHIC FULL STOP``, ``U+FF01 FULLWIDTH EXCLAMATION MARK`` and
|
1153
|
+
``U+FF1F FULLWIDTH QUESTION MARK`` are treated as chunk delimiter
|
1154
|
+
characters.
|
1155
|
+
* Supported ``--pid-file`` in server mode of
|
1156
|
+
:doc:`/reference/executables/groonga`.
|
1157
|
+
* [groonga-httpd] Supported graceful stop to clean Groonga. It doesn't
|
1158
|
+
terminate the open connections immediately.
|
1159
|
+
* [experimental] Supported regular expression. See
|
1160
|
+
:doc:`/reference/regular_expression` to know about how to use regular
|
1161
|
+
expression.
|
1162
|
+
* [experimental] Added :doc:`/reference/commands/plugin_unregister`
|
1163
|
+
command.
|
1164
|
+
* [http][:doc:`/reference/commands/load`] Added "," as chunk separator
|
1165
|
+
in POST data. It decreases internal buffer size and improves load
|
1166
|
+
time when POST data don't include any new line.
|
1167
|
+
* [doc] Added :doc:`/reference/tokenizers` document.
|
1168
|
+
* Improved POSIX.2 compatibility by using ``.`` as bash's "source"
|
1169
|
+
command replacement. [GitHub#317] [Patch by Jun Kuriyama]
|
1170
|
+
* [windows] Changed to the default IO version 1. It reduces disk usage
|
1171
|
+
on Windows. [groonga-dev,03118] [Tested by ongaeshi]
|
1172
|
+
* [httpd] Updated bundled nginx version to the latest mainline
|
1173
|
+
(1.7.11).
|
1174
|
+
* Changed mime-type for TSV output to ``text/tab-separated-values``
|
1175
|
+
from ``text/plain``.
|
1176
|
+
* [:ref:`token-filter-stop-word`] Supported
|
1177
|
+
:ref:`offline-index-construction`. [GitHub#296] [Patch by Naoya
|
1178
|
+
Murakami]
|
1179
|
+
|
1180
|
+
Fixes
|
1181
|
+
^^^^^
|
1182
|
+
|
1183
|
+
* Fixed not to use obsolete ``--address`` parameter in the default
|
1184
|
+
groonga.conf. ``--bind-address`` is used instead. [Groonga-talk]
|
1185
|
+
[Reported by Dewangga]
|
1186
|
+
* [:doc:`/reference/commands/truncate`] Fixed a bug that
|
1187
|
+
:ref:`table-no-key` table can't be truncated.
|
1188
|
+
* [mecab] Reduced needless logs for "empty token" and "ignore empty
|
1189
|
+
token".
|
1190
|
+
* Fixed a bug that wrong section in index is used. It means that wrong
|
1191
|
+
search result is returned. If you satisfy all of the following
|
1192
|
+
conditions, this bug is occurred:
|
1193
|
+
|
1194
|
+
* Multiple indexes are available.
|
1195
|
+
* The first defined index or the last defined index are
|
1196
|
+
multi-column indexes.
|
1197
|
+
* When both of the first defined index and the last defined index are
|
1198
|
+
multi-column indexes, source column orders are different in them.
|
1199
|
+
|
1200
|
+
* Fixed a bug that passing Groonga command line to
|
1201
|
+
:doc:`/reference/executables/groonga` from shell command line style
|
1202
|
+
usage always returns ``0`` as exit code. For example, ``groonga
|
1203
|
+
DB_PATH nonexistent_command`` always returned ``0`` as exist code.
|
1204
|
+
* Fixed a bug that plugin path may be broken when two or more plugins
|
1205
|
+
registered. [Reported by Naoya Murakami]
|
1206
|
+
* Fixed a bug that ``Lexicon.index.source_column_name`` style in
|
1207
|
+
:ref:`select-match-columns` doesn't work when source
|
1208
|
+
column specified by ``source_column_name`` has two or more
|
1209
|
+
indexes. [Reported by Naoya Murakami]
|
1210
|
+
|
1211
|
+
Thanks
|
1212
|
+
^^^^^^
|
1213
|
+
|
1214
|
+
* Masatoshi Teruya
|
1215
|
+
* Tasuku SUENAGA
|
1216
|
+
* Dewangga
|
1217
|
+
* Jun Kuriyama
|
1218
|
+
* ongaeshi
|
1219
|
+
* Naoya Murakami
|
1220
|
+
|
1221
|
+
.. _release-5-0-0:
|
1222
|
+
|
1223
|
+
Release 5.0.0 - 2015-02-09
|
1224
|
+
--------------------------
|
1225
|
+
|
1226
|
+
* Bump version to 5.0.0!
|
1227
|
+
|
1228
|
+
Improvements
|
1229
|
+
^^^^^^^^^^^^
|
1230
|
+
|
1231
|
+
* [doc] Added :ref:`script-syntax-security` about :doc:`/reference/grn_expr/script_syntax`.
|
1232
|
+
* [experimental] Added sharding plugin. Execute `register sharding` to
|
1233
|
+
enable this feature in advance, then use :doc:`/reference/commands/logical_count` to get the number of records.
|
1234
|
+
* [cmake] Supported embedded Groonga with Clang. It fixed compilation failure
|
1235
|
+
on FreeBSD 10.1. `[MDEV-7293] <https://mariadb.atlassian.net/browse/MDEV-7293>`_
|
1236
|
+
[Reported by Bernard Spil]
|
1237
|
+
* Supported to customize plugins directory. Set `GRN_PLUGINS_DIR` environment variable.
|
1238
|
+
|
1239
|
+
Fixes
|
1240
|
+
^^^^^
|
1241
|
+
|
1242
|
+
* Fixed build failure when system has an incompatible version of onigmo/oniguruma
|
1243
|
+
headers installed. [GitHub#276] [Patch by Akinori MUSHA]
|
1244
|
+
* Fixed time related build failure on MSVC [GitHub#237]
|
1245
|
+
|
1246
|
+
Thanks
|
1247
|
+
^^^^^^
|
1248
|
+
|
1249
|
+
* Akinori MUSHA
|
1250
|
+
* Bernard Spil
|