rroonga 6.0.5-x86-mingw32 → 6.0.7-x86-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
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>4.2. Remote access — Groonga v6.0.
|
10
|
+
<title>4.2. Remote access — Groonga v6.0.7 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '6.0.
|
18
|
+
VERSION: '6.0.7',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v6.0.
|
28
|
+
<link rel="top" title="Groonga v6.0.7 documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="4. Tutorial" href="../tutorial.html" />
|
30
30
|
<link rel="next" title="4.3. Various data types" href="data.html" />
|
31
31
|
<link rel="prev" title="4.1. Basic operations" href="introduction.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="introduction.html" title="4.1. Basic operations"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.
|
63
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> »</li>
|
64
64
|
<li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U">4. Tutorial</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -236,8 +236,8 @@ select --table Site --query title:@this
|
|
236
236
|
<div id="searchbox" style="display: none" role="search">
|
237
237
|
<h3>Quick search</h3>
|
238
238
|
<form class="search" action="../search.html" method="get">
|
239
|
-
<input type="text" name="q"
|
240
|
-
<input type="submit" value="Go"
|
239
|
+
<div><input type="text" name="q" /></div>
|
240
|
+
<div><input type="submit" value="Go" /></div>
|
241
241
|
<input type="hidden" name="check_keywords" value="yes" />
|
242
242
|
<input type="hidden" name="area" value="default" />
|
243
243
|
</form>
|
@@ -259,7 +259,7 @@ select --table Site --query title:@this
|
|
259
259
|
<li class="right" >
|
260
260
|
<a href="introduction.html" title="4.1. Basic operations"
|
261
261
|
>previous</a> |</li>
|
262
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.
|
262
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> »</li>
|
263
263
|
<li class="nav-item nav-item-1"><a href="../tutorial.html" >4. Tutorial</a> »</li>
|
264
264
|
</ul>
|
265
265
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>4.8. Prefix search with patricia trie — Groonga v6.0.
|
10
|
+
<title>4.8. Prefix search with patricia trie — Groonga v6.0.7 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '6.0.
|
18
|
+
VERSION: '6.0.7',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v6.0.
|
28
|
+
<link rel="top" title="Groonga v6.0.7 documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="4. Tutorial" href="../tutorial.html" />
|
30
30
|
<link rel="next" title="4.9. Additional information about lexicon for full text search" href="lexicon.html" />
|
31
31
|
<link rel="prev" title="4.7. match_columns parameter" href="match_columns.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="match_columns.html" title="4.7. match_columns parameter"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.
|
63
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> »</li>
|
64
64
|
<li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U">4. Tutorial</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -269,8 +269,8 @@ select --table PatSuffix --filter '_key @$ "ゆき" && ori
|
|
269
269
|
<div id="searchbox" style="display: none" role="search">
|
270
270
|
<h3>Quick search</h3>
|
271
271
|
<form class="search" action="../search.html" method="get">
|
272
|
-
<input type="text" name="q"
|
273
|
-
<input type="submit" value="Go"
|
272
|
+
<div><input type="text" name="q" /></div>
|
273
|
+
<div><input type="submit" value="Go" /></div>
|
274
274
|
<input type="hidden" name="check_keywords" value="yes" />
|
275
275
|
<input type="hidden" name="area" value="default" />
|
276
276
|
</form>
|
@@ -292,7 +292,7 @@ select --table PatSuffix --filter '_key @$ "ゆき" && ori
|
|
292
292
|
<li class="right" >
|
293
293
|
<a href="match_columns.html" title="4.7. match_columns parameter"
|
294
294
|
>previous</a> |</li>
|
295
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.
|
295
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> »</li>
|
296
296
|
<li class="nav-item nav-item-1"><a href="../tutorial.html" >4. Tutorial</a> »</li>
|
297
297
|
</ul>
|
298
298
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>4.11. Query expansion — Groonga v6.0.
|
10
|
+
<title>4.11. Query expansion — Groonga v6.0.7 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '6.0.
|
18
|
+
VERSION: '6.0.7',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v6.0.
|
28
|
+
<link rel="top" title="Groonga v6.0.7 documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="4. Tutorial" href="../tutorial.html" />
|
30
30
|
<link rel="next" title="5. Server" href="../server.html" />
|
31
31
|
<link rel="prev" title="4.10. Let's create micro-blog" href="micro_blog.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="micro_blog.html" title="4.10. Let's create micro-blog"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.
|
63
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> »</li>
|
64
64
|
<li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U">4. Tutorial</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -304,8 +304,8 @@ select Doc --match_columns body --query "theatre" --query_expander Syn
|
|
304
304
|
<div id="searchbox" style="display: none" role="search">
|
305
305
|
<h3>Quick search</h3>
|
306
306
|
<form class="search" action="../search.html" method="get">
|
307
|
-
<input type="text" name="q"
|
308
|
-
<input type="submit" value="Go"
|
307
|
+
<div><input type="text" name="q" /></div>
|
308
|
+
<div><input type="submit" value="Go" /></div>
|
309
309
|
<input type="hidden" name="check_keywords" value="yes" />
|
310
310
|
<input type="hidden" name="area" value="default" />
|
311
311
|
</form>
|
@@ -327,7 +327,7 @@ select Doc --match_columns body --query "theatre" --query_expander Syn
|
|
327
327
|
<li class="right" >
|
328
328
|
<a href="micro_blog.html" title="4.10. Let's create micro-blog"
|
329
329
|
>previous</a> |</li>
|
330
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.
|
330
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> »</li>
|
331
331
|
<li class="nav-item nav-item-1"><a href="../tutorial.html" >4. Tutorial</a> »</li>
|
332
332
|
</ul>
|
333
333
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>4.4. Various search conditions — Groonga v6.0.
|
10
|
+
<title>4.4. Various search conditions — Groonga v6.0.7 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '6.0.
|
18
|
+
VERSION: '6.0.7',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v6.0.
|
28
|
+
<link rel="top" title="Groonga v6.0.7 documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="4. Tutorial" href="../tutorial.html" />
|
30
30
|
<link rel="next" title="4.5. Drilldown" href="drilldown.html" />
|
31
31
|
<link rel="prev" title="4.3. Various data types" href="data.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="data.html" title="4.3. Various data types"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.
|
63
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> »</li>
|
64
64
|
<li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U">4. Tutorial</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -587,8 +587,8 @@ select --table Site --query "_id:1 OR _id:2" --output_columns _key,loc
|
|
587
587
|
<div id="searchbox" style="display: none" role="search">
|
588
588
|
<h3>Quick search</h3>
|
589
589
|
<form class="search" action="../search.html" method="get">
|
590
|
-
<input type="text" name="q"
|
591
|
-
<input type="submit" value="Go"
|
590
|
+
<div><input type="text" name="q" /></div>
|
591
|
+
<div><input type="submit" value="Go" /></div>
|
592
592
|
<input type="hidden" name="check_keywords" value="yes" />
|
593
593
|
<input type="hidden" name="area" value="default" />
|
594
594
|
</form>
|
@@ -610,7 +610,7 @@ select --table Site --query "_id:1 OR _id:2" --output_columns _key,loc
|
|
610
610
|
<li class="right" >
|
611
611
|
<a href="data.html" title="4.3. Various data types"
|
612
612
|
>previous</a> |</li>
|
613
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.
|
613
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> »</li>
|
614
614
|
<li class="nav-item nav-item-1"><a href="../tutorial.html" >4. Tutorial</a> »</li>
|
615
615
|
</ul>
|
616
616
|
</div>
|
@@ -1,4 +1,4 @@
|
|
1
1
|
# Sphinx build info version 1
|
2
2
|
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
3
|
-
config:
|
3
|
+
config: 8ec95f11e2fc9aa880d76de8f28a2123
|
4
4
|
tags: 645f666f9bcd5a90fca523b33c5a78b7
|
@@ -169,9 +169,9 @@ Install required packages to build Groonga::
|
|
169
169
|
|
170
170
|
Download source::
|
171
171
|
|
172
|
-
% wget http://packages.groonga.org/source/groonga/groonga-6.0.
|
173
|
-
% tar xvzf groonga-6.0.
|
174
|
-
% cd groonga-6.0.
|
172
|
+
% wget http://packages.groonga.org/source/groonga/groonga-6.0.7.tar.gz
|
173
|
+
% tar xvzf groonga-6.0.7.tar.gz
|
174
|
+
% cd groonga-6.0.7
|
175
175
|
|
176
176
|
Configure (see :ref:`source-configure` about ``configure`` options)::
|
177
177
|
|
@@ -89,9 +89,9 @@ Install required packages to build Groonga::
|
|
89
89
|
|
90
90
|
Download source::
|
91
91
|
|
92
|
-
% wget http://packages.groonga.org/source/groonga/groonga-6.0.
|
93
|
-
% tar xvzf groonga-6.0.
|
94
|
-
% cd groonga-6.0.
|
92
|
+
% wget http://packages.groonga.org/source/groonga/groonga-6.0.7.tar.gz
|
93
|
+
% tar xvzf groonga-6.0.7.tar.gz
|
94
|
+
% cd groonga-6.0.7
|
95
95
|
|
96
96
|
Configure (see :ref:`source-configure` about ``configure`` options)::
|
97
97
|
|
@@ -80,9 +80,9 @@ Install required packages to build Groonga::
|
|
80
80
|
|
81
81
|
Download source::
|
82
82
|
|
83
|
-
% wget http://packages.groonga.org/source/groonga/groonga-6.0.
|
84
|
-
% tar xvzf groonga-6.0.
|
85
|
-
% cd groonga-6.0.
|
83
|
+
% wget http://packages.groonga.org/source/groonga/groonga-6.0.7.tar.gz
|
84
|
+
% tar xvzf groonga-6.0.7.tar.gz
|
85
|
+
% cd groonga-6.0.7
|
86
86
|
|
87
87
|
Configure (see :ref:`source-configure` about ``configure`` options)::
|
88
88
|
|
@@ -49,9 +49,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_.
|
|
49
49
|
|
50
50
|
Download source::
|
51
51
|
|
52
|
-
% curl -O http://packages.groonga.org/source/groonga/groonga-6.0.
|
53
|
-
% tar xvzf groonga-6.0.
|
54
|
-
% cd groonga-6.0.
|
52
|
+
% curl -O http://packages.groonga.org/source/groonga/groonga-6.0.7.tar.gz
|
53
|
+
% tar xvzf groonga-6.0.7.tar.gz
|
54
|
+
% cd groonga-6.0.7
|
55
55
|
|
56
56
|
Configure (see :ref:`source-configure` about ``configure`` options)::
|
57
57
|
|
@@ -74,9 +74,9 @@ Build from source
|
|
74
74
|
Groonga uses GNU build system. So the following is the simplest build
|
75
75
|
steps::
|
76
76
|
|
77
|
-
% wget http://packages.groonga.org/source/groonga/groonga-6.0.
|
78
|
-
% tar xvzf groonga-6.0.
|
79
|
-
% cd groonga-6.0.
|
77
|
+
% wget http://packages.groonga.org/source/groonga/groonga-6.0.7.tar.gz
|
78
|
+
% tar xvzf groonga-6.0.7.tar.gz
|
79
|
+
% cd groonga-6.0.7
|
80
80
|
% ./configure
|
81
81
|
% make
|
82
82
|
% sudo make install
|
@@ -17,9 +17,9 @@ Install required packages to build Groonga::
|
|
17
17
|
|
18
18
|
Download source::
|
19
19
|
|
20
|
-
% wget http://packages.groonga.org/source/groonga/groonga-6.0.
|
21
|
-
% gtar xvzf groonga-6.0.
|
22
|
-
% cd groonga-6.0.
|
20
|
+
% wget http://packages.groonga.org/source/groonga/groonga-6.0.7.tar.gz
|
21
|
+
% gtar xvzf groonga-6.0.7.tar.gz
|
22
|
+
% cd groonga-6.0.7
|
23
23
|
|
24
24
|
Configure with ``CFLAGS="-m64" CXXFLAGS="-m64"`` variables. They are
|
25
25
|
needed for building 64-bit version. To build 32-bit version, just
|
@@ -24,7 +24,6 @@ Here are supported Ubuntu versions:
|
|
24
24
|
|
25
25
|
* 12.04 LTS Precise Pangolin
|
26
26
|
* 14.04 LTS Trusty Tahr
|
27
|
-
* 15.10 Wily Werewolf
|
28
27
|
* 16.04 Xenial Xerus
|
29
28
|
|
30
29
|
|
@@ -83,9 +82,9 @@ Install required packages to build Groonga::
|
|
83
82
|
|
84
83
|
Download source::
|
85
84
|
|
86
|
-
% wget http://packages.groonga.org/source/groonga/groonga-6.0.
|
87
|
-
% tar xvzf groonga-6.0.
|
88
|
-
% cd groonga-6.0.
|
85
|
+
% wget http://packages.groonga.org/source/groonga/groonga-6.0.7.tar.gz
|
86
|
+
% tar xvzf groonga-6.0.7.tar.gz
|
87
|
+
% cd groonga-6.0.7
|
89
88
|
|
90
89
|
Configure (see :ref:`source-configure` about ``configure`` options)::
|
91
90
|
|
@@ -21,14 +21,14 @@ Installer
|
|
21
21
|
For 32-bit environment, download x86 executable binary from
|
22
22
|
packages.groonga.org:
|
23
23
|
|
24
|
-
* http://packages.groonga.org/windows/groonga/groonga-6.0.
|
24
|
+
* http://packages.groonga.org/windows/groonga/groonga-6.0.7-x86.exe
|
25
25
|
|
26
26
|
Then run it.
|
27
27
|
|
28
28
|
For 64-bit environment, download x64 executable binary from
|
29
29
|
packages.goronga.org:
|
30
30
|
|
31
|
-
* http://packages.groonga.org/windows/groonga/groonga-6.0.
|
31
|
+
* http://packages.groonga.org/windows/groonga/groonga-6.0.7-x64.exe
|
32
32
|
|
33
33
|
Then run it.
|
34
34
|
|
@@ -41,14 +41,14 @@ zip
|
|
41
41
|
For 32-bit environment, download x86 zip archive from
|
42
42
|
packages.groonga.org:
|
43
43
|
|
44
|
-
* http://packages.groonga.org/windows/groonga/groonga-6.0.
|
44
|
+
* http://packages.groonga.org/windows/groonga/groonga-6.0.7-x86.zip
|
45
45
|
|
46
46
|
Then extract it.
|
47
47
|
|
48
48
|
For 64-bit environment, download x64 zip archive from
|
49
49
|
packages.groonga.org:
|
50
50
|
|
51
|
-
* http://packages.groonga.org/windows/groonga/groonga-6.0.
|
51
|
+
* http://packages.groonga.org/windows/groonga/groonga-6.0.7-x64.zip
|
52
52
|
|
53
53
|
Then extract it.
|
54
54
|
|
@@ -66,27 +66,27 @@ Windows. Here are required tools:
|
|
66
66
|
|
67
67
|
Download zipped source from packages.groonga.org:
|
68
68
|
|
69
|
-
* http://packages.groonga.org/source/groonga/groonga-6.0.
|
69
|
+
* http://packages.groonga.org/source/groonga/groonga-6.0.7.zip
|
70
70
|
|
71
71
|
Then extract it.
|
72
72
|
|
73
73
|
Move to the Groonga's source folder::
|
74
74
|
|
75
|
-
> cd c:\Users\%USERNAME%\Downloads\groonga-6.0.
|
75
|
+
> cd c:\Users\%USERNAME%\Downloads\groonga-6.0.7
|
76
76
|
|
77
77
|
Configure by ``cmake``. The following commnad line is for 64-bit
|
78
78
|
version. To build 32-bit version, use ``-G "Visual Studio 12 2013"``
|
79
79
|
parameter instead::
|
80
80
|
|
81
|
-
groonga-6.0.
|
81
|
+
groonga-6.0.7> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga
|
82
82
|
|
83
83
|
Build::
|
84
84
|
|
85
|
-
groonga-6.0.
|
85
|
+
groonga-6.0.7> cmake --build . --config Release
|
86
86
|
|
87
87
|
Install::
|
88
88
|
|
89
|
-
groonga-6.0.
|
89
|
+
groonga-6.0.7> cmake --build . --config Release --target Install
|
90
90
|
|
91
91
|
After the above steps, :doc:`/reference/executables/groonga` is found at
|
92
92
|
``c:\Groonga\bin\groonga.exe``.
|
@@ -7,6 +7,87 @@
|
|
7
7
|
News
|
8
8
|
====
|
9
9
|
|
10
|
+
.. _release-6-0-7:
|
11
|
+
|
12
|
+
Release 6.0.7 - 2016-07-29
|
13
|
+
--------------------------
|
14
|
+
|
15
|
+
Improvements
|
16
|
+
^^^^^^^^^^^^
|
17
|
+
|
18
|
+
* [:doc:`/reference/functions/string_substring`] Added
|
19
|
+
``string_substring`` function to extract a substring from given
|
20
|
+
string. The syntax of ``string_substring`` is
|
21
|
+
``string_substring(string, from, [length])``. [GitHub#564] [Patch by
|
22
|
+
Naoya Murakami]
|
23
|
+
|
24
|
+
* [experimental] Added ``GRN_II_MAX_N_SEGMENTS_TINY`` and
|
25
|
+
``GRN_II_MAX_N_CHUNKS_TINY`` environment variables to customize the
|
26
|
+
value about default max N segments/chunks. This feature is affected to
|
27
|
+
index column for fixed size scalar column. It reduces memory usage
|
28
|
+
but not tested widely yet.
|
29
|
+
|
30
|
+
* [:doc:`/news/5.x`] Extracted Groonga 5.x news entries from :doc:`/news`.
|
31
|
+
|
32
|
+
* [:doc:`/reference/functions/vector_slice`] Added ``vector_slice``
|
33
|
+
function to extract specific elements in vector column. [GitHub#582]
|
34
|
+
[Patch by Naoya Murakami]
|
35
|
+
|
36
|
+
* Supported index range search for ``_key`` of PAT/DAT table.
|
37
|
+
[GitHub#583]
|
38
|
+
|
39
|
+
* [:doc:`/reference/commands/object_list`] Added ``object_list``
|
40
|
+
command for debugging. It is useful to investigate whether database
|
41
|
+
is corrupted or not.
|
42
|
+
|
43
|
+
* Added a script that checks ``object_list`` response.
|
44
|
+
|
45
|
+
* [mruby] Supported float bulk in expression_rewriter. [GitHub#587]
|
46
|
+
[Patch by Naoya Murakami]
|
47
|
+
|
48
|
+
* [:doc:`/reference/commands/dump`] Changed output order about table
|
49
|
+
by name instead of ID. It breaks dump output compatibility but it
|
50
|
+
can be restored as usual.
|
51
|
+
|
52
|
+
* [windows] Updated bundled msgpack to 2.0.0.
|
53
|
+
|
54
|
+
* [windows] Added
|
55
|
+
:doc:`/reference/executables/groonga-suggest-create-dataset`.
|
56
|
+
|
57
|
+
* [httpd] Updated bundled nginx to 1.11.3.
|
58
|
+
|
59
|
+
* [deb] Dropped support for Ubuntu 15.10 (Wily werewolf).
|
60
|
+
|
61
|
+
Fixes
|
62
|
+
^^^^^
|
63
|
+
|
64
|
+
* [examples edict] Fixed to use ``gzcat`` instead of ``zcat`` if
|
65
|
+
exists. [GitHub#576] [Patch by Yuya TAMANO]
|
66
|
+
|
67
|
+
* Added missing null-check before dereferencing a
|
68
|
+
pointer. [GitHub#579] [Patch by Sho Minagawa]
|
69
|
+
|
70
|
+
* Fixed not to perform a sequential search if an index is available.
|
71
|
+
[GitHub#580]
|
72
|
+
|
73
|
+
* [:doc:`/reference/commands/load`] Fixed a bug that ``Time`` column
|
74
|
+
can reduce the precision of values. [GitHub#581]
|
75
|
+
|
76
|
+
* Fixed a bug that object literal expression codes is broken when
|
77
|
+
executing multiple logical operations. [GitHub#584] [Patch by Naoya
|
78
|
+
Murakami]
|
79
|
+
|
80
|
+
* Fixed a bug that columns of Float, WGS84GeoPoint and TokyoGeoPoint
|
81
|
+
were created with ``GRN_OBJ_COMPRESS_ZLIB`` even if the flag was not
|
82
|
+
specified. [GitHub#586] [Reported by Naoya Murakami]
|
83
|
+
|
84
|
+
Thanks
|
85
|
+
^^^^^^
|
86
|
+
|
87
|
+
* Naoya Murakami
|
88
|
+
* Yuya TAMANO
|
89
|
+
* Sho Minagawa
|
90
|
+
|
10
91
|
.. _release-6-0-5:
|
11
92
|
|
12
93
|
Release 6.0.5 - 2016-06-29
|
@@ -583,1256 +664,13 @@ Thanks
|
|
583
664
|
|
584
665
|
* KITAITI Makoto
|
585
666
|
|
586
|
-
.. _release-5-1-2:
|
587
|
-
|
588
|
-
Release 5.1.2 - 2016-01-29
|
589
|
-
--------------------------
|
590
|
-
|
591
|
-
Improvements
|
592
|
-
^^^^^^^^^^^^
|
593
|
-
|
594
|
-
* Improved performance for sequential search against constant value
|
595
|
-
such as ``true`` and ``29``.
|
596
|
-
|
597
|
-
* Improved performance for sequential search against binary operation
|
598
|
-
with constant value such as ``x == 29`` and ``x < 29``.
|
599
|
-
|
600
|
-
* [:doc:`/reference/commands/select`] Changed score type to ``Float``
|
601
|
-
from ``Int32`` when :doc:`/reference/command/command_version` is 2.
|
602
|
-
The current default command version is 1. Command version 2 is
|
603
|
-
experimental. So this change isn't affected to normal users.
|
604
|
-
[GitHub#450][Patch by Naoya Murakami]
|
605
|
-
|
606
|
-
* [grn_ts] Supported match operator.
|
607
|
-
|
608
|
-
* [:doc:`/reference/executables/grndb`] Added ``--target`` option to
|
609
|
-
``check`` command. It reduces check target.
|
610
|
-
|
611
|
-
* [Windows] Updated bundled msgpack to 1.3.0 from 1.0.1.
|
612
|
-
|
613
|
-
* [Windows] Updated bundled MeCab to 0.996 from 0.98.
|
614
|
-
|
615
|
-
* [``grn_hash_size()``] Added a new API that returns the number of
|
616
|
-
records in the hash table.
|
617
|
-
|
618
|
-
* [``GRN_HASH_TINY``] Added a new flag to create tiny hash table.
|
619
|
-
|
620
|
-
* [``grn_dump_table_create_flags()``] Added a new API that converts
|
621
|
-
``flags`` value of a table to ``flags`` parameter format of
|
622
|
-
:doc:`/reference/commands/table_create`.
|
623
|
-
|
624
|
-
* [``grn_dump_column_create_flags()``] Added a new API that converts
|
625
|
-
``flags`` value of a column to ``flags`` parameter format of
|
626
|
-
:doc:`/reference/commands/column_create`.
|
627
|
-
|
628
|
-
* [``grn_plugin_get_names()``] Added a new API that returns all plugin
|
629
|
-
names in a database.
|
630
|
-
|
631
|
-
* [``grn_column_get_all_index_data()``] Added a new API that returns
|
632
|
-
all index data for a table or data column.
|
633
|
-
|
634
|
-
* [:doc:`/reference/commands/schema`] Added indexes information to
|
635
|
-
indexed tables and data columns.
|
636
|
-
|
637
|
-
* [``grn_config_get()``] Renamed from ``grn_conf_get()``.
|
638
|
-
|
639
|
-
* [``grn_config_set()``] Renamed from ``grn_conf_set()``.
|
640
|
-
|
641
|
-
* [``grn_config_delete()``] Added a new API that deletes a
|
642
|
-
configuration item.
|
643
|
-
|
644
|
-
* [:doc:`/reference/commands/config_set`] Added a new command that
|
645
|
-
sets a configuration item.
|
646
|
-
|
647
|
-
* [:doc:`/reference/commands/config_get`] Added a new command that
|
648
|
-
gets a configuration item value.
|
649
|
-
|
650
|
-
* [:doc:`/reference/commands/config_delete`] Added a new command that
|
651
|
-
deletes a configuration item.
|
652
|
-
|
653
|
-
* [``grn_config_cursor_open()``] Added a new API that opens a new
|
654
|
-
cursor that iterates all configuration items.
|
655
|
-
|
656
|
-
* [``grn_config_cursor_next()``] Added a new API that moves to the
|
657
|
-
next configuration item in the cursor.
|
658
|
-
|
659
|
-
* [``grn_config_cursor_get_key()``] Added a new API that gets the
|
660
|
-
key of the current configuration item.
|
661
|
-
|
662
|
-
* [``grn_config_cursor_get_value()``] Added a new API that gets the
|
663
|
-
value of the current configuration item.
|
664
|
-
|
665
|
-
* [:doc:`/reference/alias`] Supported aliasing table and column names.
|
666
|
-
|
667
|
-
* [hash table] Added total key size overflow check.
|
668
|
-
|
669
|
-
* [:doc:`/reference/commands/dump`] Supported dumping configurations
|
670
|
-
set by :doc:`/reference/commands/config_set`.
|
671
|
-
|
672
|
-
* [patricia trie] Improved inspection.
|
673
|
-
[GitHub#452][GitHub#457][Patch by Naoya Murakami]
|
674
|
-
|
675
|
-
* [``grn_get_global_error_message()``] Added a new API that gets the
|
676
|
-
current error message in the process.
|
677
|
-
|
678
|
-
* [:doc:`/reference/commands/lock_acquire`] Added a new command that
|
679
|
-
acquires a lock of a database, table or column.
|
680
|
-
|
681
|
-
* [:doc:`/reference/commands/lock_release`] Added a new command that
|
682
|
-
releases a lock of a database, table or column.
|
683
|
-
|
684
|
-
* [:doc:`/reference/executables/groonga-httpd`] Updated bundled nginx
|
685
|
-
version to 1.9.10 from 1.9.7.
|
686
|
-
|
687
|
-
Fixes
|
688
|
-
^^^^^
|
689
|
-
|
690
|
-
* Fixed mruby related crash bugs.
|
691
|
-
|
692
|
-
* [Windows] Fixed label in installer.
|
693
|
-
[groonga-dev,03825][Reported by Atsushi Shinoda]
|
694
|
-
|
695
|
-
* [doc] Fixed typos.
|
696
|
-
[GitHub#456][GitHub#458][Patch by tSU_RooT]
|
697
|
-
|
698
|
-
* [:doc:`/server/memcached`] Added more description.
|
699
|
-
[GitHub#454][Patch by Hiroyuki Sato]
|
700
|
-
|
701
|
-
* Fixed a bug that :doc:`/reference/command/command_version` specified
|
702
|
-
by ``command_version`` parameter in a request isn't reset.
|
703
|
-
|
704
|
-
Thanks
|
705
|
-
^^^^^^
|
706
|
-
|
707
|
-
* Naoya Murakami
|
708
|
-
|
709
|
-
* Atsushi Shinoda
|
710
|
-
|
711
|
-
* tSU_RooT
|
712
|
-
|
713
|
-
* Hiroyuki Sato
|
714
|
-
|
715
|
-
.. _release-5-1-1:
|
716
|
-
|
717
|
-
Release 5.1.1 - 2015-12-29
|
718
|
-
--------------------------
|
719
|
-
|
720
|
-
Improvements
|
721
|
-
^^^^^^^^^^^^
|
722
|
-
|
723
|
-
* [:doc:`/reference/grn_expr/script_syntax`] Supported ``INDEX_COLUMN
|
724
|
-
== VALUE`` as index search with an equal supported index.
|
725
|
-
|
726
|
-
* Reduced the continuous same messages from inverted index module.
|
727
|
-
|
728
|
-
* Supported detecting truncated tables by another process.
|
729
|
-
[GitHub#447] [groonga-dev,03761] [Reported by Yutaro SHIMAMURA]
|
730
|
-
|
731
|
-
* [:c:func:`grn_db_recover()`] Supported detecting a broken object.
|
732
|
-
|
733
|
-
* Improved performance for sequential scan search by
|
734
|
-
:doc:`/reference/regular_expression` match with constant pattern
|
735
|
-
such as ``COLUMN @~ "CONSTANT_PATTERN"``.
|
736
|
-
|
737
|
-
Fixes
|
738
|
-
^^^^^
|
739
|
-
|
740
|
-
* Fixed build error on MessagePack support build.
|
741
|
-
[groonga-dev,03708] [Reported by Ryo Sugimoto]
|
742
|
-
|
743
|
-
* [mruby] Fixed a crash bug on error.
|
744
|
-
mruby exception feature is disabled as workaround for now.
|
745
|
-
|
746
|
-
* [:doc:`/reference/commands/thread_limit`] Fixed a bug that
|
747
|
-
``thread_limit?max=1`` may not reduce the number of current running
|
748
|
-
threads to ``1``.
|
749
|
-
|
750
|
-
* [:doc:`/reference/commands/thread_limit`] Fixed a bug that
|
751
|
-
``thread_limit?max=1`` may not return.
|
752
|
-
|
753
|
-
* [:doc:`/reference/tuning`] Fixed wrong ``sysctl`` argument.
|
754
|
-
[GitHub#448] [Reported by Hiroyuki Sato]
|
755
|
-
|
756
|
-
Thanks
|
757
|
-
^^^^^^
|
758
|
-
|
759
|
-
* Ryo Sugimoto
|
760
|
-
* Yutaro SHIMAMURA
|
761
|
-
* Hiroyuki Sato
|
762
|
-
|
763
|
-
.. _release-5-1-0:
|
764
|
-
|
765
|
-
Release 5.1.0 - 2015-11-29
|
766
|
-
--------------------------
|
767
|
-
|
768
|
-
Improvements
|
769
|
-
^^^^^^^^^^^^
|
770
|
-
|
771
|
-
* [patiricia trie] Added an error check for the max total key
|
772
|
-
size. See :doc:`/limitations` about the max total key size.
|
773
|
-
|
774
|
-
* [:doc:`/reference/executables/grndb`] Added a check for broken
|
775
|
-
object. The check can detect a case that the object can't be opened.
|
776
|
-
|
777
|
-
* [``grn_obj_reindex()``] Added a new API that recreates existing
|
778
|
-
indexes.
|
779
|
-
|
780
|
-
* [:doc:`/reference/commands/reindex`] Added a new command that
|
781
|
-
recreates existing indexes.
|
782
|
-
|
783
|
-
* [inverted index] Improved estimation precision for query.
|
784
|
-
|
785
|
-
* [:doc:`/reference/commands/logical_range_filter`] Added fallback
|
786
|
-
mode for sequential search. If sequential search checked many
|
787
|
-
records but didn't find required the number of records, index search
|
788
|
-
is used as fallback.
|
789
|
-
|
790
|
-
* [``grn_get_package_label()``] Added a new API that returns package
|
791
|
-
label. It returns ``Groonga``.
|
792
|
-
|
793
|
-
* [:doc:`/reference/executables/groonga-server-http`] Added ``Server:
|
794
|
-
Groonga/VERSION`` response header.
|
795
|
-
|
796
|
-
* [:doc:`/reference/executables/groonga-httpd`] Improved performance
|
797
|
-
by reusing ``grn_ctx`` object.
|
798
|
-
|
799
|
-
* [``grn_file_reader``] Added a new API that provides ``fgets()``
|
800
|
-
feature. It fixes a crash bug of
|
801
|
-
:doc:`/reference/executables/groonga`. If
|
802
|
-
:doc:`/reference/executables/groonga` is built with static C runtime
|
803
|
-
by Visual Studio, the crash bug is occurred.
|
804
|
-
|
805
|
-
* [:doc:`/reference/functions/prefix_rk_search`] Added a new selector
|
806
|
-
that provides prefix RK search feature.
|
807
|
-
|
808
|
-
* [``grn_obj_is_accessor()``] Added a new predicate that checks
|
809
|
-
whether the object is an accessor.
|
810
|
-
|
811
|
-
* [``grn_obj_is_key_accessor()``] Added a new predicate that checks
|
812
|
-
whether the object is an accessor for ``_key``
|
813
|
-
:doc:`/reference/columns/pseudo`.
|
814
|
-
|
815
|
-
* Supported :doc:`/reference/command/pretty_print` for JSON output.
|
816
|
-
|
817
|
-
Fixes
|
818
|
-
^^^^^
|
819
|
-
|
820
|
-
* [inverted index] Fixed a possible infinite loop bug when log level
|
821
|
-
is ``debug``.
|
822
|
-
|
823
|
-
* Fixed a bug that ``@`` operator (match operator) may not match
|
824
|
-
record that should be matched in sequential search mode.
|
825
|
-
|
826
|
-
* [patricia trie] Fixed a bug that invalid value may be returned for
|
827
|
-
empty string key. [groonga-dev,03632] [Reported by Naoya Murakami]
|
828
|
-
|
829
|
-
Thanks
|
830
|
-
^^^^^^
|
831
|
-
|
832
|
-
* Naoya Murakami
|
833
|
-
|
834
|
-
.. _release-5-0-9:
|
835
|
-
|
836
|
-
Release 5.0.9 - 2015-10-29
|
837
|
-
--------------------------
|
838
|
-
|
839
|
-
Improvements
|
840
|
-
^^^^^^^^^^^^
|
841
|
-
|
842
|
-
* [inverted index] Reduced log levels of logs for developers.
|
843
|
-
|
844
|
-
* Flushed pending changed on creating new database. It guards database
|
845
|
-
from crash.
|
846
|
-
|
847
|
-
* [``grn_geo_table_sort()``] Added a new API that sorts table by
|
848
|
-
geometry index.
|
849
|
-
|
850
|
-
* [experimental] Added expression rewrite mechanism. You can write
|
851
|
-
custom expression rewriter by mruby. Expression rewriter can be used
|
852
|
-
for optimizing an expression, changing conditions in an expression
|
853
|
-
and so on.
|
854
|
-
|
855
|
-
* [experimental] Added database global configuration mechanism. You
|
856
|
-
can put configurations (key and value pairs) into database. For
|
857
|
-
example, it will be used in :ref:`token-filter-stop-word` to custom
|
858
|
-
column name from ``is_stop_word``.
|
859
|
-
|
860
|
-
* [``grn_conf_set()``] Added a new API that sets a configuration.
|
861
|
-
|
862
|
-
* [``grn_conf_get()``] Added a new API that gets a configuration.
|
863
|
-
|
864
|
-
* [deb] Changed to ``all`` from ``any`` for
|
865
|
-
``Architecture`` value.
|
866
|
-
[debian-bugs:799167][Reported by Matthias Klose]
|
867
|
-
|
868
|
-
* [Windows][CMake] Supported building bundled MeCab.
|
869
|
-
[groonga-dev,03562][Reported by Sato]
|
870
|
-
|
871
|
-
* [:doc:`/reference/commands/schema`] Added a new command that returns
|
872
|
-
schema. Schema is consists with loaded plugins, loaded tokenizers,
|
873
|
-
loaded normalizers, loaded token filters, defined tables and defined
|
874
|
-
columns.
|
875
|
-
|
876
|
-
* [:c:func:`grn_plugin_win32_base_dir()`] Deprecated. Use
|
877
|
-
:c:func:`grn_plugin_windows_base_dir()` instead.
|
878
|
-
|
879
|
-
* [:c:func:`grn_plugin_windows_base_dir()`] Renamed from
|
880
|
-
:c:func:`grn_plugin_win32_base_dir()`.
|
881
|
-
|
882
|
-
* [``grn_obj_is_type()``] Add a new API that returns true when the
|
883
|
-
passed object is a type object.
|
884
|
-
|
885
|
-
* [``grn_obj_is_tokenizer_proc()``] Add a new API that returns true
|
886
|
-
when the passed object is a tokenizer object.
|
887
|
-
|
888
|
-
* [``grn_obj_is_normalizer_proc()``] Add a new API that returns true
|
889
|
-
when the passed object is a normalizer object.
|
890
|
-
|
891
|
-
* [``grn_obj_is_token_filter_proc()``] Add a new API that returns true
|
892
|
-
when the passed object is a token filter object.
|
893
|
-
|
894
|
-
* [``grn_ctx_get_all_types()``] Add a new API that returns all type
|
895
|
-
objects in database.
|
896
|
-
|
897
|
-
* [``grn_ctx_get_all_tokenizers()``] Add a new API that returns all
|
898
|
-
tokenizer objects in database.
|
899
|
-
|
900
|
-
* [``grn_ctx_get_all_normalizers()``] Add a new API that returns all
|
901
|
-
normalizer objects in database.
|
902
|
-
|
903
|
-
* [``grn_ctx_get_all_token_filters()``] Add a new API that returns all
|
904
|
-
token filter objects in database.
|
905
|
-
|
906
|
-
* [``grn_ctx_output_uint64()``] Add a new API that outputs 64bit
|
907
|
-
unsigned integer value.
|
908
|
-
|
909
|
-
* [``grn_ctx_output_null()``] Add a new API that outputs ``NULL``.
|
910
|
-
|
911
|
-
* [``GRN_OBJ_IS_TRUE()``] Add a new API that returns true when the
|
912
|
-
passed object is true value.
|
913
|
-
|
914
|
-
* [experimental] Enabled grn_ts by default.
|
915
|
-
|
916
|
-
* [:doc:`/install/ubuntu`] Added Ubuntu 15.10 Wily Werewolf support.
|
917
|
-
|
918
|
-
Fixes
|
919
|
-
^^^^^
|
920
|
-
|
921
|
-
* [patricia trie] Fixed a bug that the number of records may be
|
922
|
-
counted up unexpectedly on adding a new entry. [GitHub#417]
|
923
|
-
|
924
|
-
* [patricia trie] Fixed a bug that a variable may be used
|
925
|
-
uninitialized.
|
926
|
-
|
927
|
-
* [patricia trie] Fixed a bug that ``grn_pat_cursor_next()`` may enter
|
928
|
-
an infinite loop. [GitHub#419]
|
929
|
-
|
930
|
-
* [patricia trie] Fixed a bug that deleting an entry may break
|
931
|
-
patricia trie.
|
932
|
-
[GitHub#415][groonga-dev,03515][Reported by Hiroshi Kagami]
|
933
|
-
|
934
|
-
* [patricia trie] Fixed a bug that deleting a nonexistent entry may
|
935
|
-
break patricia trie. [GitHub#420]
|
936
|
-
|
937
|
-
* Fixed a bug that wrong proc type is used for token filter objects.
|
938
|
-
|
939
|
-
Thanks
|
940
|
-
^^^^^^
|
941
|
-
|
942
|
-
* Matthias Klose
|
943
|
-
* Hiroshi Kagami
|
944
|
-
* Sato
|
945
|
-
|
946
|
-
.. _release-5-0-8:
|
947
|
-
|
948
|
-
Release 5.0.8 - 2015-09-29
|
949
|
-
--------------------------
|
950
|
-
|
951
|
-
Improvements
|
952
|
-
^^^^^^^^^^^^
|
953
|
-
|
954
|
-
* [Windows] Supported build with MySQL again.
|
955
|
-
|
956
|
-
* [:doc:`/reference/grn_expr/script_syntax`] Changed return value type
|
957
|
-
to ``Bool`` from ``Int32`` for predicate operations such as
|
958
|
-
:ref:`script-syntax-match-operator` and
|
959
|
-
:ref:`script-syntax-equal-operator`.
|
960
|
-
|
961
|
-
* [:doc:`/reference/api`] Supported owning other ``grn_obj`` by
|
962
|
-
``GRN_PTR`` and ``GRN_PVECTOR`` bulk. If you specify ``GRN_OBJ_OWN``
|
963
|
-
flag to ``GRN_PTR`` and ``GRN_PVECTOR`` bulks, they call
|
964
|
-
:c:func:`grn_obj_close()` against ``grn_obj`` that is held by
|
965
|
-
them when they are closed.
|
966
|
-
|
967
|
-
* [incompatible][:doc:`/reference/regular_expression`] Changed to
|
968
|
-
normalize regular expression match target text before matching. It's
|
969
|
-
for consistency and performance.
|
970
|
-
|
971
|
-
Other operations such as :ref:`script-syntax-prefix-search-operator`
|
972
|
-
normalize target text.
|
973
|
-
|
974
|
-
Some simple regular expressions such as ``\Ahello`` can be
|
975
|
-
evaluated by index. It's fast.
|
976
|
-
|
977
|
-
If target text isn't normalized, you need to use complex regular
|
978
|
-
expressions such as ``\A[Hh]ello`` and ``\A(?i)hello``. Complex
|
979
|
-
regular expressions can't be evaluated by index. If target text is
|
980
|
-
normalized, you can use simple regular expressions. They may be
|
981
|
-
evaluated by index. It's fast.
|
982
|
-
|
983
|
-
* [doc] Improved documents.
|
984
|
-
[GitHub#393][GitHub#396][GitHub#397][GitHub#399][GitHub#403]
|
985
|
-
[GitHub#405][GitHub#409]
|
986
|
-
[Reported by Hiroyuki Sato][Patch by Hiroyuki Sato]
|
987
|
-
|
988
|
-
* [:doc:`/reference/functions/highlight_html`] Improved performance.
|
989
|
-
[groonga-dev,03427] [Reported by Hiroyuki Sato]
|
990
|
-
|
991
|
-
* [:doc:`/reference/functions/snippet_html`] Improved performance.
|
992
|
-
|
993
|
-
* [CMake] Stopped to run ``pkg-config`` twice.
|
994
|
-
[Patch by Sergei Golubchik]
|
995
|
-
|
996
|
-
* Removed needless check for year in time. B.C. is always invalid time
|
997
|
-
without this change. B.C. is valid time when system (``mktime()``)
|
998
|
-
supports it with this change.
|
999
|
-
|
1000
|
-
* [:c:func:`grn_ctx_is_opened()`] Added a new API that checks whether
|
1001
|
-
object with the ID is opened or not.
|
1002
|
-
|
1003
|
-
* [:c:func:`grn_obj_remove()`] Reduced the maximum memory usage. If
|
1004
|
-
:c:func:`grn_thread_get_limit()` returns ``1``, it closes temporary
|
1005
|
-
opened objects after it finished to use them.
|
1006
|
-
|
1007
|
-
* [doc][:doc:`/reference/commands/table_remove`] Updated with many
|
1008
|
-
descriptions.
|
1009
|
-
|
1010
|
-
* [:doc:`/reference/executables/groonga`] Ensured to add the last new
|
1011
|
-
line to :doc:`/reference/commands/dump` result on stand alone mode.
|
1012
|
-
|
1013
|
-
* [:ref:`process-log`] Added Groonga version into ``grn_init`` log.
|
1014
|
-
|
1015
|
-
* Opened `chat room on Gitter <https://gitter.im/groonga/public>`_.
|
1016
|
-
|
1017
|
-
* [:doc:`/reference/commands/status`] Added ``start_time`` as alias of
|
1018
|
-
``starttime`` for consistency. Other keys use ``snake_case`` style.
|
1019
|
-
``starttime`` is deprecated. Use ``start_time`` instead.
|
1020
|
-
|
1021
|
-
* Updated bundled Onigmo.
|
1022
|
-
|
1023
|
-
* [doc][:doc:`/reference/scorers/scorer_tf_at_most`] Documented.
|
1024
|
-
|
1025
|
-
* Supported columns for temporary table. It's only available C API
|
1026
|
-
users for now. :doc:`/reference/commands/select` will use this
|
1027
|
-
feature in the next release.
|
1028
|
-
|
1029
|
-
* [``grn_vector_pop_element()``] Exported.
|
1030
|
-
|
1031
|
-
* [:doc:`/reference/executables/groonga`] Added checks whether
|
1032
|
-
acquiring lock is succeeded or not.
|
1033
|
-
|
1034
|
-
* [:doc:`/reference/executables/groonga-suggest-create-dataset`]
|
1035
|
-
Changed to use ``--normalizer`` instead of ``KEY_NORMALIZE`` because
|
1036
|
-
``KEY_NORMALIZE`` is deprecated.
|
1037
|
-
|
1038
|
-
* [``grn_obj_cast()``] Exported.
|
1039
|
-
|
1040
|
-
* [experimental][``grn_ii_cursor``] Exported.
|
1041
|
-
|
1042
|
-
* [experimental][``grn_ii_cursor_open()``] Exported.
|
1043
|
-
|
1044
|
-
* [experimental][``grn_ii_cursor_next()``] Exported.
|
1045
|
-
|
1046
|
-
* [experimental][``grn_ii_cursor_close()``] Exported.
|
1047
|
-
|
1048
|
-
* [:ref:`script-syntax-match-operator`] Improved index detection.
|
1049
|
-
Index its lexicon has a tokenizer is preferred.
|
1050
|
-
|
1051
|
-
* [:doc:`/reference/executables/groonga-httpd`] Updated bundled nginx
|
1052
|
-
to 1.9.5 that supports HTTP/2. HTTP/2 module is enabled.
|
1053
|
-
|
1054
|
-
Fixes
|
1055
|
-
^^^^^
|
1056
|
-
|
1057
|
-
* [:doc:`/reference/grn_expr/script_syntax`] Fixed a bug that ``&!``
|
1058
|
-
does nothing when right hand side is ``true``.
|
1059
|
-
|
1060
|
-
* Fixed performance regression with libtool 2.4.6.
|
1061
|
-
[GitHub#406][GitHub#407] [Patch by Hiroyuki Sato]
|
1062
|
-
|
1063
|
-
* [:ref:`script-syntax-equal-operator`] Fixed a bug that section is
|
1064
|
-
ignored.
|
1065
|
-
|
1066
|
-
Thanks
|
1067
|
-
^^^^^^
|
1068
|
-
|
1069
|
-
* Hiroyuki Sato
|
1070
|
-
* Sergei Golubchik
|
1071
|
-
|
1072
|
-
.. _release-5-0-7:
|
1073
|
-
|
1074
|
-
Release 5.0.7 - 2015-08-31
|
1075
|
-
--------------------------
|
1076
|
-
|
1077
|
-
This release includes a bug fix of :ref:`offline-index-construction`.
|
1078
|
-
|
1079
|
-
If you're using any multiple column index (index column with
|
1080
|
-
``WITH_SECTION`` flag) and :ref:`offline-index-construction`, we
|
1081
|
-
recommend that you upgrade your Groonga.
|
1082
|
-
|
1083
|
-
This release has an important experimental feature for Windows users.
|
1084
|
-
See "sparse file support" entry in the following improvement list for
|
1085
|
-
details.
|
1086
|
-
|
1087
|
-
Improvements
|
1088
|
-
^^^^^^^^^^^^
|
1089
|
-
|
1090
|
-
* [experimental][Windows] Added sparse file support. It's experimental
|
1091
|
-
feature. It's disabled by default. You can enable it by specifying
|
1092
|
-
``GRN_IO_USE_SPARSE=yes`` environment variable.
|
1093
|
-
|
1094
|
-
It reduces database file size on Windows. Please try the feature and
|
1095
|
-
report the result. Groonga developers are interested in the
|
1096
|
-
followings:
|
1097
|
-
|
1098
|
-
* Disk usage
|
1099
|
-
* Performance (Improved? Degraded? No difference?)
|
1100
|
-
* Memory usage (Especially virtual memory usage)
|
1101
|
-
|
1102
|
-
* [experimental][:doc:`/reference/commands/logical_shard_list`] Added
|
1103
|
-
a command that returns a shard list of the specified logical table.
|
1104
|
-
|
1105
|
-
* [experimental][:ref:`script-syntax-regular-expression-operator`]
|
1106
|
-
Supported regular expression match against vector column without
|
1107
|
-
index.
|
1108
|
-
|
1109
|
-
* [:doc:`/reference/commands/logical_range_filter`] Supported
|
1110
|
-
``--cache no`` option. It's same as :ref:`select-cache` option in
|
1111
|
-
:doc:`/reference/commands/select`.
|
1112
|
-
|
1113
|
-
* [:doc:`/reference/executables/groonga-httpd`] Supported returning
|
1114
|
-
the max number of threads feature of
|
1115
|
-
:doc:`/reference/commands/thread_limit`. You can't set the max
|
1116
|
-
number of threads.
|
1117
|
-
|
1118
|
-
* [:c:func:`grn_db_unmap()`] Added a new API that unmaps all opened
|
1119
|
-
tables and columns. It's a thread unsafe operation. You can't touch
|
1120
|
-
the database while :c:func:`grn_db_unmap()` is running.
|
1121
|
-
|
1122
|
-
* [:doc:`/reference/commands/database_unmap`] Added a command that
|
1123
|
-
unmaps all opened tables and columns in database.
|
1124
|
-
|
1125
|
-
* [:doc:`/reference/commands/object_exist`] Added a command that
|
1126
|
-
checks whether object with the specified name exists or not in
|
1127
|
-
database.
|
1128
|
-
|
1129
|
-
* [:doc:`/reference/commands/column_copy`] Added a command that copies
|
1130
|
-
all values from source column to destination column.
|
1131
|
-
|
1132
|
-
You can use this command to change column value type, column type,
|
1133
|
-
table type and so on.
|
1134
|
-
|
1135
|
-
* Stopped to use non-standard ``__uint32_t``
|
1136
|
-
type. [GitHub#375][Reported by Natanael Copa]
|
1137
|
-
|
1138
|
-
* [experimental][Windows] Supported Windows Event log.
|
1139
|
-
|
1140
|
-
* [mruby] Supported error handling on mruby initialization error.
|
1141
|
-
|
1142
|
-
* [experimental][:doc:`/reference/commands/thread_limit`] Renamed from
|
1143
|
-
``thread_count``.
|
1144
|
-
|
1145
|
-
* Supported logging used indexes in ``info`` level and ``debug``
|
1146
|
-
level. It can be used like ``EXPLAIN`` in RDBMS. It's useful to
|
1147
|
-
improve slow query.
|
1148
|
-
|
1149
|
-
* [doc] Replaced deprecated ``KEY_NORMALIZE`` flags.
|
1150
|
-
[GitHub#378][GitHub#380][GitHub#382] [Patch by Hiroyuki Sato]
|
1151
|
-
|
1152
|
-
* [doc] Removed needless Sphinx configurations.
|
1153
|
-
[GitHub#379] [Patch by Ayumu Osanai]
|
1154
|
-
|
1155
|
-
* [experimental][incompatible][:ref:`script-syntax-regular-expression-operator`]
|
1156
|
-
Changed ``.`` match behavior. ``.`` matches new line. It's backward
|
1157
|
-
incompatible change.
|
1158
|
-
|
1159
|
-
* [doc][:doc:`/contribution/development/build`] Added a document about
|
1160
|
-
building Groonga as Groonga developer.
|
1161
|
-
[GitHub#353] [Suggested by Hiro Yoshioka]
|
1162
|
-
|
1163
|
-
Fixes
|
1164
|
-
^^^^^
|
1165
|
-
|
1166
|
-
* [mruby] Fixed a time overflow bug.
|
1167
|
-
|
1168
|
-
* [:doc:`/reference/executables/groonga`] Fixed a crash bug when
|
1169
|
-
PID file can't be created. [GitHub#368] [Reported by Hiroyuki Sato]
|
1170
|
-
|
1171
|
-
* Fixed a bug that :ref:`offline-index-construction` may generate
|
1172
|
-
broken index. It may be caused for multiple column index. In other
|
1173
|
-
words, index column with ``WITH_SECTION`` flag may be broken.
|
1174
|
-
|
1175
|
-
If you're using :ref:`online-index-construction` for index columns
|
1176
|
-
with ``WITH_SECTION`` flag, this bug isn't affected.
|
1177
|
-
|
1178
|
-
You can recover this bug by recreating existing multiple column
|
1179
|
-
indexes.
|
1180
|
-
|
1181
|
-
* [:doc:`/reference/functions/query`] Fixed a crash bug when
|
1182
|
-
:doc:`/reference/functions/query` is used in :ref:`select-scorer`.
|
1183
|
-
|
1184
|
-
* [:ref:`select-filter`] Fixed a bug that
|
1185
|
-
:ref:`script-syntax-bitwise-not` against unsigned int value doesn't
|
1186
|
-
work for comparing to ``-NUMBER_LITERAL``.
|
1187
|
-
|
1188
|
-
For example, the following expression doesn't work::
|
1189
|
-
|
1190
|
-
~UINT32_COLUMN == -6
|
1191
|
-
|
1192
|
-
* Fixed a bug that :ref:`script-syntax-regular-expression-operator`
|
1193
|
-
doesn't work in multithread.
|
1194
|
-
|
1195
|
-
* Fixed some memory leaks.
|
1196
|
-
|
1197
|
-
* Fixed a build error. [GitHub#381] [Patch by Hiroshi Hatake]
|
1198
|
-
|
1199
|
-
Thanks
|
1200
|
-
^^^^^^
|
1201
|
-
|
1202
|
-
* Hiroyuki Sato
|
1203
|
-
* Natanael Copa
|
1204
|
-
* Ayumu Osanai
|
1205
|
-
* Hiroshi Hatake
|
1206
|
-
* Hiro Yoshioka
|
1207
|
-
|
1208
|
-
.. _release-5-0-6:
|
1209
|
-
|
1210
|
-
Release 5.0.6 - 2015-07-29
|
1211
|
-
--------------------------
|
1212
|
-
|
1213
|
-
Improvements
|
1214
|
-
^^^^^^^^^^^^
|
1215
|
-
|
1216
|
-
* [:doc:`/install/ubuntu`] Dropped Ubuntu 14.10 (Utopic Unicorn) support. It had been
|
1217
|
-
End of Life on July 23, 2015.
|
1218
|
-
* Supported offline index construction for reference vector. For example, ``load``
|
1219
|
-
data before ``column_create`` an index::
|
1220
|
-
|
1221
|
-
table_create Entries TABLE_NO_KEY
|
1222
|
-
column_create Entries numbers COLUMN_VECTOR Int32
|
1223
|
-
|
1224
|
-
load --table Entries
|
1225
|
-
[
|
1226
|
-
["numbers"],
|
1227
|
-
[[18, 19, 20]],
|
1228
|
-
[[100, 200]]
|
1229
|
-
]
|
1230
|
-
|
1231
|
-
table_create Numbers TABLE_PAT_KEY Int32
|
1232
|
-
column_create Numbers entries_numbers COLUMN_INDEX Entries numbers
|
1233
|
-
|
1234
|
-
select Numbers --output_columns _key
|
1235
|
-
|
1236
|
-
* Supported ``'vector_text_column @ "element"'`` without index. For example, the
|
1237
|
-
``select`` command in the following commands::
|
1238
|
-
|
1239
|
-
table_create Memos TABLE_NO_KEY
|
1240
|
-
column_create Memos tags COLUMN_VECTOR Text
|
1241
|
-
|
1242
|
-
load --table Memos
|
1243
|
-
[
|
1244
|
-
{"tags": ["Groonga", "Rroonga", "Mroonga"]}
|
1245
|
-
]
|
1246
|
-
|
1247
|
-
select Memos --filter 'tags @ "Rroonga"'
|
1248
|
-
|
1249
|
-
* Supported ``'fixed_size_type_vector_column @ n'`` without index. For example, the
|
1250
|
-
``select`` command in the following commands::
|
1251
|
-
|
1252
|
-
table_create Memos TABLE_NO_KEY
|
1253
|
-
column_create Memos numbers COLUMN_VECTOR Int32
|
1254
|
-
|
1255
|
-
load --table Memos
|
1256
|
-
[
|
1257
|
-
{"numbers": [1, 2, 3]}
|
1258
|
-
]
|
1259
|
-
|
1260
|
-
select Memos --filter 'numbers @ 2'
|
1261
|
-
|
1262
|
-
* [:doc:`/install/centos`][:doc:`/server/package`][:doc:`/reference/executables/groonga-httpd`]
|
1263
|
-
Show exit status. [GitHub#357] [Patch by jacob16bit]
|
1264
|
-
* [:doc:`/install/windows`][:doc:`/reference/executables/groonga`] Supported ``--pid-path``.
|
1265
|
-
* [:doc:`/install/windows`] Allowed to delete file that is opened by other process.
|
1266
|
-
* Accepted selector only proc. Note that the proc can't be used as function. It means
|
1267
|
-
that the proc can't be used with sequential search.
|
1268
|
-
* Supported function call with complex argument. An example complex argument is
|
1269
|
-
``Table["key"].column``. For example::
|
1270
|
-
|
1271
|
-
function(_key, Table["key"].column)
|
1272
|
-
|
1273
|
-
* [doc][:doc:`/tutorial`] Added more description about database creation fails if DB_PATH
|
1274
|
-
points to an existing file. [GitHub#354] [Suggested by Hirotaka Takayama]
|
1275
|
-
* [doc][:doc:`/tutorial`] Described JSON formatting tools.
|
1276
|
-
[GitHub#355] [Suggested by tiwawan]
|
1277
|
-
* [experimental] Added an API to get/set the number of threads. It's a experimental API.
|
1278
|
-
* [experimental][``thread_count``] Added a command that get/set the number of threads.
|
1279
|
-
It's a experimental command.
|
1280
|
-
* [experimental][:doc:`/reference/executables/groonga`] Supported changing the number
|
1281
|
-
of threads by ``thread_count`` command. It's a experimental feature.
|
1282
|
-
* [experimental][:doc:`/install/windows`] Added Windows event log support.
|
1283
|
-
It's a experimental feature.
|
1284
|
-
* [experimental][:doc:`/reference/executables/groonga`] Added Windows event log related
|
1285
|
-
option ``--use-windows-event-log``. It reports logs as Windows events.
|
1286
|
-
It's a experimental feature.
|
1287
|
-
* [:doc:`/install/windows`] Used Groonga's default encoding for log message.
|
1288
|
-
* Log used indexes in ``INFO`` level. The default level ``NOTICE``. So the logs aren't
|
1289
|
-
showed by default.
|
1290
|
-
* [API] Added :c:func:`grn_log_level_to_string()` and :c:func:`grn_log_level_parse()`.
|
1291
|
-
* [:doc:`/reference/executables/groonga`] Accepted log level name (e.g. ``info``,
|
1292
|
-
``debug`` and so on) for ``--log-level`` value.
|
1293
|
-
* [:doc:`/reference/commands/log_level`][:doc:`/reference/commands/log_put`]
|
1294
|
-
Accepted log level name for ``--level`` argument.
|
1295
|
-
* [plugin] Added :c:func:`grn_command_input_get_arguments()`.
|
1296
|
-
* Updated sharding plugins.
|
1297
|
-
|
1298
|
-
* [:doc:`/reference/commands/logical_select`] Fixed output format.
|
1299
|
-
It has become :doc:`/reference/commands/select` compatible format.
|
1300
|
-
* [:doc:`/reference/commands/logical_select`] Supported the following parameters.
|
1301
|
-
|
1302
|
-
* ``--output_columns``
|
1303
|
-
* ``--offset``
|
1304
|
-
* ``--limit``
|
1305
|
-
* ``--drilldown``
|
1306
|
-
* ``--drilldown_sortby``
|
1307
|
-
* ``--drilldown_offset``
|
1308
|
-
* ``--drilldown_limit``
|
1309
|
-
|
1310
|
-
* [:doc:`/reference/commands/logical_select`] Used the same default output_columns
|
1311
|
-
(``"_id, _key, *"``) as :doc:`/reference/commands/select`.
|
1312
|
-
* [:doc:`/reference/commands/logical_select`] Supported
|
1313
|
-
:ref:`logical-select-drilldown-label-calc-types` and
|
1314
|
-
:ref:`logical-select-drilldown-label-calc-target` for labeled drilldown.
|
1315
|
-
* [:doc:`/reference/commands/logical_select`] Supported cache.
|
1316
|
-
* [:doc:`/reference/commands/logical_count`] Supported logging whether range index is
|
1317
|
-
used or not.
|
1318
|
-
* [:doc:`/reference/commands/logical_count`] Show target table name in debug log.
|
1319
|
-
* [:doc:`/reference/commands/logical_count`] Supported cache.
|
1320
|
-
* [:doc:`/reference/commands/logical_range_filter`] Supported
|
1321
|
-
``'fixed_size_type_vector_column @ element'``.
|
1322
|
-
* [:doc:`/reference/commands/logical_range_filter`] Added ``use_range_index`` parameter.
|
1323
|
-
It's a parameter for test. It should not be used for production.
|
1324
|
-
* [:doc:`/reference/commands/logical_range_filter`] Log which mode (range-index or
|
1325
|
-
select mode) is used.
|
1326
|
-
* [:doc:`/reference/commands/logical_range_filter`] Supported cache.
|
1327
|
-
* [:doc:`/reference/commands/logical_range_filter`] Supported nested reference vector
|
1328
|
-
accessor.
|
1329
|
-
* [:doc:`/reference/commands/logical_range_filter`] Used range_index value set by
|
1330
|
-
:doc:`/reference/commands/logical_parameters`.
|
1331
|
-
* [:doc:`/reference/commands/logical_parameters`] Added.
|
1332
|
-
|
1333
|
-
* Added mruby APIs.
|
1334
|
-
|
1335
|
-
* [mrb] Added ``Accessor#name``.
|
1336
|
-
* [mrb] Added ``Column#[]``.
|
1337
|
-
* [mrb] Added ``Column#scalar?``, ``Column#vector?`` and ``Column#index?``.
|
1338
|
-
* [mrb] Added ``Context#command_version`` and ``Context#command_version=`` (accessors).
|
1339
|
-
* [mrb] Added ``Context#with_command_version``.
|
1340
|
-
* [mrb] Added ``Database#each_name``.
|
1341
|
-
* [mrb] Added ``Groonga::Cache.current``.
|
1342
|
-
* [mrb] Added ``Record``.
|
1343
|
-
* [mrb] Added ``Table#each``.
|
1344
|
-
* [mrb] Added ``TableCursor#key``.
|
1345
|
-
* [mrb] Binded :c:func:`grn_command_input_get_arguments()` to ``CommandInput#arguments``.
|
1346
|
-
* [mrb] Binded :c:func:`grn_table_group()` to ``Table#group``.
|
1347
|
-
* [mrb] Binded :c:func:`grn_table_group_flags()` to ``TableGroupFlags``.
|
1348
|
-
* [mrb] Binded ``GRN_COMMAND_VERSION_DEFAULT``.
|
1349
|
-
* [mrb] Binded ``grn_cache``.
|
1350
|
-
* [mrb][estimate_size] Supported ``(... || ...) && (... || ...)`` as expression case.
|
1351
|
-
* [mrb] Supported query log.
|
1352
|
-
|
1353
|
-
Fixes
|
1354
|
-
^^^^^
|
1355
|
-
|
1356
|
-
* Fixed a memory leak when an error is occurred in :c:func:`grn_expr_exec()`.
|
1357
|
-
For example, unsupported operator (e.g. ``GRN_OP_TERM_EXTRACT``) is used
|
1358
|
-
(``not implemented operator assigned`` is occurred for the case).
|
1359
|
-
* [bindings/php] Added a missing check for a memory allocation failure.
|
1360
|
-
[Reported by Bill Parker]
|
1361
|
-
* [:doc:`/install/centos`][:doc:`/server/package`][logrotate] Fixed syntax error in script.
|
1362
|
-
* [:doc:`/install/centos`][:doc:`/server/package`][logrotate] Fixed wrong daemon running check.
|
1363
|
-
* [:doc:`/install/centos`][:doc:`/server/package`][logrotate] Stop to set owner/group to log files.
|
1364
|
-
Because it's not consistent. groonga-httpd creates log files with root
|
1365
|
-
owner/group. But logrotated log files are created with groonga
|
1366
|
-
owner/group. [GitHub#358] [Reported by jacob16bit]
|
1367
|
-
* [:doc:`/reference/executables/groonga`] Fixed reported the maximum number of threads.
|
1368
|
-
* [:doc:`/reference/executables/groonga-httpd`] Remove a needless space in log message::
|
1369
|
-
|
1370
|
-
|n| grn_fin (0) ->
|
1371
|
-
|n| grn_fin (0)
|
1372
|
-
^
|
1373
|
-
|
1374
|
-
* Fixed a bug that estimating size by regexp query with anchor (e.g. ``\\\\A`` in
|
1375
|
-
``--filter 'comment @~ "\\\\Abc"'``) doesn't work. The feature is used in
|
1376
|
-
:doc:`/reference/commands/logical_range_filter`.
|
1377
|
-
* [:doc:`/reference/command/request_id`] Fixed a memory leak when ``request_id`` byte size >= 24.
|
1378
|
-
* [:doc:`/reference/commands/lock_clear`] Fixed a typo in command name in Syntax section.
|
1379
|
-
[GitHub#363] [Reported by Christian Kakesa]
|
1380
|
-
* [sharding] Fixed wrong min include detection for month range type.
|
1381
|
-
|
1382
|
-
Thanks
|
1383
|
-
^^^^^^
|
1384
|
-
|
1385
|
-
* Bill Parker
|
1386
|
-
* jacob16bit
|
1387
|
-
* Hirotaka Takayama
|
1388
|
-
* tiwawan
|
1389
|
-
* Christian Kakesa
|
1390
|
-
|
1391
|
-
.. _release-5-0-5:
|
1392
|
-
|
1393
|
-
Release 5.0.5 - 2015-06-29
|
1394
|
-
--------------------------
|
1395
|
-
|
1396
|
-
Improvements
|
1397
|
-
^^^^^^^^^^^^
|
1398
|
-
|
1399
|
-
* Show correct error information such as NoSuchFileOrDirectory when opening a database.
|
1400
|
-
* Don't set the default logger path for library use.
|
1401
|
-
|
1402
|
-
* It's backward incompatible change. But it will not effect to many users.
|
1403
|
-
* Server use (groonga command, Mroonga, PGroonga and so on) users can get
|
1404
|
-
log by default. In server use, developers set up log in their software.
|
1405
|
-
* Most library use (Rroonga, groonga-gobject and so on) users couldn't get
|
1406
|
-
log by default with earlier versions. The default log path is system
|
1407
|
-
path such as /var/log/groonga/groonga.log. It's not writable for normal
|
1408
|
-
users.
|
1409
|
-
|
1410
|
-
* [windows] Show error information when memory isn't enough on failing ``CreateFileMapping()``.
|
1411
|
-
* [:doc:`/reference/commands/tokenize`] Updated example to show new "force_prefix" value.
|
1412
|
-
This value is added since 5.0.4.
|
1413
|
-
* [windows] Show error information when disk has any problem (disk full and so on) on failing ``FlushViewOfFile()``.
|
1414
|
-
* [API] Added :c:func:`grn_obj_flush()`.
|
1415
|
-
* [API] Added :c:func:`grn_obj_flush_recursive()`.
|
1416
|
-
* [:doc:`/reference/commands/io_flush`] Added. It flushes memory mapped data to disk.
|
1417
|
-
Usually memory data automatically flush by an OS, but you can explicitly flush with
|
1418
|
-
this command.
|
1419
|
-
* [mruby] Binded ``grn_obj_remove()`` to Object#remove.
|
1420
|
-
* [mruby] Binded ``grn_table_delete()`` and ``grn_table_delete_by_id()`` to Table#delete.
|
1421
|
-
* [:doc:`/reference/commands/logical_table_remove`] Added.
|
1422
|
-
* [:doc:`/reference/commands/logical_select`] Added. ``--filter`` is only supported for now.
|
1423
|
-
* [cmake] Supported embedded MeCab tokenizer.
|
1424
|
-
* [:doc:`/reference/commands/logical_count`] Supported month and day mixed shards.
|
1425
|
-
In the same month, month shard must have earlier records rather than day
|
1426
|
-
shards in the same month. For example::
|
1427
|
-
|
1428
|
-
XXX_201506 <- includes only 2015-06-01 and 2015-06-02 records
|
1429
|
-
XXX_20150603 <- includes only 2015-06-03 records
|
1430
|
-
XXX_20150604 <- includes only 2015-06-04 records
|
1431
|
-
|
1432
|
-
Fixes
|
1433
|
-
^^^^^
|
1434
|
-
|
1435
|
-
* Fixed wrong macro to include netinet/in.h.
|
1436
|
-
[GitHub#348] [Reported by OBATA Akio]
|
1437
|
-
* [rpm][:doc:`/reference/executables/groonga-httpd`] Fixed failing restart.
|
1438
|
-
[GitHub#351] [Patch by jacob16bit]
|
1439
|
-
|
1440
|
-
Thanks
|
1441
|
-
^^^^^^
|
1442
|
-
|
1443
|
-
* OBATA Akio
|
1444
|
-
* jacob16bit
|
1445
|
-
|
1446
|
-
.. _release-5-0-4:
|
1447
|
-
|
1448
|
-
Release 5.0.4 - 2015-05-29
|
1449
|
-
--------------------------
|
1450
|
-
|
1451
|
-
Improvements
|
1452
|
-
^^^^^^^^^^^^
|
1453
|
-
|
1454
|
-
* [mruby] Changed to use ``inspect`` to show meaningful error message for error value.
|
1455
|
-
* [mruby] Supported ``Groonga::Bulk#inspect`` to inspect bulk content.
|
1456
|
-
* [mruby] Supported ``Bulk#value`` to extract the value of record from bulk content.
|
1457
|
-
* [mruby] Supported estimating size for ``reference_column == record_id`` in
|
1458
|
-
:doc:`/reference/commands/logical_range_filter`. In above case, it can be searched
|
1459
|
-
more effectively.
|
1460
|
-
* [:doc:`/reference/functions/sub_filter`] Supported index column as ``scope`` parameter.
|
1461
|
-
* [:doc:`/reference/grn_expr/script_syntax`] Described clearly about numerical
|
1462
|
-
value. [GitHub groonga/groonga.org#16] [Suggested by Hiroyuki Sato]
|
1463
|
-
* [:doc:`/reference/commands/select`] Supported accessing other table's record in filter.
|
1464
|
-
You can use ``--filter 'OTHER_TABLE[KEY].COLUMN'`` for example.
|
1465
|
-
* [:doc:`/reference/commands/select`] Supported operator in table key.
|
1466
|
-
You can use ``--filter 'OTHER_TABLE["SOME STRING" + "ANOTHER STRING"].COLUMN'"`` for example.
|
1467
|
-
* [example] Used Ruby 2.0 or later API in script for converting dictionary data.
|
1468
|
-
* Changed to show error message about invalid type of keys about table.
|
1469
|
-
* [doc] Fixed link from sourceforge.jp to osdn.me or osdn.jp about mailing list preference page.
|
1470
|
-
SourceForge.jp is marked as obsoleted because of branding issue since May 11, 2015.
|
1471
|
-
* [:doc:`/reference/commands/tokenize`] Added ``force_prefix`` value to each token information. [Patch by Naoya Murakami]
|
1472
|
-
* Supported to search by shorter words such as 2 or less characters for :ref:`token-trigram`.
|
1473
|
-
[Patch by Naoya Murakami]
|
1474
|
-
* [deb] Added service file for Systemd into groonga-httpd and groonga-server-gqtp packages.
|
1475
|
-
* [:doc:`/reference/commands/select`] Ignored ``--query`` when its
|
1476
|
-
value consists of only space characters. Space characters include
|
1477
|
-
full-width space (``U+3000 IDEOGRAPHIC SPACE`` in
|
1478
|
-
Unicode). [Suggested by TomyGX]
|
1479
|
-
|
1480
|
-
Fixes
|
1481
|
-
^^^^^
|
1482
|
-
|
1483
|
-
* Fixed a crash bug when empty key is specified for ``drilldown[label].keys``.
|
1484
|
-
* Fixed a bug that the return value of ``grn_parse_query_flags`` is not properly checked.
|
1485
|
-
[GitHub#336] [Reported by Hiroaki Nakamura]
|
1486
|
-
* Fixed a build error on some BSD systems. They doesn't have ``-i`` option for ``sed``.
|
1487
|
-
* Fixed a build error on Solaris. It is changed to initialize by ``sizeof(msghdr)`` in ``memset()`` because
|
1488
|
-
``msg_control``, ``msg_controllen`` and ``msg_flags`` doesn't exist on Solaris by default.
|
1489
|
-
* [:doc:`/reference/tokenizers`] Fixed a typo. [GitHub#338] [Reported by Hiroyuki Sato]
|
1490
|
-
* [:doc:`/reference/output`] Fixed markup. [GitHub groonga/groonga.org#17]
|
1491
|
-
[Reported by Hiroyuki Sato]
|
1492
|
-
* Reduced getenv() in each ``grn_ii_cursor_set_min()``. This fixes performance
|
1493
|
-
regression on Windows.
|
1494
|
-
* Fixed a build error on OpenBSD. [groonga-dev,03255] [Reported by fbnteqr]
|
1495
|
-
* [:doc:`/reference/executables/groonga-httpd`] Fixed a bug that same message is
|
1496
|
-
logged.
|
1497
|
-
* Fixed a crash bug which is caused by double free memory.
|
1498
|
-
* Fixed a memory leak. It's occurred when ``--match_columns`` and ``--query`` are
|
1499
|
-
used for non indexed text field and text fields have a value that isn't bulk
|
1500
|
-
embeddable. Normally, 32byte over size text isn't bulk embeddable, so this bug
|
1501
|
-
doesn't affect to the case if only small text less than 32byte are stored.
|
1502
|
-
* [:doc:`/reference/tokenizers`] [TokenRegexp] Fixed a bug that it can't be searched
|
1503
|
-
correctly when query contains characters which are treated as blank character.
|
1504
|
-
For example, the newline - "\\n" is typical one.
|
1505
|
-
|
1506
|
-
Thanks
|
1507
|
-
^^^^^^
|
1508
|
-
|
1509
|
-
* Hiroaki Nakamura
|
1510
|
-
* Hiroyuki Sato
|
1511
|
-
* Naoya Murakami
|
1512
|
-
* fbnteqr
|
1513
|
-
* TomyGX
|
1514
|
-
|
1515
|
-
.. _release-5-0-3:
|
1516
|
-
|
1517
|
-
Release 5.0.3 - 2015-04-29
|
1518
|
-
--------------------------
|
1519
|
-
|
1520
|
-
Improvements
|
1521
|
-
^^^^^^^^^^^^
|
1522
|
-
|
1523
|
-
* [:doc:`/reference/tokenizers`][:doc:`/reference/regular_expression`]
|
1524
|
-
Skip the last one character token.
|
1525
|
-
* [mruby] Supported regexp pattern for estimating size.
|
1526
|
-
* [mruby] Supported size estimation for accessor.
|
1527
|
-
* [:doc:`/reference/commands/logical_range_filter`] Removed ``GRN_LOGICAL_RANGE_FILTER_ENABLED``
|
1528
|
-
environment variable which is introduced since Groonga 5.0.2.
|
1529
|
-
Use ``GRN_LOGICAL_RANGE_FILTER_THRESHOLD=0`` to disable range index search
|
1530
|
-
feature.
|
1531
|
-
* [:doc:`/reference/commands/logical_range_filter`] Supported negative limit and offset.
|
1532
|
-
* [:doc:`/install/windows`] Used `Groonga Admin <https://github.com/groonga/groonga-admin>`_ in package.
|
1533
|
-
* [:doc:`/reference/commands/logical_range_filter`] Changed threshold meaning:
|
1534
|
-
|
1535
|
-
* threshold <= 0.0: always use range index
|
1536
|
-
* threshold >= 1.0: never use range index
|
1537
|
-
|
1538
|
-
* [:doc:`/reference/commands/dump`] Supported plugin.
|
1539
|
-
* [:doc:`/reference/commands/dump`] Added the following options:
|
1540
|
-
|
1541
|
-
* ``--dump_plugins [yes(default)/no]``
|
1542
|
-
* ``--dump_schema [yes(default)/no]``
|
1543
|
-
* ``--dump_records [yes(default)/no]``
|
1544
|
-
* ``--dump_indexes [yes(default)/no]``
|
1545
|
-
|
1546
|
-
* [API] Added :c:func:`grn_plugin_get_ruby_suffix()`.
|
1547
|
-
* [:doc:`/reference/commands/dump`] Fixed order to put index columns after reference columns
|
1548
|
-
because index column may refer reference columns.
|
1549
|
-
* [:doc:`/reference/commands/dump`] Don't dump records of lexicon.
|
1550
|
-
* [:doc:`/reference/commands/dump`] Show ``_id`` for ``TABLE_NO_KEY`` again.
|
1551
|
-
* [:doc:`/reference/commands/dump`] Used offline index construnction.
|
1552
|
-
* Increased max hash key size from 4KiB (4096Byte) to 64KiB - 1 (65535Byte).
|
1553
|
-
* Increased max cache key size from 4KiB (4096Byte) to 64KiB - 1 (65535Byte).
|
1554
|
-
* Improved performance for nested index search.
|
1555
|
-
* Used index for nonexistent reference column value.
|
1556
|
-
* [experimental] Added plugin functions/vector. It includes :doc:`/reference/functions/vector_size` function.
|
1557
|
-
* [:doc:`/install/windows`] Updated Visual Studio version
|
1558
|
-
[GitHub groonga/meetup#4] [Reported by Hiroyuki Mizuhara]
|
1559
|
-
* [:doc:`/reference/commands/cache_limit`] Expired old caches when the max N caches is decreased.
|
1560
|
-
[Suggested by Gurunavi, Inc.]
|
1561
|
-
* Show more information such as errno for errors.
|
1562
|
-
* [windows] Used secure functions on Windows.
|
1563
|
-
* Added the following APIs to change log rotate threshold in file size.
|
1564
|
-
|
1565
|
-
* :c:func:`grn_default_logger_set_rotate_threshold_size()`
|
1566
|
-
* :c:func:`grn_default_logger_get_rotate_threshold_size()`
|
1567
|
-
* :c:func:`grn_default_query_logger_set_rotate_threshold_size()`
|
1568
|
-
* :c:func:`grn_default_query_logger_get_rotate_threshold_size()`
|
1569
|
-
|
1570
|
-
* [experimental] Supported log rotation. The feature is disabled by default.
|
1571
|
-
You can enable log rotation by the following options:
|
1572
|
-
|
1573
|
-
* ``--log-rotate-threshold-size``
|
1574
|
-
* ``--query-log-rotate-threshold-size``
|
1575
|
-
|
1576
|
-
* [:doc:`/server/gqtp`] Documented about GQTP server.
|
1577
|
-
* [:doc:`/reference/executables/groonga`] Documented groonga executable file partially.
|
1578
|
-
* Supported Ubuntu 15.04 (Vivid Vervet).
|
1579
|
-
* Supported Debian 8.0 (Jessie).
|
1580
|
-
* [:doc:`/reference/executables/groonga-httpd`] Updated bundled nginx version to the latest mainline (1.8.0).
|
1581
|
-
|
1582
|
-
Fixes
|
1583
|
-
^^^^^
|
1584
|
-
|
1585
|
-
* [windows] Fixed a bug that :ref:`offline-index-construction` is
|
1586
|
-
failed for large data (at least 1GB or larger) with Groonga built by
|
1587
|
-
Microsoft Visual C++. [Reported by Hideki ARAI]
|
1588
|
-
* [mruby] Made ``\\`` index searchable in regular expression.
|
1589
|
-
* Fixed a bug that ``GRN_II_CURSOR_SET_MIN_ENABLE=yes`` doesn't return some matched records.
|
1590
|
-
* [sharding] Fixed a bug that partial range is handled as all range.
|
1591
|
-
* [:doc:`/reference/commands/logical_range_filter`] Fixed a bug that ``:order => "descending"`` doesn't work.
|
1592
|
-
* [:doc:`/reference/commands/logical_count`] Re-supported counting with range index.
|
1593
|
-
* Fixed a bug causing malfunction of :c:func:`grn_pat_del()`
|
1594
|
-
and added a test for invalid patricia trie node add case.
|
1595
|
-
[groonga-dev,03177] [Reported by yuya sako]
|
1596
|
-
|
1597
|
-
Thanks
|
1598
|
-
^^^^^^
|
1599
|
-
|
1600
|
-
* Hideki ARAI
|
1601
|
-
* Hiroyuki Mizuhara
|
1602
|
-
* Gurunavi, Inc.
|
1603
|
-
* yuya sako
|
1604
|
-
|
1605
|
-
.. _release-5-0-2:
|
1606
|
-
|
1607
|
-
Release 5.0.2 - 2015-03-31
|
1608
|
-
--------------------------
|
1609
|
-
|
1610
|
-
It's a bug fix release of 5.0.1.
|
1611
|
-
|
1612
|
-
Improvements
|
1613
|
-
^^^^^^^^^^^^
|
1614
|
-
|
1615
|
-
* Supported MessagePack 1.0.1. [Reported by Hiroshi Hatake]
|
1616
|
-
* [logical_range_filter] Disabled range index by default. It's enabled
|
1617
|
-
when you set the enviromnent variable ``GRN_LOGICAL_RANGE_FILTER_ENABLED``
|
1618
|
-
to ``yes``.
|
1619
|
-
|
1620
|
-
Fixes
|
1621
|
-
^^^^^
|
1622
|
-
|
1623
|
-
* Fixed a regression bug that JSONP doesn't work. It was introduced
|
1624
|
-
in Groonga 4.1.1.
|
1625
|
-
* [windows] Fixed a bug that crash on x86 for Groonga 5.0.1.
|
1626
|
-
[groonga-dev,03131] [Reported by Atsushi Shinoda]
|
1627
|
-
* Fixed a crash bug that libedit is not properly initialized. The
|
1628
|
-
problem is fixed in the environment such as CentOS 7.
|
1629
|
-
|
1630
|
-
Thanks
|
1631
|
-
^^^^^^
|
1632
|
-
|
1633
|
-
* Atsushi Shinoda
|
1634
|
-
* Hiroshi Hatake
|
1635
|
-
|
1636
|
-
.. _release-5-0-1:
|
1637
|
-
|
1638
|
-
Release 5.0.1 - 2015-03-29
|
1639
|
-
--------------------------
|
1640
|
-
|
1641
|
-
Improvements
|
1642
|
-
^^^^^^^^^^^^
|
1643
|
-
|
1644
|
-
* [:doc:`/reference/commands/logical_range_filter`] Supported filter
|
1645
|
-
and sort.
|
1646
|
-
* Supported range search by multiple column index.
|
1647
|
-
* Added API :doc:`/reference/api/overview` document for users who want
|
1648
|
-
to use Groonga as library.
|
1649
|
-
* [incompatible] Changed internal type of ``_score`` to floating point
|
1650
|
-
number from 32bit integer number. This is incompatible change for DB
|
1651
|
-
API users. This *isn't* incompatible change for query API users. It
|
1652
|
-
means that users who just use :doc:`/reference/commands/select`
|
1653
|
-
aren't affected. Use the following code that works with both older
|
1654
|
-
and newer Groonga:
|
1655
|
-
|
1656
|
-
.. code-block:: c
|
1657
|
-
|
1658
|
-
grn_obj *score;
|
1659
|
-
double score_value;
|
1660
|
-
|
1661
|
-
if (score->header.domain == GRN_DB_FLOAT) {
|
1662
|
-
score_value = GRN_FLOAT_VALUE(score);
|
1663
|
-
} else {
|
1664
|
-
score_value = (double)GRN_INT32_VALUE_FLOAT_VALUE(score);
|
1665
|
-
}
|
1666
|
-
|
1667
|
-
* [:doc:`/reference/commands/select`] Added more strict check for
|
1668
|
-
invalid drilldown parameter.
|
1669
|
-
* Added :c:func:`grn_ctx_get_all_tables()`. [Suggested by Masatoshi
|
1670
|
-
Teruya]
|
1671
|
-
* Supported to customize score function. See :doc:`/reference/scorer`
|
1672
|
-
for details.
|
1673
|
-
* [incompatible] Custom score function feature introduced API and ABI
|
1674
|
-
incompatibilities in DB API layer. If you're using
|
1675
|
-
:c:type:`grn_search_optarg`, please check that your code initializes
|
1676
|
-
your :c:type:`grn_search_optarg` by ``0`` like the following:
|
1677
|
-
|
1678
|
-
.. code-block:: c
|
1679
|
-
|
1680
|
-
grn_search_optarg options;
|
1681
|
-
memset(&options, 0, sizeof(grn_search_optarg));
|
1682
|
-
|
1683
|
-
If your code do the above thing, your code is API compatible and ABI
|
1684
|
-
incompatible. You just need to rebuild your code without
|
1685
|
-
modification.
|
1686
|
-
|
1687
|
-
If your code doesn't the above thing, you need to added the above
|
1688
|
-
thing to your code.
|
1689
|
-
|
1690
|
-
* Added the following predicates that check :c:type:`grn_obj` type to
|
1691
|
-
DB API:
|
1692
|
-
|
1693
|
-
* :c:func:`grn_obj_is_table()`
|
1694
|
-
* :c:func:`grn_obj_is_proc_proc()`
|
1695
|
-
* :c:func:`grn_obj_is_function_proc()`
|
1696
|
-
* :c:func:`grn_obj_is_selector_proc()`
|
1697
|
-
* :c:func:`grn_obj_is_scorer_proc()`
|
1698
|
-
|
1699
|
-
* [experimental] Supported skipping posting list when searching
|
1700
|
-
popular term and rare term at the same time. It will improve
|
1701
|
-
performance. Set ``GRN_II_CURSOR_SET_MIN_ENABLE`` environment
|
1702
|
-
variable to ``1`` to enable the feature. The feature is disabled by
|
1703
|
-
default.
|
1704
|
-
* [doc] Added :doc:`/reference/functions/in_values` document.
|
1705
|
-
* [doc] Added :doc:`/reference/commands/logical_count` document.
|
1706
|
-
* [mruby] Implemented custom ``#inspect`` method. Is is useful for
|
1707
|
-
debugging.
|
1708
|
-
* Added :doc:`/reference/scorers/scorer_tf_at_most` scorer. It
|
1709
|
-
limits not to exceed specified score regardless of term frequency.
|
1710
|
-
* [mruby] Supported estimating matched records for selecting index
|
1711
|
-
search or sequential search.
|
1712
|
-
* Added the following functions to estimate size by index:
|
1713
|
-
|
1714
|
-
* :c:func:`grn_expr_estimate_size()`
|
1715
|
-
* :c:func:`grn_ii_estimate_size_for_query()`
|
1716
|
-
* :c:func:`grn_ii_estimate_size_for_lexicon_cursor()`
|
1717
|
-
|
1718
|
-
* Added missing :ref:`normalizer-auto` availability check. [GitHub#283]
|
1719
|
-
[Reported by Tasuku SUENAGA]
|
1720
|
-
* Dropped Visual Studio 2010 support.
|
1721
|
-
* [experimental][mecab] Supported chunked tokenization. This feature
|
1722
|
-
is a workaround for MeCab's "too long sentense" error. Specify
|
1723
|
-
``yes`` to ``GRN_MECAB_CHUNKED_TOKENIZE_ENABLED`` environment
|
1724
|
-
variable to enable it. By this configuration, Groonga splits a long
|
1725
|
-
text (8192 bytes over text by default) into small chunks and passes
|
1726
|
-
each chunk to MeCab. By this process, the above error isn't
|
1727
|
-
occurred. Additionally, you can customize chunk threshold bytes by
|
1728
|
-
``GRN_MECAB_CHUNK_SIZE_THRESHOLD`` environment variable. Note that
|
1729
|
-
``,``, ``.``, ``!``, ``?``, ``U+3001 IDEOGRAPHIC COMMA``, ``U+3002
|
1730
|
-
IDEOGRAPHIC FULL STOP``, ``U+FF01 FULLWIDTH EXCLAMATION MARK`` and
|
1731
|
-
``U+FF1F FULLWIDTH QUESTION MARK`` are treated as chunk delimiter
|
1732
|
-
characters.
|
1733
|
-
* Supported ``--pid-file`` in server mode of
|
1734
|
-
:doc:`/reference/executables/groonga`.
|
1735
|
-
* [groonga-httpd] Supported graceful stop to clean Groonga. It doesn't
|
1736
|
-
terminate the open connections immediately.
|
1737
|
-
* [experimental] Supported regular expression. See
|
1738
|
-
:doc:`/reference/regular_expression` to know about how to use regular
|
1739
|
-
expression.
|
1740
|
-
* [experimental] Added :doc:`/reference/commands/plugin_unregister`
|
1741
|
-
command.
|
1742
|
-
* [http][:doc:`/reference/commands/load`] Added "," as chunk separator
|
1743
|
-
in POST data. It decreases internal buffer size and improves load
|
1744
|
-
time when POST data don't include any new line.
|
1745
|
-
* [doc] Added :doc:`/reference/tokenizers` document.
|
1746
|
-
* Improved POSIX.2 compatibility by using ``.`` as bash's "source"
|
1747
|
-
command replacement. [GitHub#317] [Patch by Jun Kuriyama]
|
1748
|
-
* [windows] Changed to the default IO version 1. It reduces disk usage
|
1749
|
-
on Windows. [groonga-dev,03118] [Tested by ongaeshi]
|
1750
|
-
* [httpd] Updated bundled nginx version to the latest mainline
|
1751
|
-
(1.7.11).
|
1752
|
-
* Changed mime-type for TSV output to ``text/tab-separated-values``
|
1753
|
-
from ``text/plain``.
|
1754
|
-
* [:ref:`token-filter-stop-word`] Supported
|
1755
|
-
:ref:`offline-index-construction`. [GitHub#296] [Patch by Naoya
|
1756
|
-
Murakami]
|
1757
|
-
|
1758
|
-
Fixes
|
1759
|
-
^^^^^
|
1760
|
-
|
1761
|
-
* Fixed not to use obsolete ``--address`` parameter in the default
|
1762
|
-
groonga.conf. ``--bind-address`` is used instead. [Groonga-talk]
|
1763
|
-
[Reported by Dewangga]
|
1764
|
-
* [:doc:`/reference/commands/truncate`] Fixed a bug that
|
1765
|
-
:ref:`table-no-key` table can't be truncated.
|
1766
|
-
* [mecab] Reduced needless logs for "empty token" and "ignore empty
|
1767
|
-
token".
|
1768
|
-
* Fixed a bug that wrong section in index is used. It means that wrong
|
1769
|
-
search result is returned. If you satisfy all of the following
|
1770
|
-
conditions, this bug is occurred:
|
1771
|
-
|
1772
|
-
* Multiple indexes are available.
|
1773
|
-
* The first defined index or the last defined index are
|
1774
|
-
multi-column indexes.
|
1775
|
-
* When both of the first defined index and the last defined index are
|
1776
|
-
multi-column indexes, source column orders are different in them.
|
1777
|
-
|
1778
|
-
* Fixed a bug that passing Groonga command line to
|
1779
|
-
:doc:`/reference/executables/groonga` from shell command line style
|
1780
|
-
usage always returns ``0`` as exit code. For example, ``groonga
|
1781
|
-
DB_PATH nonexistent_command`` always returned ``0`` as exist code.
|
1782
|
-
* Fixed a bug that plugin path may be broken when two or more plugins
|
1783
|
-
registered. [Reported by Naoya Murakami]
|
1784
|
-
* Fixed a bug that ``Lexicon.index.source_column_name`` style in
|
1785
|
-
:ref:`select-match-columns` doesn't work when source
|
1786
|
-
column specified by ``source_column_name`` has two or more
|
1787
|
-
indexes. [Reported by Naoya Murakami]
|
1788
|
-
|
1789
|
-
Thanks
|
1790
|
-
^^^^^^
|
1791
|
-
|
1792
|
-
* Masatoshi Teruya
|
1793
|
-
* Tasuku SUENAGA
|
1794
|
-
* Dewangga
|
1795
|
-
* Jun Kuriyama
|
1796
|
-
* ongaeshi
|
1797
|
-
* Naoya Murakami
|
1798
|
-
|
1799
|
-
.. _release-5-0-0:
|
1800
|
-
|
1801
|
-
Release 5.0.0 - 2015-02-09
|
1802
|
-
--------------------------
|
1803
|
-
|
1804
|
-
* Bump version to 5.0.0!
|
1805
|
-
|
1806
|
-
Improvements
|
1807
|
-
^^^^^^^^^^^^
|
1808
|
-
|
1809
|
-
* [doc] Added :ref:`script-syntax-security` about :doc:`/reference/grn_expr/script_syntax`.
|
1810
|
-
* [experimental] Added sharding plugin. Execute `register sharding` to
|
1811
|
-
enable this feature in advance, then use :doc:`/reference/commands/logical_count` to get the number of records.
|
1812
|
-
* [cmake] Supported embedded Groonga with Clang. It fixed compilation failure
|
1813
|
-
on FreeBSD 10.1. `[MDEV-7293] <https://mariadb.atlassian.net/browse/MDEV-7293>`_
|
1814
|
-
[Reported by Bernard Spil]
|
1815
|
-
* Supported to customize plugins directory. Set `GRN_PLUGINS_DIR` environment variable.
|
1816
|
-
|
1817
|
-
Fixes
|
1818
|
-
^^^^^
|
1819
|
-
|
1820
|
-
* Fixed build failure when system has an incompatible version of onigmo/oniguruma
|
1821
|
-
headers installed. [GitHub#276] [Patch by Akinori MUSHA]
|
1822
|
-
* Fixed time related build failure on MSVC [GitHub#237]
|
1823
|
-
|
1824
|
-
Thanks
|
1825
|
-
^^^^^^
|
1826
|
-
|
1827
|
-
* Akinori MUSHA
|
1828
|
-
* Bernard Spil
|
1829
|
-
|
1830
667
|
The old releases
|
1831
668
|
----------------
|
1832
669
|
|
1833
670
|
.. toctree::
|
1834
671
|
:maxdepth: 2
|
1835
672
|
|
673
|
+
news/5.x
|
1836
674
|
news/4.x
|
1837
675
|
news/3.x
|
1838
676
|
news/2.x
|