rroonga 6.0.5-x64-mingw32 → 6.0.7-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/doc/text/news.md +15 -0
- data/ext/groonga/rb-grn-column.c +23 -17
- data/ext/groonga/rb-grn-context.c +24 -22
- data/ext/groonga/rb-grn-exception.c +2 -256
- data/ext/groonga/rb-grn-index-column.c +21 -9
- data/ext/groonga/rb-grn-object.c +98 -62
- data/ext/groonga/rb-grn-table-sort-keys.c +1 -1
- data/ext/groonga/rb-grn-table.c +2 -2
- data/ext/groonga/rb-grn-variable-size-column.c +13 -7
- data/ext/groonga/rb-grn.h +1 -2
- data/ext/groonga/rb-groonga.c +3 -2
- data/lib/2.1/groonga.so +0 -0
- data/lib/2.2/groonga.so +0 -0
- data/lib/2.3/groonga.so +0 -0
- data/rroonga-build.rb +3 -3
- data/test/test-fix-size-column.rb +1 -1
- data/test/test-schema.rb +1 -1
- data/test/test-variable-size-column.rb +1 -1
- data/vendor/local/bin/grndb.exe +0 -0
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga-suggest-create-dataset.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-2.dll +0 -0
- data/vendor/local/bin/{libmsgpack-4.dll → libmsgpackc.dll} +0 -0
- data/vendor/local/bin/libonig-5.dll +0 -0
- data/vendor/local/bin/lz4.exe +0 -0
- data/vendor/local/bin/lz4c.exe +0 -0
- data/vendor/local/bin/lz4cat +0 -0
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/include/groonga/groonga.h +2 -0
- data/vendor/local/include/groonga/groonga/column.h +29 -0
- data/vendor/local/include/groonga/groonga/dump.h +1 -1
- data/vendor/local/include/groonga/groonga/error.h +29 -0
- data/vendor/local/include/groonga/groonga/groonga.h +6 -1
- data/vendor/local/include/msgpack/adaptor/adaptor_base.hpp +4 -70
- data/vendor/local/include/msgpack/adaptor/adaptor_base_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/array_ref.hpp +4 -161
- data/vendor/local/include/msgpack/adaptor/array_ref_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/bool.hpp +2 -53
- data/vendor/local/include/msgpack/adaptor/boost/fusion.hpp +1 -146
- data/vendor/local/include/msgpack/adaptor/boost/msgpack_variant.hpp +4 -416
- data/vendor/local/include/msgpack/adaptor/boost/msgpack_variant_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/boost/optional.hpp +2 -83
- data/vendor/local/include/msgpack/adaptor/boost/string_ref.hpp +2 -74
- data/vendor/local/include/msgpack/adaptor/carray.hpp +15 -0
- data/vendor/local/include/msgpack/adaptor/char_ptr.hpp +2 -144
- data/vendor/local/include/msgpack/adaptor/check_container_size.hpp +3 -53
- data/vendor/local/include/msgpack/adaptor/check_container_size_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/cpp11/array.hpp +5 -127
- data/vendor/local/include/msgpack/adaptor/cpp11/array_char.hpp +5 -78
- data/vendor/local/include/msgpack/adaptor/cpp11/array_unsigned_char.hpp +5 -78
- data/vendor/local/include/msgpack/adaptor/cpp11/forward_list.hpp +5 -83
- data/vendor/local/include/msgpack/adaptor/cpp11/reference_wrapper.hpp +5 -57
- data/vendor/local/include/msgpack/adaptor/cpp11/shared_ptr.hpp +5 -71
- data/vendor/local/include/msgpack/adaptor/cpp11/tuple.hpp +5 -165
- data/vendor/local/include/msgpack/adaptor/cpp11/unique_ptr.hpp +5 -71
- data/vendor/local/include/msgpack/adaptor/cpp11/unordered_map.hpp +5 -171
- data/vendor/local/include/msgpack/adaptor/cpp11/unordered_set.hpp +5 -161
- data/vendor/local/include/msgpack/adaptor/define.hpp +3 -17
- data/vendor/local/include/msgpack/adaptor/define_decl.hpp +142 -0
- data/vendor/local/include/msgpack/adaptor/deque.hpp +3 -96
- data/vendor/local/include/msgpack/adaptor/ext.hpp +3 -223
- data/vendor/local/include/msgpack/adaptor/ext_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/fixint.hpp +4 -285
- data/vendor/local/include/msgpack/adaptor/fixint_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/float.hpp +2 -110
- data/vendor/local/include/msgpack/adaptor/int.hpp +4 -415
- data/vendor/local/include/msgpack/adaptor/int_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/list.hpp +2 -93
- data/vendor/local/include/msgpack/adaptor/map.hpp +3 -291
- data/vendor/local/include/msgpack/adaptor/map_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/msgpack_tuple.hpp +2 -6
- data/vendor/local/include/msgpack/adaptor/msgpack_tuple_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/nil.hpp +3 -70
- data/vendor/local/include/msgpack/adaptor/nil_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/pair.hpp +2 -70
- data/vendor/local/include/msgpack/adaptor/raw.hpp +3 -92
- data/vendor/local/include/msgpack/adaptor/raw_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/set.hpp +2 -175
- data/vendor/local/include/msgpack/adaptor/size_equal_only.hpp +17 -0
- data/vendor/local/include/msgpack/adaptor/size_equal_only_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/string.hpp +2 -73
- data/vendor/local/include/msgpack/adaptor/tr1/unordered_map.hpp +2 -2
- data/vendor/local/include/msgpack/adaptor/tr1/unordered_set.hpp +2 -2
- data/vendor/local/include/msgpack/adaptor/v4raw.hpp +3 -92
- data/vendor/local/include/msgpack/adaptor/v4raw_decl.hpp +16 -0
- data/vendor/local/include/msgpack/adaptor/vector.hpp +2 -108
- data/vendor/local/include/msgpack/adaptor/vector_bool.hpp +2 -75
- data/vendor/local/include/msgpack/adaptor/vector_char.hpp +2 -76
- data/vendor/local/include/msgpack/adaptor/vector_unsigned_char.hpp +2 -76
- data/vendor/local/include/msgpack/cpp_config.hpp +4 -111
- data/vendor/local/include/msgpack/cpp_config_decl.hpp +16 -0
- data/vendor/local/include/msgpack/fbuffer.h +1 -1
- data/vendor/local/include/msgpack/fbuffer.hpp +5 -48
- data/vendor/local/include/msgpack/fbuffer_decl.hpp +16 -0
- data/vendor/local/include/msgpack/gcc_atomic.hpp +33 -0
- data/vendor/local/include/msgpack/iterator.hpp +3 -23
- data/vendor/local/include/msgpack/iterator_decl.hpp +17 -0
- data/vendor/local/include/msgpack/meta.hpp +3 -36
- data/vendor/local/include/msgpack/meta_decl.hpp +17 -0
- data/vendor/local/include/msgpack/object.hpp +5 -799
- data/vendor/local/include/msgpack/object_decl.hpp +17 -0
- data/vendor/local/include/msgpack/object_fwd.hpp +4 -180
- data/vendor/local/include/msgpack/object_fwd_decl.hpp +17 -0
- data/vendor/local/include/msgpack/pack.hpp +4 -1077
- data/vendor/local/include/msgpack/pack_decl.hpp +16 -0
- data/vendor/local/include/msgpack/predef.h +6 -1
- data/vendor/local/include/msgpack/predef/architecture.h +3 -1
- data/vendor/local/include/msgpack/predef/architecture/alpha.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/arm.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/blackfin.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/convex.h +3 -5
- data/vendor/local/include/msgpack/predef/architecture/ia64.h +3 -3
- data/vendor/local/include/msgpack/predef/architecture/m68k.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/mips.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/parisc.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/ppc.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/pyramid.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/rs6k.h +4 -4
- data/vendor/local/include/msgpack/predef/architecture/sparc.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/superh.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/sys370.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/sys390.h +3 -4
- data/vendor/local/include/msgpack/predef/architecture/x86.h +6 -6
- data/vendor/local/include/msgpack/predef/architecture/x86/32.h +4 -4
- data/vendor/local/include/msgpack/predef/architecture/x86/64.h +4 -4
- data/vendor/local/include/msgpack/predef/architecture/z.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler.h +3 -1
- data/vendor/local/include/msgpack/predef/compiler/borland.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/clang.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/comeau.h +4 -5
- data/vendor/local/include/msgpack/predef/compiler/compaq.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/diab.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/digitalmars.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/dignus.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/edg.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/ekopath.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/gcc.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/gcc_xml.h +3 -3
- data/vendor/local/include/msgpack/predef/compiler/greenhills.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/hp_acc.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/iar.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/ibm.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/intel.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/kai.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/llvm.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/metaware.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/metrowerks.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/microtec.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/mpw.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/palm.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/pgi.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/sgi_mipspro.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/sunpro.h +17 -8
- data/vendor/local/include/msgpack/predef/compiler/tendra.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/visualc.h +3 -4
- data/vendor/local/include/msgpack/predef/compiler/watcom.h +3 -4
- data/vendor/local/include/msgpack/predef/detail/_cassert.h +1 -1
- data/vendor/local/include/msgpack/predef/detail/_exception.h +1 -1
- data/vendor/local/include/msgpack/predef/detail/test_def.h +71 -0
- data/vendor/local/include/msgpack/predef/hardware.h +16 -0
- data/vendor/local/include/msgpack/predef/hardware/simd.h +119 -0
- data/vendor/local/include/msgpack/predef/hardware/simd/arm.h +57 -0
- data/vendor/local/include/msgpack/predef/hardware/simd/arm/versions.h +32 -0
- data/vendor/local/include/msgpack/predef/hardware/simd/ppc.h +69 -0
- data/vendor/local/include/msgpack/predef/hardware/simd/ppc/versions.h +51 -0
- data/vendor/local/include/msgpack/predef/hardware/simd/x86.h +123 -0
- data/vendor/local/include/msgpack/predef/hardware/simd/x86/versions.h +129 -0
- data/vendor/local/include/msgpack/predef/hardware/simd/x86_amd.h +87 -0
- data/vendor/local/include/msgpack/predef/hardware/simd/x86_amd/versions.h +51 -0
- data/vendor/local/include/msgpack/predef/language.h +3 -1
- data/vendor/local/include/msgpack/predef/language/objc.h +3 -4
- data/vendor/local/include/msgpack/predef/language/stdc.h +3 -4
- data/vendor/local/include/msgpack/predef/language/stdcpp.h +8 -11
- data/vendor/local/include/msgpack/predef/library.h +3 -1
- data/vendor/local/include/msgpack/predef/library/c.h +3 -1
- data/vendor/local/include/msgpack/predef/library/c/gnu.h +3 -4
- data/vendor/local/include/msgpack/predef/library/c/uc.h +3 -4
- data/vendor/local/include/msgpack/predef/library/c/vms.h +3 -4
- data/vendor/local/include/msgpack/predef/library/c/zos.h +3 -4
- data/vendor/local/include/msgpack/predef/library/std.h +3 -1
- data/vendor/local/include/msgpack/predef/library/std/cxx.h +3 -4
- data/vendor/local/include/msgpack/predef/library/std/dinkumware.h +3 -4
- data/vendor/local/include/msgpack/predef/library/std/libcomo.h +3 -4
- data/vendor/local/include/msgpack/predef/library/std/modena.h +3 -4
- data/vendor/local/include/msgpack/predef/library/std/msl.h +3 -4
- data/vendor/local/include/msgpack/predef/library/std/roguewave.h +3 -4
- data/vendor/local/include/msgpack/predef/library/std/sgi.h +3 -4
- data/vendor/local/include/msgpack/predef/library/std/stdcpp3.h +3 -4
- data/vendor/local/include/msgpack/predef/library/std/stlport.h +3 -4
- data/vendor/local/include/msgpack/predef/library/std/vacpp.h +3 -4
- data/vendor/local/include/msgpack/predef/make.h +2 -2
- data/vendor/local/include/msgpack/predef/os.h +3 -1
- data/vendor/local/include/msgpack/predef/os/aix.h +3 -4
- data/vendor/local/include/msgpack/predef/os/amigaos.h +3 -4
- data/vendor/local/include/msgpack/predef/os/android.h +3 -4
- data/vendor/local/include/msgpack/predef/os/beos.h +3 -4
- data/vendor/local/include/msgpack/predef/os/bsd.h +11 -3
- data/vendor/local/include/msgpack/predef/os/bsd/bsdi.h +3 -3
- data/vendor/local/include/msgpack/predef/os/bsd/dragonfly.h +3 -3
- data/vendor/local/include/msgpack/predef/os/bsd/free.h +3 -3
- data/vendor/local/include/msgpack/predef/os/bsd/net.h +3 -3
- data/vendor/local/include/msgpack/predef/os/bsd/open.h +3 -3
- data/vendor/local/include/msgpack/predef/os/cygwin.h +4 -5
- data/vendor/local/include/msgpack/predef/os/haiku.h +3 -4
- data/vendor/local/include/msgpack/predef/os/hpux.h +3 -4
- data/vendor/local/include/msgpack/predef/os/ios.h +3 -3
- data/vendor/local/include/msgpack/predef/os/irix.h +3 -4
- data/vendor/local/include/msgpack/predef/os/linux.h +3 -4
- data/vendor/local/include/msgpack/predef/os/macos.h +3 -4
- data/vendor/local/include/msgpack/predef/os/os400.h +3 -4
- data/vendor/local/include/msgpack/predef/os/qnxnto.h +3 -4
- data/vendor/local/include/msgpack/predef/os/solaris.h +3 -4
- data/vendor/local/include/msgpack/predef/os/unix.h +3 -3
- data/vendor/local/include/msgpack/predef/os/vms.h +3 -4
- data/vendor/local/include/msgpack/predef/os/windows.h +3 -3
- data/vendor/local/include/msgpack/predef/other.h +3 -1
- data/vendor/local/include/msgpack/predef/other/endian.h +4 -5
- data/vendor/local/include/msgpack/predef/platform.h +3 -1
- data/vendor/local/include/msgpack/predef/platform/mingw.h +3 -4
- data/vendor/local/include/msgpack/predef/platform/windows_desktop.h +4 -3
- data/vendor/local/include/msgpack/predef/platform/windows_phone.h +4 -3
- data/vendor/local/include/msgpack/predef/platform/windows_runtime.h +4 -3
- data/vendor/local/include/msgpack/predef/platform/windows_store.h +4 -3
- data/vendor/local/include/msgpack/predef/version.h +2 -2
- data/vendor/local/include/msgpack/predef/version_number.h +1 -2
- data/vendor/local/include/msgpack/preprocessor/arithmetic/dec.hpp +1 -0
- data/vendor/local/include/msgpack/preprocessor/config/config.hpp +5 -2
- data/vendor/local/include/msgpack/preprocessor/facilities/identity.hpp +4 -0
- data/vendor/local/include/msgpack/preprocessor/library.hpp +1 -0
- data/vendor/local/include/msgpack/preprocessor/repetition/for.hpp +19 -1
- data/vendor/local/include/msgpack/preprocessor/seq/detail/is_empty.hpp +49 -0
- data/vendor/local/include/msgpack/preprocessor/seq/for_each.hpp +57 -10
- data/vendor/local/include/msgpack/preprocessor/seq/for_each_i.hpp +58 -10
- data/vendor/local/include/msgpack/preprocessor/seq/replace.hpp +18 -2
- data/vendor/local/include/msgpack/preprocessor/seq/rest_n.hpp +18 -2
- data/vendor/local/include/msgpack/preprocessor/seq/size.hpp +1 -0
- data/vendor/local/include/msgpack/preprocessor/tuple/eat.hpp +10 -1
- data/vendor/local/include/msgpack/sbuffer.hpp +4 -139
- data/vendor/local/include/msgpack/sbuffer_decl.hpp +17 -0
- data/vendor/local/include/msgpack/sysdep.h +9 -5
- data/vendor/local/include/msgpack/type.hpp +2 -0
- data/vendor/local/include/msgpack/unpack.hpp +5 -1698
- data/vendor/local/include/msgpack/unpack_decl.hpp +16 -0
- data/vendor/local/include/msgpack/v1/adaptor/adaptor_base.hpp +116 -0
- data/vendor/local/include/msgpack/v1/adaptor/adaptor_base_decl.hpp +86 -0
- data/vendor/local/include/msgpack/v1/adaptor/array_ref.hpp +305 -0
- data/vendor/local/include/msgpack/v1/adaptor/array_ref_decl.hpp +55 -0
- data/vendor/local/include/msgpack/v1/adaptor/bool.hpp +66 -0
- data/vendor/local/include/msgpack/v1/adaptor/boost/fusion.hpp +160 -0
- data/vendor/local/include/msgpack/v1/adaptor/boost/msgpack_variant.hpp +441 -0
- data/vendor/local/include/msgpack/v1/adaptor/boost/msgpack_variant_decl.hpp +62 -0
- data/vendor/local/include/msgpack/v1/adaptor/boost/optional.hpp +96 -0
- data/vendor/local/include/msgpack/v1/adaptor/boost/string_ref.hpp +87 -0
- data/vendor/local/include/msgpack/v1/adaptor/carray.hpp +253 -0
- data/vendor/local/include/msgpack/v1/adaptor/char_ptr.hpp +92 -0
- data/vendor/local/include/msgpack/v1/adaptor/check_container_size.hpp +67 -0
- data/vendor/local/include/msgpack/v1/adaptor/check_container_size_decl.hpp +44 -0
- data/vendor/local/include/msgpack/v1/adaptor/cpp11/array.hpp +138 -0
- data/vendor/local/include/msgpack/v1/adaptor/cpp11/array_char.hpp +90 -0
- data/vendor/local/include/msgpack/v1/adaptor/cpp11/array_unsigned_char.hpp +90 -0
- data/vendor/local/include/msgpack/v1/adaptor/cpp11/forward_list.hpp +94 -0
- data/vendor/local/include/msgpack/v1/adaptor/cpp11/reference_wrapper.hpp +68 -0
- data/vendor/local/include/msgpack/v1/adaptor/cpp11/shared_ptr.hpp +82 -0
- data/vendor/local/include/msgpack/v1/adaptor/cpp11/tuple.hpp +175 -0
- data/vendor/local/include/msgpack/v1/adaptor/cpp11/unique_ptr.hpp +82 -0
- data/vendor/local/include/msgpack/v1/adaptor/cpp11/unordered_map.hpp +182 -0
- data/vendor/local/include/msgpack/v1/adaptor/cpp11/unordered_set.hpp +172 -0
- data/vendor/local/include/msgpack/v1/adaptor/define.hpp +21 -0
- data/vendor/local/include/msgpack/v1/adaptor/define_decl.hpp +23 -0
- data/vendor/local/include/msgpack/v1/adaptor/deque.hpp +108 -0
- data/vendor/local/include/msgpack/{adaptor → v1/adaptor}/detail/cpp03_define_array.hpp +6 -71
- data/vendor/local/include/msgpack/v1/adaptor/detail/cpp03_define_array_decl.hpp +135 -0
- data/vendor/local/include/msgpack/{adaptor → v1/adaptor}/detail/cpp03_define_map.hpp +7 -61
- data/vendor/local/include/msgpack/v1/adaptor/detail/cpp03_define_map_decl.hpp +135 -0
- data/vendor/local/include/msgpack/{adaptor → v1/adaptor}/detail/cpp03_msgpack_tuple.hpp +1095 -579
- data/vendor/local/include/msgpack/v1/adaptor/detail/cpp03_msgpack_tuple_decl.hpp +317 -0
- data/vendor/local/include/msgpack/{adaptor → v1/adaptor}/detail/cpp11_define_array.hpp +5 -71
- data/vendor/local/include/msgpack/v1/adaptor/detail/cpp11_define_array_decl.hpp +39 -0
- data/vendor/local/include/msgpack/{adaptor → v1/adaptor}/detail/cpp11_define_map.hpp +7 -62
- data/vendor/local/include/msgpack/v1/adaptor/detail/cpp11_define_map_decl.hpp +37 -0
- data/vendor/local/include/msgpack/{adaptor → v1/adaptor}/detail/cpp11_msgpack_tuple.hpp +30 -85
- data/vendor/local/include/msgpack/v1/adaptor/detail/cpp11_msgpack_tuple_decl.hpp +120 -0
- data/vendor/local/include/msgpack/v1/adaptor/ext.hpp +236 -0
- data/vendor/local/include/msgpack/v1/adaptor/ext_decl.hpp +38 -0
- data/vendor/local/include/msgpack/v1/adaptor/fixint.hpp +283 -0
- data/vendor/local/include/msgpack/v1/adaptor/fixint_decl.hpp +46 -0
- data/vendor/local/include/msgpack/v1/adaptor/float.hpp +123 -0
- data/vendor/local/include/msgpack/v1/adaptor/int.hpp +426 -0
- data/vendor/local/include/msgpack/v1/adaptor/int_decl.hpp +49 -0
- data/vendor/local/include/msgpack/v1/adaptor/list.hpp +106 -0
- data/vendor/local/include/msgpack/v1/adaptor/map.hpp +314 -0
- data/vendor/local/include/msgpack/v1/adaptor/map_decl.hpp +36 -0
- data/vendor/local/include/msgpack/v1/adaptor/msgpack_tuple.hpp +21 -0
- data/vendor/local/include/msgpack/v1/adaptor/msgpack_tuple_decl.hpp +21 -0
- data/vendor/local/include/msgpack/v1/adaptor/nil.hpp +76 -0
- data/vendor/local/include/msgpack/v1/adaptor/nil_decl.hpp +44 -0
- data/vendor/local/include/msgpack/v1/adaptor/pair.hpp +83 -0
- data/vendor/local/include/msgpack/v1/adaptor/raw.hpp +106 -0
- data/vendor/local/include/msgpack/v1/adaptor/raw_decl.hpp +36 -0
- data/vendor/local/include/msgpack/v1/adaptor/set.hpp +188 -0
- data/vendor/local/include/msgpack/v1/adaptor/size_equal_only.hpp +118 -0
- data/vendor/local/include/msgpack/v1/adaptor/size_equal_only_decl.hpp +52 -0
- data/vendor/local/include/msgpack/v1/adaptor/string.hpp +87 -0
- data/vendor/local/include/msgpack/v1/adaptor/tr1/unordered_map.hpp +171 -0
- data/vendor/local/include/msgpack/v1/adaptor/tr1/unordered_set.hpp +165 -0
- data/vendor/local/include/msgpack/v1/adaptor/v4raw.hpp +105 -0
- data/vendor/local/include/msgpack/v1/adaptor/v4raw_decl.hpp +34 -0
- data/vendor/local/include/msgpack/v1/adaptor/vector.hpp +121 -0
- data/vendor/local/include/msgpack/v1/adaptor/vector_bool.hpp +90 -0
- data/vendor/local/include/msgpack/v1/adaptor/vector_char.hpp +114 -0
- data/vendor/local/include/msgpack/v1/adaptor/vector_unsigned_char.hpp +114 -0
- data/vendor/local/include/msgpack/v1/cpp_config.hpp +129 -0
- data/vendor/local/include/msgpack/v1/cpp_config_decl.hpp +131 -0
- data/vendor/local/include/msgpack/{detail → v1/detail}/cpp03_zone.hpp +10 -21
- data/vendor/local/include/msgpack/v1/detail/cpp03_zone_decl.hpp +46 -0
- data/vendor/local/include/msgpack/{detail → v1/detail}/cpp11_zone.hpp +10 -18
- data/vendor/local/include/msgpack/v1/detail/cpp11_zone_decl.hpp +47 -0
- data/vendor/local/include/msgpack/v1/fbuffer.hpp +60 -0
- data/vendor/local/include/msgpack/v1/fbuffer_decl.hpp +32 -0
- data/vendor/local/include/msgpack/v1/iterator.hpp +40 -0
- data/vendor/local/include/msgpack/v1/iterator_decl.hpp +40 -0
- data/vendor/local/include/msgpack/v1/meta.hpp +47 -0
- data/vendor/local/include/msgpack/v1/meta_decl.hpp +52 -0
- data/vendor/local/include/msgpack/v1/object.hpp +865 -0
- data/vendor/local/include/msgpack/v1/object_decl.hpp +112 -0
- data/vendor/local/include/msgpack/v1/object_fwd.hpp +252 -0
- data/vendor/local/include/msgpack/v1/object_fwd_decl.hpp +76 -0
- data/vendor/local/include/msgpack/v1/pack.hpp +1602 -0
- data/vendor/local/include/msgpack/v1/pack_decl.hpp +91 -0
- data/vendor/local/include/msgpack/v1/preprocessor.hpp +19 -0
- data/vendor/local/include/msgpack/v1/sbuffer.hpp +149 -0
- data/vendor/local/include/msgpack/v1/sbuffer_decl.hpp +33 -0
- data/vendor/local/include/msgpack/v1/unpack.hpp +1672 -0
- data/vendor/local/include/msgpack/v1/unpack_decl.hpp +461 -0
- data/vendor/local/include/msgpack/v1/version.hpp +36 -0
- data/vendor/local/include/msgpack/v1/versioning.hpp +69 -0
- data/vendor/local/include/msgpack/v1/vrefbuffer.hpp +292 -0
- data/vendor/local/include/msgpack/v1/vrefbuffer_decl.hpp +39 -0
- data/vendor/local/include/msgpack/v1/zbuffer.hpp +159 -0
- data/vendor/local/include/msgpack/v1/zbuffer_decl.hpp +37 -0
- data/vendor/local/include/msgpack/v1/zone.hpp +21 -0
- data/vendor/local/include/msgpack/v1/zone_decl.hpp +21 -0
- data/vendor/local/include/msgpack/v2/adaptor/adaptor_base.hpp +58 -0
- data/vendor/local/include/msgpack/v2/adaptor/adaptor_base_decl.hpp +52 -0
- data/vendor/local/include/msgpack/v2/adaptor/array_ref_decl.hpp +36 -0
- data/vendor/local/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp +42 -0
- data/vendor/local/include/msgpack/v2/adaptor/check_container_size_decl.hpp +39 -0
- data/vendor/local/include/msgpack/v2/adaptor/define_decl.hpp +23 -0
- data/vendor/local/include/msgpack/v2/adaptor/detail/cpp03_define_array_decl.hpp +31 -0
- data/vendor/local/include/msgpack/v2/adaptor/detail/cpp03_define_map_decl.hpp +31 -0
- data/vendor/local/include/msgpack/v2/adaptor/detail/cpp03_msgpack_tuple_decl.hpp +43 -0
- data/vendor/local/include/msgpack/v2/adaptor/detail/cpp11_define_array_decl.hpp +32 -0
- data/vendor/local/include/msgpack/v2/adaptor/detail/cpp11_define_map_decl.hpp +31 -0
- data/vendor/local/include/msgpack/v2/adaptor/detail/cpp11_msgpack_tuple_decl.hpp +59 -0
- data/vendor/local/include/msgpack/v2/adaptor/ext_decl.hpp +34 -0
- data/vendor/local/include/msgpack/v2/adaptor/fixint_decl.hpp +43 -0
- data/vendor/local/include/msgpack/v2/adaptor/int_decl.hpp +54 -0
- data/vendor/local/include/msgpack/v2/adaptor/map_decl.hpp +33 -0
- data/vendor/local/include/msgpack/v2/adaptor/msgpack_tuple_decl.hpp +21 -0
- data/vendor/local/include/msgpack/v2/adaptor/nil_decl.hpp +42 -0
- data/vendor/local/include/msgpack/v2/adaptor/raw_decl.hpp +33 -0
- data/vendor/local/include/msgpack/v2/adaptor/size_equal_only_decl.hpp +35 -0
- data/vendor/local/include/msgpack/v2/adaptor/v4raw_decl.hpp +34 -0
- data/vendor/local/include/msgpack/v2/cpp_config_decl.hpp +84 -0
- data/vendor/local/include/msgpack/v2/detail/cpp03_zone_decl.hpp +31 -0
- data/vendor/local/include/msgpack/v2/detail/cpp11_zone_decl.hpp +31 -0
- data/vendor/local/include/msgpack/v2/fbuffer_decl.hpp +32 -0
- data/vendor/local/include/msgpack/v2/iterator_decl.hpp +33 -0
- data/vendor/local/include/msgpack/v2/meta_decl.hpp +46 -0
- data/vendor/local/include/msgpack/v2/object.hpp +33 -0
- data/vendor/local/include/msgpack/v2/object_decl.hpp +49 -0
- data/vendor/local/include/msgpack/v2/object_fwd.hpp +109 -0
- data/vendor/local/include/msgpack/v2/object_fwd_decl.hpp +73 -0
- data/vendor/local/include/msgpack/v2/pack_decl.hpp +55 -0
- data/vendor/local/include/msgpack/v2/sbuffer_decl.hpp +33 -0
- data/vendor/local/include/msgpack/v2/unpack.hpp +1625 -0
- data/vendor/local/include/msgpack/v2/unpack_decl.hpp +348 -0
- data/vendor/local/include/msgpack/v2/vrefbuffer_decl.hpp +29 -0
- data/vendor/local/include/msgpack/v2/zbuffer_decl.hpp +29 -0
- data/vendor/local/include/msgpack/v2/zone_decl.hpp +21 -0
- data/vendor/local/include/msgpack/version_master.h +2 -2
- data/vendor/local/include/msgpack/versioning.hpp +3 -3
- data/vendor/local/include/msgpack/vrefbuffer.hpp +4 -279
- data/vendor/local/include/msgpack/vrefbuffer_decl.hpp +16 -0
- data/vendor/local/include/msgpack/zbuffer.hpp +3 -153
- data/vendor/local/include/msgpack/zbuffer_decl.hpp +16 -0
- data/vendor/local/include/msgpack/zone.hpp +3 -7
- data/vendor/local/include/msgpack/zone_decl.hpp +16 -0
- data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.la +3 -3
- data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.la +3 -3
- data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.la +3 -3
- data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.la +3 -3
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
- data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +3 -3
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
- data/vendor/local/lib/groonga/scripts/ruby/expression.rb +1 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression_rewriters.rb +10 -0
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +3 -3
- data/vendor/local/lib/liblz4.a +0 -0
- data/vendor/local/lib/liblz4.dll +0 -0
- data/vendor/local/lib/liblz4.dll.1 +0 -0
- data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libonig.a +0 -0
- data/vendor/local/lib/libonig.dll.a +0 -0
- data/vendor/local/lib/libonig.la +2 -2
- data/vendor/local/lib/libz.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/lib/pkgconfig/msgpack.pc +2 -2
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/sbin/groonga-httpd.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +0 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +82 -1244
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt +3 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.3.x.txt +3 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/news/2.x.txt +3 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/news/3.x.txt +3 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/news/4.x.txt +3 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/news/5.x.txt +1250 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_list.txt +393 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_substring.txt +27 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_slice.txt +27 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/basic.css +0 -4
- data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +25 -1
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/client.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/community.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +7 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/development.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/genindex.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/index.html +44 -41
- data/vendor/local/share/doc/groonga/en/html/install.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/install/others.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +10 -11
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +16 -16
- data/vendor/local/share/doc/groonga/en/html/limitations.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/news.html +257 -1703
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +54 -48
- data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +18 -12
- data/vendor/local/share/doc/groonga/en/html/news/2.x.html +65 -59
- data/vendor/local/share/doc/groonga/en/html/news/3.x.html +64 -58
- data/vendor/local/share/doc/groonga/en/html/news/4.x.html +61 -55
- data/vendor/local/share/doc/groonga/en/html/news/5.x.html +1426 -0
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.html +44 -41
- data/vendor/local/share/doc/groonga/en/html/reference/alias.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/column.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +33 -32
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +991 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +33 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +33 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +69 -69
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +113 -113
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +33 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +53 -53
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +43 -43
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +33 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +43 -43
- data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +33 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +45 -45
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +18 -16
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/record_number.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +162 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +162 -0
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/reference/operations.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +11 -11
- data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/server/http.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/server/memcached.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/server/package.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/spec.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +0 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +82 -1244
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt +3 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.3.x.txt +3 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/2.x.txt +3 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/3.x.txt +3 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/4.x.txt +3 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/5.x.txt +1250 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_list.txt +393 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_substring.txt +27 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_slice.txt +27 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +0 -4
- data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +25 -1
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/client.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/community.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +7 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/development.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/index.html +44 -41
- data/vendor/local/share/doc/groonga/ja/html/install.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +10 -11
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +16 -16
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/news.html +248 -1638
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +54 -48
- data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +18 -12
- data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +65 -59
- data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +64 -58
- data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +61 -55
- data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +1368 -0
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +44 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/column.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +33 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +1014 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +33 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +33 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +69 -69
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +113 -113
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +33 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +53 -53
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +43 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +33 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +43 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +33 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +45 -45
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +18 -16
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/record_number.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +163 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +163 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/spec.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +7 -7
- data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +7 -1
- data/vendor/local/share/groonga/examples/dictionary/html/index.html +1 -1
- data/vendor/local/share/license/msgpack/README.md +6 -7
- metadata +200 -16
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.la +0 -41
- data/vendor/local/lib/libmsgpackc.la +0 -41
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>2.4. Ubuntu — Groonga v6.0.
|
10
|
+
<title>2.4. Ubuntu — 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="2. Install" href="../install.html" />
|
30
30
|
<link rel="next" title="2.5. CentOS" href="centos.html" />
|
31
31
|
<link rel="prev" title="2.3. Debian GNU/Linux" href="debian.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="debian.html" title="2.3. Debian GNU/Linux"
|
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="../install.html" accesskey="U">2. Install</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -88,7 +88,6 @@ Archive) on Launchpad. You can install Groonga by APT from the PPA.</p>
|
|
88
88
|
<div><ul class="simple">
|
89
89
|
<li>12.04 LTS Precise Pangolin</li>
|
90
90
|
<li>14.04 LTS Trusty Tahr</li>
|
91
|
-
<li>15.10 Wily Werewolf</li>
|
92
91
|
<li>16.04 Xenial Xerus</li>
|
93
92
|
</ul>
|
94
93
|
</div></blockquote>
|
@@ -151,9 +150,9 @@ If you want to use that one, install groonga-normalizer-mysql package.</p>
|
|
151
150
|
</pre></div>
|
152
151
|
</div>
|
153
152
|
<p>Download source:</p>
|
154
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>% wget http://packages.groonga.org/source/groonga/groonga-6.0.
|
155
|
-
% tar xvzf groonga-6.0.
|
156
|
-
% cd groonga-6.0.
|
153
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>% wget http://packages.groonga.org/source/groonga/groonga-6.0.7.tar.gz
|
154
|
+
% tar xvzf groonga-6.0.7.tar.gz
|
155
|
+
% cd groonga-6.0.7
|
157
156
|
</pre></div>
|
158
157
|
</div>
|
159
158
|
<p>Configure (see <a class="reference internal" href="others.html#source-configure"><span class="std std-ref">configure</span></a> about <code class="docutils literal"><span class="pre">configure</span></code> options):</p>
|
@@ -202,8 +201,8 @@ If you want to use that one, install groonga-normalizer-mysql package.</p>
|
|
202
201
|
<div id="searchbox" style="display: none" role="search">
|
203
202
|
<h3>Quick search</h3>
|
204
203
|
<form class="search" action="../search.html" method="get">
|
205
|
-
<input type="text" name="q"
|
206
|
-
<input type="submit" value="Go"
|
204
|
+
<div><input type="text" name="q" /></div>
|
205
|
+
<div><input type="submit" value="Go" /></div>
|
207
206
|
<input type="hidden" name="check_keywords" value="yes" />
|
208
207
|
<input type="hidden" name="area" value="default" />
|
209
208
|
</form>
|
@@ -225,7 +224,7 @@ If you want to use that one, install groonga-normalizer-mysql package.</p>
|
|
225
224
|
<li class="right" >
|
226
225
|
<a href="debian.html" title="2.3. Debian GNU/Linux"
|
227
226
|
>previous</a> |</li>
|
228
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.
|
227
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> »</li>
|
229
228
|
<li class="nav-item nav-item-1"><a href="../install.html" >2. Install</a> »</li>
|
230
229
|
</ul>
|
231
230
|
</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>2.1. Windows — Groonga v6.0.
|
10
|
+
<title>2.1. Windows — 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="2. Install" href="../install.html" />
|
30
30
|
<link rel="next" title="2.2. Mac OS X" href="mac_os_x.html" />
|
31
31
|
<link rel="prev" title="2. Install" href="../install.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="../install.html" title="2. Install"
|
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="../install.html" accesskey="U">2. Install</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -85,7 +85,7 @@ size data.</p>
|
|
85
85
|
packages.groonga.org:</p>
|
86
86
|
<blockquote>
|
87
87
|
<div><ul class="simple">
|
88
|
-
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-6.0.
|
88
|
+
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-6.0.7-x86.exe">http://packages.groonga.org/windows/groonga/groonga-6.0.7-x86.exe</a></li>
|
89
89
|
</ul>
|
90
90
|
</div></blockquote>
|
91
91
|
<p>Then run it.</p>
|
@@ -93,7 +93,7 @@ packages.groonga.org:</p>
|
|
93
93
|
packages.goronga.org:</p>
|
94
94
|
<blockquote>
|
95
95
|
<div><ul class="simple">
|
96
|
-
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-6.0.
|
96
|
+
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-6.0.7-x64.exe">http://packages.groonga.org/windows/groonga/groonga-6.0.7-x64.exe</a></li>
|
97
97
|
</ul>
|
98
98
|
</div></blockquote>
|
99
99
|
<p>Then run it.</p>
|
@@ -106,7 +106,7 @@ packages.goronga.org:</p>
|
|
106
106
|
packages.groonga.org:</p>
|
107
107
|
<blockquote>
|
108
108
|
<div><ul class="simple">
|
109
|
-
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-6.0.
|
109
|
+
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-6.0.7-x86.zip">http://packages.groonga.org/windows/groonga/groonga-6.0.7-x86.zip</a></li>
|
110
110
|
</ul>
|
111
111
|
</div></blockquote>
|
112
112
|
<p>Then extract it.</p>
|
@@ -114,7 +114,7 @@ packages.groonga.org:</p>
|
|
114
114
|
packages.groonga.org:</p>
|
115
115
|
<blockquote>
|
116
116
|
<div><ul class="simple">
|
117
|
-
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-6.0.
|
117
|
+
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-6.0.7-x64.zip">http://packages.groonga.org/windows/groonga/groonga-6.0.7-x64.zip</a></li>
|
118
118
|
</ul>
|
119
119
|
</div></blockquote>
|
120
120
|
<p>Then extract it.</p>
|
@@ -133,26 +133,26 @@ Windows. Here are required tools:</p>
|
|
133
133
|
<p>Download zipped source from packages.groonga.org:</p>
|
134
134
|
<blockquote>
|
135
135
|
<div><ul class="simple">
|
136
|
-
<li><a class="reference external" href="http://packages.groonga.org/source/groonga/groonga-6.0.
|
136
|
+
<li><a class="reference external" href="http://packages.groonga.org/source/groonga/groonga-6.0.7.zip">http://packages.groonga.org/source/groonga/groonga-6.0.7.zip</a></li>
|
137
137
|
</ul>
|
138
138
|
</div></blockquote>
|
139
139
|
<p>Then extract it.</p>
|
140
140
|
<p>Move to the Groonga's source folder:</p>
|
141
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>> cd c:\Users\%USERNAME%\Downloads\groonga-6.0.
|
141
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>> cd c:\Users\%USERNAME%\Downloads\groonga-6.0.7
|
142
142
|
</pre></div>
|
143
143
|
</div>
|
144
144
|
<p>Configure by <code class="docutils literal"><span class="pre">cmake</span></code>. The following commnad line is for 64-bit
|
145
145
|
version. To build 32-bit version, use <code class="docutils literal"><span class="pre">-G</span> <span class="pre">"Visual</span> <span class="pre">Studio</span> <span class="pre">12</span> <span class="pre">2013"</span></code>
|
146
146
|
parameter instead:</p>
|
147
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>groonga-6.0.
|
147
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>groonga-6.0.7> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga
|
148
148
|
</pre></div>
|
149
149
|
</div>
|
150
150
|
<p>Build:</p>
|
151
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>groonga-6.0.
|
151
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>groonga-6.0.7> cmake --build . --config Release
|
152
152
|
</pre></div>
|
153
153
|
</div>
|
154
154
|
<p>Install:</p>
|
155
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>groonga-6.0.
|
155
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>groonga-6.0.7> cmake --build . --config Release --target Install
|
156
156
|
</pre></div>
|
157
157
|
</div>
|
158
158
|
<p>After the above steps, <a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga executable file</span></a> is found at
|
@@ -192,8 +192,8 @@ parameter instead:</p>
|
|
192
192
|
<div id="searchbox" style="display: none" role="search">
|
193
193
|
<h3>Quick search</h3>
|
194
194
|
<form class="search" action="../search.html" method="get">
|
195
|
-
<input type="text" name="q"
|
196
|
-
<input type="submit" value="Go"
|
195
|
+
<div><input type="text" name="q" /></div>
|
196
|
+
<div><input type="submit" value="Go" /></div>
|
197
197
|
<input type="hidden" name="check_keywords" value="yes" />
|
198
198
|
<input type="hidden" name="area" value="default" />
|
199
199
|
</form>
|
@@ -215,7 +215,7 @@ parameter instead:</p>
|
|
215
215
|
<li class="right" >
|
216
216
|
<a href="../install.html" title="2. Install"
|
217
217
|
>previous</a> |</li>
|
218
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.
|
218
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> »</li>
|
219
219
|
<li class="nav-item nav-item-1"><a href="../install.html" >2. Install</a> »</li>
|
220
220
|
</ul>
|
221
221
|
</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>9. Limitations — Groonga v6.0.
|
10
|
+
<title>9. Limitations — 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="next" title="10. トラブルシューティング" href="troubleshooting.html" />
|
30
30
|
<link rel="prev" title="8.2. 検索" href="spec/search.html" />
|
31
31
|
</head>
|
@@ -59,7 +59,7 @@
|
|
59
59
|
<li class="right" >
|
60
60
|
<a href="spec/search.html" title="8.2. 検索"
|
61
61
|
accesskey="P">previous</a> |</li>
|
62
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.
|
62
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.7 documentation</a> »</li>
|
63
63
|
</ul>
|
64
64
|
</div>
|
65
65
|
|
@@ -132,8 +132,8 @@
|
|
132
132
|
<div id="searchbox" style="display: none" role="search">
|
133
133
|
<h3>Quick search</h3>
|
134
134
|
<form class="search" action="search.html" method="get">
|
135
|
-
<input type="text" name="q"
|
136
|
-
<input type="submit" value="Go"
|
135
|
+
<div><input type="text" name="q" /></div>
|
136
|
+
<div><input type="submit" value="Go" /></div>
|
137
137
|
<input type="hidden" name="check_keywords" value="yes" />
|
138
138
|
<input type="hidden" name="area" value="default" />
|
139
139
|
</form>
|
@@ -155,7 +155,7 @@
|
|
155
155
|
<li class="right" >
|
156
156
|
<a href="spec/search.html" title="8.2. 検索"
|
157
157
|
>previous</a> |</li>
|
158
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.
|
158
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.7 documentation</a> »</li>
|
159
159
|
</ul>
|
160
160
|
</div>
|
161
161
|
<div class="footer" role="contentinfo">
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>News — Groonga v6.0.
|
10
|
+
<title>News — 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
|
</head>
|
30
30
|
<body role="document">
|
31
31
|
<div class="header">
|
@@ -51,7 +51,7 @@
|
|
51
51
|
<li class="right" style="margin-right: 10px">
|
52
52
|
<a href="genindex.html" title="General Index"
|
53
53
|
accesskey="I">index</a></li>
|
54
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.
|
54
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.7 documentation</a> »</li>
|
55
55
|
</ul>
|
56
56
|
</div>
|
57
57
|
|
@@ -62,11 +62,76 @@
|
|
62
62
|
|
63
63
|
<div class="section" id="news">
|
64
64
|
<h1>News<a class="headerlink" href="#news" title="Permalink to this headline">¶</a></h1>
|
65
|
-
<div class="section" id="release-6-0-
|
66
|
-
<span id="release-6-0-
|
65
|
+
<div class="section" id="release-6-0-7-2016-07-29">
|
66
|
+
<span id="release-6-0-7"></span><h2>Release 6.0.7 - 2016-07-29<a class="headerlink" href="#release-6-0-7-2016-07-29" title="Permalink to this headline">¶</a></h2>
|
67
67
|
<div class="section" id="improvements">
|
68
68
|
<h3>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h3>
|
69
69
|
<ul class="simple">
|
70
|
+
<li>[<a class="reference internal" href="reference/functions/string_substring.html"><span class="doc">string_substring</span></a>] Added
|
71
|
+
<code class="docutils literal"><span class="pre">string_substring</span></code> function to extract a substring from given
|
72
|
+
string. The syntax of <code class="docutils literal"><span class="pre">string_substring</span></code> is
|
73
|
+
<code class="docutils literal"><span class="pre">string_substring(string,</span> <span class="pre">from,</span> <span class="pre">[length])</span></code>. [GitHub#564] [Patch by
|
74
|
+
Naoya Murakami]</li>
|
75
|
+
<li>[experimental] Added <code class="docutils literal"><span class="pre">GRN_II_MAX_N_SEGMENTS_TINY</span></code> and
|
76
|
+
<code class="docutils literal"><span class="pre">GRN_II_MAX_N_CHUNKS_TINY</span></code> environment variables to customize the
|
77
|
+
value about default max N segments/chunks. This feature is affected to
|
78
|
+
index column for fixed size scalar column. It reduces memory usage
|
79
|
+
but not tested widely yet.</li>
|
80
|
+
<li>[<a class="reference internal" href="news/5.x.html"><span class="doc">News - 5.x</span></a>] Extracted Groonga 5.x news entries from <a class="reference internal" href="#"><span class="doc">News</span></a>.</li>
|
81
|
+
<li>[<a class="reference internal" href="reference/functions/vector_slice.html"><span class="doc">vector_slice</span></a>] Added <code class="docutils literal"><span class="pre">vector_slice</span></code>
|
82
|
+
function to extract specific elements in vector column. [GitHub#582]
|
83
|
+
[Patch by Naoya Murakami]</li>
|
84
|
+
<li>Supported index range search for <code class="docutils literal"><span class="pre">_key</span></code> of PAT/DAT table.
|
85
|
+
[GitHub#583]</li>
|
86
|
+
<li>[<a class="reference internal" href="reference/commands/object_list.html"><span class="doc">object_list</span></a>] Added <code class="docutils literal"><span class="pre">object_list</span></code>
|
87
|
+
command for debugging. It is useful to investigate whether database
|
88
|
+
is corrupted or not.</li>
|
89
|
+
<li>Added a script that checks <code class="docutils literal"><span class="pre">object_list</span></code> response.</li>
|
90
|
+
<li>[mruby] Supported float bulk in expression_rewriter. [GitHub#587]
|
91
|
+
[Patch by Naoya Murakami]</li>
|
92
|
+
<li>[<a class="reference internal" href="reference/commands/dump.html"><span class="doc">dump</span></a>] Changed output order about table
|
93
|
+
by name instead of ID. It breaks dump output compatibility but it
|
94
|
+
can be restored as usual.</li>
|
95
|
+
<li>[windows] Updated bundled msgpack to 2.0.0.</li>
|
96
|
+
<li>[windows] Added
|
97
|
+
<a class="reference internal" href="reference/executables/groonga-suggest-create-dataset.html"><span class="doc">groonga-suggest-create-dataset</span></a>.</li>
|
98
|
+
<li>[httpd] Updated bundled nginx to 1.11.3.</li>
|
99
|
+
<li>[deb] Dropped support for Ubuntu 15.10 (Wily werewolf).</li>
|
100
|
+
</ul>
|
101
|
+
</div>
|
102
|
+
<div class="section" id="fixes">
|
103
|
+
<h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
|
104
|
+
<ul class="simple">
|
105
|
+
<li>[examples edict] Fixed to use <code class="docutils literal"><span class="pre">gzcat</span></code> instead of <code class="docutils literal"><span class="pre">zcat</span></code> if
|
106
|
+
exists. [GitHub#576] [Patch by Yuya TAMANO]</li>
|
107
|
+
<li>Added missing null-check before dereferencing a
|
108
|
+
pointer. [GitHub#579] [Patch by Sho Minagawa]</li>
|
109
|
+
<li>Fixed not to perform a sequential search if an index is available.
|
110
|
+
[GitHub#580]</li>
|
111
|
+
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Fixed a bug that <code class="docutils literal"><span class="pre">Time</span></code> column
|
112
|
+
can reduce the precision of values. [GitHub#581]</li>
|
113
|
+
<li>Fixed a bug that object literal expression codes is broken when
|
114
|
+
executing multiple logical operations. [GitHub#584] [Patch by Naoya
|
115
|
+
Murakami]</li>
|
116
|
+
<li>Fixed a bug that columns of Float, WGS84GeoPoint and TokyoGeoPoint
|
117
|
+
were created with <code class="docutils literal"><span class="pre">GRN_OBJ_COMPRESS_ZLIB</span></code> even if the flag was not
|
118
|
+
specified. [GitHub#586] [Reported by Naoya Murakami]</li>
|
119
|
+
</ul>
|
120
|
+
</div>
|
121
|
+
<div class="section" id="thanks">
|
122
|
+
<h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
|
123
|
+
<ul class="simple">
|
124
|
+
<li>Naoya Murakami</li>
|
125
|
+
<li>Yuya TAMANO</li>
|
126
|
+
<li>Sho Minagawa</li>
|
127
|
+
</ul>
|
128
|
+
</div>
|
129
|
+
</div>
|
130
|
+
<div class="section" id="release-6-0-5-2016-06-29">
|
131
|
+
<span id="release-6-0-5"></span><h2>Release 6.0.5 - 2016-06-29<a class="headerlink" href="#release-6-0-5-2016-06-29" title="Permalink to this headline">¶</a></h2>
|
132
|
+
<div class="section" id="id1">
|
133
|
+
<h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
|
134
|
+
<ul class="simple">
|
70
135
|
<li>[<a class="reference internal" href="reference/commands/io_flush.html"><span class="doc">io_flush</span></a>] Marked as stable command.</li>
|
71
136
|
<li>[mruby] Supported to optimize prefix search by estimating
|
72
137
|
data size efficiently</li>
|
@@ -88,8 +153,8 @@ consistency with <code class="docutils literal"><span class="pre">grn_ii_posting
|
|
88
153
|
table/column files when 1 thread mode.</li>
|
89
154
|
</ul>
|
90
155
|
</div>
|
91
|
-
<div class="section" id="
|
92
|
-
<h3>Fixes<a class="headerlink" href="#
|
156
|
+
<div class="section" id="id2">
|
157
|
+
<h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
|
93
158
|
<ul class="simple">
|
94
159
|
<li>[CMake][Windows] Fixed to install missing mruby
|
95
160
|
script. [groonga-dev,04040] [Reported by Soichiro Kiyokawa]</li>
|
@@ -108,8 +173,8 @@ is enabled by default since Groonga 6.0.3.</li>
|
|
108
173
|
<li>[doc] Fixed a typo in 6.0.4 release entry. [GitHub#559] [Patch by cafedomancer]</li>
|
109
174
|
</ul>
|
110
175
|
</div>
|
111
|
-
<div class="section" id="
|
112
|
-
<h3>Thanks<a class="headerlink" href="#
|
176
|
+
<div class="section" id="id3">
|
177
|
+
<h3>Thanks<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
|
113
178
|
<ul class="simple">
|
114
179
|
<li>Naoya Murakami</li>
|
115
180
|
<li>Soichiro Kiyokawa</li>
|
@@ -123,8 +188,8 @@ is enabled by default since Groonga 6.0.3.</li>
|
|
123
188
|
<p>It's a bug fix release of 6.0.3. It's recommend that Groonga 6.0.3
|
124
189
|
users upgrade to 6.0.4. This release fixes some search related
|
125
190
|
problems.</p>
|
126
|
-
<div class="section" id="
|
127
|
-
<h3>Fixes<a class="headerlink" href="#
|
191
|
+
<div class="section" id="id4">
|
192
|
+
<h3>Fixes<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
|
128
193
|
<ul class="simple">
|
129
194
|
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Fixed a bug that <code class="docutils literal"><span class="pre">--drilldown</span></code>
|
130
195
|
against a temporary column created by <code class="docutils literal"><span class="pre">--columns</span></code> refers freed
|
@@ -134,8 +199,8 @@ takes a long time to return search result.
|
|
134
199
|
[GitHub#548][groonga-dev,04028][Reported by Atsushi Shinoda]</li>
|
135
200
|
</ul>
|
136
201
|
</div>
|
137
|
-
<div class="section" id="
|
138
|
-
<h3>Thanks<a class="headerlink" href="#
|
202
|
+
<div class="section" id="id5">
|
203
|
+
<h3>Thanks<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
|
139
204
|
<ul class="simple">
|
140
205
|
<li>Atsushi Shinoda</li>
|
141
206
|
</ul>
|
@@ -143,8 +208,8 @@ takes a long time to return search result.
|
|
143
208
|
</div>
|
144
209
|
<div class="section" id="release-6-0-3-2016-05-29">
|
145
210
|
<span id="release-6-0-3"></span><h2>Release 6.0.3 - 2016-05-29<a class="headerlink" href="#release-6-0-3-2016-05-29" title="Permalink to this headline">¶</a></h2>
|
146
|
-
<div class="section" id="
|
147
|
-
<h3>Improvements<a class="headerlink" href="#
|
211
|
+
<div class="section" id="id6">
|
212
|
+
<h3>Improvements<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
|
148
213
|
<ul>
|
149
214
|
<li><p class="first">[experimental] Added <code class="docutils literal"><span class="pre">GRN_II_OVERLAP_TOKEN_SKIP_ENABLE</span></code> and
|
150
215
|
<code class="docutils literal"><span class="pre">GRN_NGRAM_TOKENIZER_REMOVE_BLANK_DISABLE</span></code> environment variables
|
@@ -226,8 +291,8 @@ literal based envelope.</p>
|
|
226
291
|
</li>
|
227
292
|
</ul>
|
228
293
|
</div>
|
229
|
-
<div class="section" id="
|
230
|
-
<h3>Fixes<a class="headerlink" href="#
|
294
|
+
<div class="section" id="id7">
|
295
|
+
<h3>Fixes<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
|
231
296
|
<ul class="simple">
|
232
297
|
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] output_columns v2: Fixed a bug
|
233
298
|
that <code class="docutils literal"><span class="pre">*</span></code> isn't expand to columns correctly.</li>
|
@@ -238,8 +303,8 @@ threads.</li>
|
|
238
303
|
This bug may occur against enormous size of database. [GitHub#546]</li>
|
239
304
|
</ul>
|
240
305
|
</div>
|
241
|
-
<div class="section" id="
|
242
|
-
<h3>Thanks<a class="headerlink" href="#
|
306
|
+
<div class="section" id="id8">
|
307
|
+
<h3>Thanks<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
|
243
308
|
<ul class="simple">
|
244
309
|
<li>Naoya Murakami</li>
|
245
310
|
</ul>
|
@@ -247,8 +312,8 @@ This bug may occur against enormous size of database. [GitHub#546]</li>
|
|
247
312
|
</div>
|
248
313
|
<div class="section" id="release-6-0-2-2016-04-29">
|
249
314
|
<span id="release-6-0-2"></span><h2>Release 6.0.2 - 2016-04-29<a class="headerlink" href="#release-6-0-2-2016-04-29" title="Permalink to this headline">¶</a></h2>
|
250
|
-
<div class="section" id="
|
251
|
-
<h3>Improvements<a class="headerlink" href="#
|
315
|
+
<div class="section" id="id9">
|
316
|
+
<h3>Improvements<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
|
252
317
|
<ul class="simple">
|
253
318
|
<li>Supported bool in comparison operators (<code class="docutils literal"><span class="pre">></span></code>, <code class="docutils literal"><span class="pre">>=</span></code>, <code class="docutils literal"><span class="pre"><</span></code>, <code class="docutils literal"><span class="pre"><=</span></code>).
|
254
319
|
TRUE is casted to 1. FALSE is casted to 0. Thus you specify function
|
@@ -291,8 +356,8 @@ environment variables.</li>
|
|
291
356
|
<li>[ubuntu] Supported Ubuntu 16.04 (Xenial Xerus)</li>
|
292
357
|
</ul>
|
293
358
|
</div>
|
294
|
-
<div class="section" id="
|
295
|
-
<h3>Fixes<a class="headerlink" href="#
|
359
|
+
<div class="section" id="id10">
|
360
|
+
<h3>Fixes<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
|
296
361
|
<ul>
|
297
362
|
<li><p class="first">Fixed a bug that tokenization of zero-length values are failed.
|
298
363
|
For example, if <code class="docutils literal"><span class="pre">description</span></code> column is indexed column, tokenizer reports an error.
|
@@ -341,8 +406,8 @@ there is a possibility to break database. Please recreate the table.</p>
|
|
341
406
|
</li>
|
342
407
|
</ul>
|
343
408
|
</div>
|
344
|
-
<div class="section" id="
|
345
|
-
<h3>Thanks<a class="headerlink" href="#
|
409
|
+
<div class="section" id="id11">
|
410
|
+
<h3>Thanks<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
|
346
411
|
<ul class="simple">
|
347
412
|
<li>Naoya Murakami</li>
|
348
413
|
<li>Hiroshi Ohkubo</li>
|
@@ -352,8 +417,8 @@ there is a possibility to break database. Please recreate the table.</p>
|
|
352
417
|
</div>
|
353
418
|
<div class="section" id="release-6-0-1-2016-03-29">
|
354
419
|
<span id="release-6-0-1"></span><h2>Release 6.0.1 - 2016-03-29<a class="headerlink" href="#release-6-0-1-2016-03-29" title="Permalink to this headline">¶</a></h2>
|
355
|
-
<div class="section" id="
|
356
|
-
<h3>Improvements<a class="headerlink" href="#
|
420
|
+
<div class="section" id="id12">
|
421
|
+
<h3>Improvements<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
|
357
422
|
<ul>
|
358
423
|
<li><p class="first">[mruby] Updated bundled mruby to fix a crash bug related to GC and
|
359
424
|
backtrace.</p>
|
@@ -409,8 +474,8 @@ Use <code class="docutils literal"><span class="pre">GRN_INDEX_CHUNK_SPLIT_ENABL
|
|
409
474
|
</li>
|
410
475
|
</ul>
|
411
476
|
</div>
|
412
|
-
<div class="section" id="
|
413
|
-
<h3>Fixes<a class="headerlink" href="#
|
477
|
+
<div class="section" id="id13">
|
478
|
+
<h3>Fixes<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
|
414
479
|
<ul class="simple">
|
415
480
|
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Fixed a crash bug when
|
416
481
|
nonexistent column is specified. [GitHub#493]</li>
|
@@ -436,8 +501,8 @@ reference causes stack over flow.</li>
|
|
436
501
|
<li>[deb] Dropped support for Ubuntu 15.04 (Vivid Vervet)</li>
|
437
502
|
</ul>
|
438
503
|
</div>
|
439
|
-
<div class="section" id="
|
440
|
-
<h3>Thanks<a class="headerlink" href="#
|
504
|
+
<div class="section" id="id14">
|
505
|
+
<h3>Thanks<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
|
441
506
|
<ul class="simple">
|
442
507
|
<li>YUKI Hiroshi</li>
|
443
508
|
</ul>
|
@@ -445,8 +510,8 @@ reference causes stack over flow.</li>
|
|
445
510
|
</div>
|
446
511
|
<div class="section" id="release-6-0-0-2016-02-29">
|
447
512
|
<span id="release-6-0-0"></span><h2>Release 6.0.0 - 2016-02-29<a class="headerlink" href="#release-6-0-0-2016-02-29" title="Permalink to this headline">¶</a></h2>
|
448
|
-
<div class="section" id="
|
449
|
-
<h3>Improvements<a class="headerlink" href="#
|
513
|
+
<div class="section" id="id15">
|
514
|
+
<h3>Improvements<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
|
450
515
|
<ul>
|
451
516
|
<li><p class="first">[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>] Supported check against table
|
452
517
|
specified as table domain in <code class="docutils literal"><span class="pre">--target</span></code> mode.</p>
|
@@ -550,8 +615,8 @@ version to 1.9.11 from 1.9.10.</p>
|
|
550
615
|
</li>
|
551
616
|
</ul>
|
552
617
|
</div>
|
553
|
-
<div class="section" id="
|
554
|
-
<h3>Fixes<a class="headerlink" href="#
|
618
|
+
<div class="section" id="id16">
|
619
|
+
<h3>Fixes<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
|
555
620
|
<ul class="simple">
|
556
621
|
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Added a missing error check for
|
557
622
|
outputting column. [GitHub#332][Reported by Masafumi Yokoyama]</li>
|
@@ -570,8 +635,8 @@ used when <a class="reference internal" href="reference/command/command_version.
|
|
570
635
|
used. [GitHub#490][Reported by KITAITI Makoto]</li>
|
571
636
|
</ul>
|
572
637
|
</div>
|
573
|
-
<div class="section" id="
|
574
|
-
<h3>Thanks<a class="headerlink" href="#
|
638
|
+
<div class="section" id="id17">
|
639
|
+
<h3>Thanks<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
|
575
640
|
<ul class="simple">
|
576
641
|
<li>Masafumi Yokoyama</li>
|
577
642
|
<li>Naoya Murakami</li>
|
@@ -586,1693 +651,182 @@ used. [GitHub#490][Reported by KITAITI Makoto]</li>
|
|
586
651
|
</ul>
|
587
652
|
</div>
|
588
653
|
</div>
|
589
|
-
<div class="section" id="
|
590
|
-
<
|
591
|
-
<div class="
|
592
|
-
<h3>Improvements<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
|
593
|
-
<ul class="simple">
|
594
|
-
<li>Improved performance for sequential search against constant value
|
595
|
-
such as <code class="docutils literal"><span class="pre">true</span></code> and <code class="docutils literal"><span class="pre">29</span></code>.</li>
|
596
|
-
<li>Improved performance for sequential search against binary operation
|
597
|
-
with constant value such as <code class="docutils literal"><span class="pre">x</span> <span class="pre">==</span> <span class="pre">29</span></code> and <code class="docutils literal"><span class="pre">x</span> <span class="pre"><</span> <span class="pre">29</span></code>.</li>
|
598
|
-
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Changed score type to <code class="docutils literal"><span class="pre">Float</span></code>
|
599
|
-
from <code class="docutils literal"><span class="pre">Int32</span></code> when <a class="reference internal" href="reference/command/command_version.html"><span class="doc">Command version</span></a> is 2.
|
600
|
-
The current default command version is 1. Command version 2 is
|
601
|
-
experimental. So this change isn't affected to normal users.
|
602
|
-
[GitHub#450][Patch by Naoya Murakami]</li>
|
603
|
-
<li>[grn_ts] Supported match operator.</li>
|
604
|
-
<li>[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>] Added <code class="docutils literal"><span class="pre">--target</span></code> option to
|
605
|
-
<code class="docutils literal"><span class="pre">check</span></code> command. It reduces check target.</li>
|
606
|
-
<li>[Windows] Updated bundled msgpack to 1.3.0 from 1.0.1.</li>
|
607
|
-
<li>[Windows] Updated bundled MeCab to 0.996 from 0.98.</li>
|
608
|
-
<li>[<code class="docutils literal"><span class="pre">grn_hash_size()</span></code>] Added a new API that returns the number of
|
609
|
-
records in the hash table.</li>
|
610
|
-
<li>[<code class="docutils literal"><span class="pre">GRN_HASH_TINY</span></code>] Added a new flag to create tiny hash table.</li>
|
611
|
-
<li>[<code class="docutils literal"><span class="pre">grn_dump_table_create_flags()</span></code>] Added a new API that converts
|
612
|
-
<code class="docutils literal"><span class="pre">flags</span></code> value of a table to <code class="docutils literal"><span class="pre">flags</span></code> parameter format of
|
613
|
-
<a class="reference internal" href="reference/commands/table_create.html"><span class="doc">table_create</span></a>.</li>
|
614
|
-
<li>[<code class="docutils literal"><span class="pre">grn_dump_column_create_flags()</span></code>] Added a new API that converts
|
615
|
-
<code class="docutils literal"><span class="pre">flags</span></code> value of a column to <code class="docutils literal"><span class="pre">flags</span></code> parameter format of
|
616
|
-
<a class="reference internal" href="reference/commands/column_create.html"><span class="doc">column_create</span></a>.</li>
|
617
|
-
<li>[<code class="docutils literal"><span class="pre">grn_plugin_get_names()</span></code>] Added a new API that returns all plugin
|
618
|
-
names in a database.</li>
|
619
|
-
<li>[<code class="docutils literal"><span class="pre">grn_column_get_all_index_data()</span></code>] Added a new API that returns
|
620
|
-
all index data for a table or data column.</li>
|
621
|
-
<li>[<a class="reference internal" href="reference/commands/schema.html"><span class="doc">schema</span></a>] Added indexes information to
|
622
|
-
indexed tables and data columns.</li>
|
623
|
-
<li>[<code class="docutils literal"><span class="pre">grn_config_get()</span></code>] Renamed from <code class="docutils literal"><span class="pre">grn_conf_get()</span></code>.</li>
|
624
|
-
<li>[<code class="docutils literal"><span class="pre">grn_config_set()</span></code>] Renamed from <code class="docutils literal"><span class="pre">grn_conf_set()</span></code>.</li>
|
625
|
-
<li>[<code class="docutils literal"><span class="pre">grn_config_delete()</span></code>] Added a new API that deletes a
|
626
|
-
configuration item.</li>
|
627
|
-
<li>[<a class="reference internal" href="reference/commands/config_set.html"><span class="doc">config_set</span></a>] Added a new command that
|
628
|
-
sets a configuration item.</li>
|
629
|
-
<li>[<a class="reference internal" href="reference/commands/config_get.html"><span class="doc">config_get</span></a>] Added a new command that
|
630
|
-
gets a configuration item value.</li>
|
631
|
-
<li>[<a class="reference internal" href="reference/commands/config_delete.html"><span class="doc">config_delete</span></a>] Added a new command that
|
632
|
-
deletes a configuration item.</li>
|
633
|
-
<li>[<code class="docutils literal"><span class="pre">grn_config_cursor_open()</span></code>] Added a new API that opens a new
|
634
|
-
cursor that iterates all configuration items.</li>
|
635
|
-
<li>[<code class="docutils literal"><span class="pre">grn_config_cursor_next()</span></code>] Added a new API that moves to the
|
636
|
-
next configuration item in the cursor.</li>
|
637
|
-
<li>[<code class="docutils literal"><span class="pre">grn_config_cursor_get_key()</span></code>] Added a new API that gets the
|
638
|
-
key of the current configuration item.</li>
|
639
|
-
<li>[<code class="docutils literal"><span class="pre">grn_config_cursor_get_value()</span></code>] Added a new API that gets the
|
640
|
-
value of the current configuration item.</li>
|
641
|
-
<li>[<a class="reference internal" href="reference/alias.html"><span class="doc">Alias</span></a>] Supported aliasing table and column names.</li>
|
642
|
-
<li>[hash table] Added total key size overflow check.</li>
|
643
|
-
<li>[<a class="reference internal" href="reference/commands/dump.html"><span class="doc">dump</span></a>] Supported dumping configurations
|
644
|
-
set by <a class="reference internal" href="reference/commands/config_set.html"><span class="doc">config_set</span></a>.</li>
|
645
|
-
<li>[patricia trie] Improved inspection.
|
646
|
-
[GitHub#452][GitHub#457][Patch by Naoya Murakami]</li>
|
647
|
-
<li>[<code class="docutils literal"><span class="pre">grn_get_global_error_message()</span></code>] Added a new API that gets the
|
648
|
-
current error message in the process.</li>
|
649
|
-
<li>[<a class="reference internal" href="reference/commands/lock_acquire.html"><span class="doc">lock_acquire</span></a>] Added a new command that
|
650
|
-
acquires a lock of a database, table or column.</li>
|
651
|
-
<li>[<a class="reference internal" href="reference/commands/lock_release.html"><span class="doc">lock_release</span></a>] Added a new command that
|
652
|
-
releases a lock of a database, table or column.</li>
|
653
|
-
<li>[<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Updated bundled nginx
|
654
|
-
version to 1.9.10 from 1.9.7.</li>
|
655
|
-
</ul>
|
656
|
-
</div>
|
657
|
-
<div class="section" id="id16">
|
658
|
-
<h3>Fixes<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
|
659
|
-
<ul class="simple">
|
660
|
-
<li>Fixed mruby related crash bugs.</li>
|
661
|
-
<li>[Windows] Fixed label in installer.
|
662
|
-
[groonga-dev,03825][Reported by Atsushi Shinoda]</li>
|
663
|
-
<li>[doc] Fixed typos.
|
664
|
-
[GitHub#456][GitHub#458][Patch by tSU_RooT]</li>
|
665
|
-
<li>[<a class="reference internal" href="server/memcached.html"><span class="doc">Memcached binary protocol</span></a>] Added more description.
|
666
|
-
[GitHub#454][Patch by Hiroyuki Sato]</li>
|
667
|
-
<li>Fixed a bug that <a class="reference internal" href="reference/command/command_version.html"><span class="doc">Command version</span></a> specified
|
668
|
-
by <code class="docutils literal"><span class="pre">command_version</span></code> parameter in a request isn't reset.</li>
|
669
|
-
</ul>
|
670
|
-
</div>
|
671
|
-
<div class="section" id="id17">
|
672
|
-
<h3>Thanks<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
|
673
|
-
<ul class="simple">
|
674
|
-
<li>Naoya Murakami</li>
|
675
|
-
<li>Atsushi Shinoda</li>
|
676
|
-
<li>tSU_RooT</li>
|
677
|
-
<li>Hiroyuki Sato</li>
|
678
|
-
</ul>
|
679
|
-
</div>
|
680
|
-
</div>
|
681
|
-
<div class="section" id="release-5-1-1-2015-12-29">
|
682
|
-
<span id="release-5-1-1"></span><h2>Release 5.1.1 - 2015-12-29<a class="headerlink" href="#release-5-1-1-2015-12-29" title="Permalink to this headline">¶</a></h2>
|
683
|
-
<div class="section" id="id18">
|
684
|
-
<h3>Improvements<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
|
685
|
-
<ul class="simple">
|
686
|
-
<li>[<a class="reference internal" href="reference/grn_expr/script_syntax.html"><span class="doc">Script syntax</span></a>] Supported <code class="docutils literal"><span class="pre">INDEX_COLUMN</span>
|
687
|
-
<span class="pre">==</span> <span class="pre">VALUE</span></code> as index search with an equal supported index.</li>
|
688
|
-
<li>Reduced the continuous same messages from inverted index module.</li>
|
689
|
-
<li>Supported detecting truncated tables by another process.
|
690
|
-
[GitHub#447] [groonga-dev,03761] [Reported by Yutaro SHIMAMURA]</li>
|
691
|
-
<li>[<a class="reference internal" href="reference/api/grn_db.html#c.grn_db_recover" title="grn_db_recover"><code class="xref c c-func docutils literal"><span class="pre">grn_db_recover()</span></code></a>] Supported detecting a broken object.</li>
|
692
|
-
<li>Improved performance for sequential scan search by
|
693
|
-
<a class="reference internal" href="reference/regular_expression.html"><span class="doc">Regular expression</span></a> match with constant pattern
|
694
|
-
such as <code class="docutils literal"><span class="pre">COLUMN</span> <span class="pre">@~</span> <span class="pre">"CONSTANT_PATTERN"</span></code>.</li>
|
695
|
-
</ul>
|
696
|
-
</div>
|
697
|
-
<div class="section" id="id19">
|
698
|
-
<h3>Fixes<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
|
699
|
-
<ul class="simple">
|
700
|
-
<li>Fixed build error on MessagePack support build.
|
701
|
-
[groonga-dev,03708] [Reported by Ryo Sugimoto]</li>
|
702
|
-
<li>[mruby] Fixed a crash bug on error.
|
703
|
-
mruby exception feature is disabled as workaround for now.</li>
|
704
|
-
<li>[<a class="reference internal" href="reference/commands/thread_limit.html"><span class="doc">thread_limit</span></a>] Fixed a bug that
|
705
|
-
<code class="docutils literal"><span class="pre">thread_limit?max=1</span></code> may not reduce the number of current running
|
706
|
-
threads to <code class="docutils literal"><span class="pre">1</span></code>.</li>
|
707
|
-
<li>[<a class="reference internal" href="reference/commands/thread_limit.html"><span class="doc">thread_limit</span></a>] Fixed a bug that
|
708
|
-
<code class="docutils literal"><span class="pre">thread_limit?max=1</span></code> may not return.</li>
|
709
|
-
<li>[<a class="reference internal" href="reference/tuning.html"><span class="doc">Tuning</span></a>] Fixed wrong <code class="docutils literal"><span class="pre">sysctl</span></code> argument.
|
710
|
-
[GitHub#448] [Reported by Hiroyuki Sato]</li>
|
711
|
-
</ul>
|
712
|
-
</div>
|
713
|
-
<div class="section" id="id20">
|
714
|
-
<h3>Thanks<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
|
715
|
-
<ul class="simple">
|
716
|
-
<li>Ryo Sugimoto</li>
|
717
|
-
<li>Yutaro SHIMAMURA</li>
|
718
|
-
<li>Hiroyuki Sato</li>
|
719
|
-
</ul>
|
720
|
-
</div>
|
721
|
-
</div>
|
722
|
-
<div class="section" id="release-5-1-0-2015-11-29">
|
723
|
-
<span id="release-5-1-0"></span><h2>Release 5.1.0 - 2015-11-29<a class="headerlink" href="#release-5-1-0-2015-11-29" title="Permalink to this headline">¶</a></h2>
|
724
|
-
<div class="section" id="id21">
|
725
|
-
<h3>Improvements<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
|
726
|
-
<ul class="simple">
|
727
|
-
<li>[patiricia trie] Added an error check for the max total key
|
728
|
-
size. See <a class="reference internal" href="limitations.html"><span class="doc">Limitations</span></a> about the max total key size.</li>
|
729
|
-
<li>[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>] Added a check for broken
|
730
|
-
object. The check can detect a case that the object can't be opened.</li>
|
731
|
-
<li>[<code class="docutils literal"><span class="pre">grn_obj_reindex()</span></code>] Added a new API that recreates existing
|
732
|
-
indexes.</li>
|
733
|
-
<li>[<a class="reference internal" href="reference/commands/reindex.html"><span class="doc">reindex</span></a>] Added a new command that
|
734
|
-
recreates existing indexes.</li>
|
735
|
-
<li>[inverted index] Improved estimation precision for query.</li>
|
736
|
-
<li>[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] Added fallback
|
737
|
-
mode for sequential search. If sequential search checked many
|
738
|
-
records but didn't find required the number of records, index search
|
739
|
-
is used as fallback.</li>
|
740
|
-
<li>[<code class="docutils literal"><span class="pre">grn_get_package_label()</span></code>] Added a new API that returns package
|
741
|
-
label. It returns <code class="docutils literal"><span class="pre">Groonga</span></code>.</li>
|
742
|
-
<li>[<a class="reference internal" href="reference/executables/groonga-server-http.html"><span class="doc">Groonga HTTP server</span></a>] Added <code class="docutils literal"><span class="pre">Server:</span>
|
743
|
-
<span class="pre">Groonga/VERSION</span></code> response header.</li>
|
744
|
-
<li>[<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Improved performance
|
745
|
-
by reusing <code class="docutils literal"><span class="pre">grn_ctx</span></code> object.</li>
|
746
|
-
<li>[<code class="docutils literal"><span class="pre">grn_file_reader</span></code>] Added a new API that provides <code class="docutils literal"><span class="pre">fgets()</span></code>
|
747
|
-
feature. It fixes a crash bug of
|
748
|
-
<a class="reference internal" href="reference/executables/groonga.html"><span class="doc">groonga executable file</span></a>. If
|
749
|
-
<a class="reference internal" href="reference/executables/groonga.html"><span class="doc">groonga executable file</span></a> is built with static C runtime
|
750
|
-
by Visual Studio, the crash bug is occurred.</li>
|
751
|
-
<li>[<a class="reference internal" href="reference/functions/prefix_rk_search.html"><span class="doc">prefix_rk_search</span></a>] Added a new selector
|
752
|
-
that provides prefix RK search feature.</li>
|
753
|
-
<li>[<code class="docutils literal"><span class="pre">grn_obj_is_accessor()</span></code>] Added a new predicate that checks
|
754
|
-
whether the object is an accessor.</li>
|
755
|
-
<li>[<code class="docutils literal"><span class="pre">grn_obj_is_key_accessor()</span></code>] Added a new predicate that checks
|
756
|
-
whether the object is an accessor for <code class="docutils literal"><span class="pre">_key</span></code>
|
757
|
-
<a class="reference internal" href="reference/columns/pseudo.html"><span class="doc">Pseudo column</span></a>.</li>
|
758
|
-
<li>Supported <a class="reference internal" href="reference/command/pretty_print.html"><span class="doc">Pretty print</span></a> for JSON output.</li>
|
759
|
-
</ul>
|
760
|
-
</div>
|
761
|
-
<div class="section" id="id22">
|
762
|
-
<h3>Fixes<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
|
763
|
-
<ul class="simple">
|
764
|
-
<li>[inverted index] Fixed a possible infinite loop bug when log level
|
765
|
-
is <code class="docutils literal"><span class="pre">debug</span></code>.</li>
|
766
|
-
<li>Fixed a bug that <code class="docutils literal"><span class="pre">@</span></code> operator (match operator) may not match
|
767
|
-
record that should be matched in sequential search mode.</li>
|
768
|
-
<li>[patricia trie] Fixed a bug that invalid value may be returned for
|
769
|
-
empty string key. [groonga-dev,03632] [Reported by Naoya Murakami]</li>
|
770
|
-
</ul>
|
771
|
-
</div>
|
772
|
-
<div class="section" id="id23">
|
773
|
-
<h3>Thanks<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
|
774
|
-
<ul class="simple">
|
775
|
-
<li>Naoya Murakami</li>
|
776
|
-
</ul>
|
777
|
-
</div>
|
778
|
-
</div>
|
779
|
-
<div class="section" id="release-5-0-9-2015-10-29">
|
780
|
-
<span id="release-5-0-9"></span><h2>Release 5.0.9 - 2015-10-29<a class="headerlink" href="#release-5-0-9-2015-10-29" title="Permalink to this headline">¶</a></h2>
|
781
|
-
<div class="section" id="id24">
|
782
|
-
<h3>Improvements<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
|
783
|
-
<ul class="simple">
|
784
|
-
<li>[inverted index] Reduced log levels of logs for developers.</li>
|
785
|
-
<li>Flushed pending changed on creating new database. It guards database
|
786
|
-
from crash.</li>
|
787
|
-
<li>[<code class="docutils literal"><span class="pre">grn_geo_table_sort()</span></code>] Added a new API that sorts table by
|
788
|
-
geometry index.</li>
|
789
|
-
<li>[experimental] Added expression rewrite mechanism. You can write
|
790
|
-
custom expression rewriter by mruby. Expression rewriter can be used
|
791
|
-
for optimizing an expression, changing conditions in an expression
|
792
|
-
and so on.</li>
|
793
|
-
<li>[experimental] Added database global configuration mechanism. You
|
794
|
-
can put configurations (key and value pairs) into database. For
|
795
|
-
example, it will be used in <a class="reference internal" href="reference/token_filters.html#token-filter-stop-word"><span class="std std-ref">TokenFilterStopWord</span></a> to custom
|
796
|
-
column name from <code class="docutils literal"><span class="pre">is_stop_word</span></code>.</li>
|
797
|
-
<li>[<code class="docutils literal"><span class="pre">grn_conf_set()</span></code>] Added a new API that sets a configuration.</li>
|
798
|
-
<li>[<code class="docutils literal"><span class="pre">grn_conf_get()</span></code>] Added a new API that gets a configuration.</li>
|
799
|
-
<li>[deb] Changed to <code class="docutils literal"><span class="pre">all</span></code> from <code class="docutils literal"><span class="pre">any</span></code> for
|
800
|
-
<code class="docutils literal"><span class="pre">Architecture</span></code> value.
|
801
|
-
[debian-bugs:799167][Reported by Matthias Klose]</li>
|
802
|
-
<li>[Windows][CMake] Supported building bundled MeCab.
|
803
|
-
[groonga-dev,03562][Reported by Sato]</li>
|
804
|
-
<li>[<a class="reference internal" href="reference/commands/schema.html"><span class="doc">schema</span></a>] Added a new command that returns
|
805
|
-
schema. Schema is consists with loaded plugins, loaded tokenizers,
|
806
|
-
loaded normalizers, loaded token filters, defined tables and defined
|
807
|
-
columns.</li>
|
808
|
-
<li>[<a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_win32_base_dir" title="grn_plugin_win32_base_dir"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_win32_base_dir()</span></code></a>] Deprecated. Use
|
809
|
-
<a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_windows_base_dir" title="grn_plugin_windows_base_dir"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_windows_base_dir()</span></code></a> instead.</li>
|
810
|
-
<li>[<a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_windows_base_dir" title="grn_plugin_windows_base_dir"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_windows_base_dir()</span></code></a>] Renamed from
|
811
|
-
<a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_win32_base_dir" title="grn_plugin_win32_base_dir"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_win32_base_dir()</span></code></a>.</li>
|
812
|
-
<li>[<code class="docutils literal"><span class="pre">grn_obj_is_type()</span></code>] Add a new API that returns true when the
|
813
|
-
passed object is a type object.</li>
|
814
|
-
<li>[<code class="docutils literal"><span class="pre">grn_obj_is_tokenizer_proc()</span></code>] Add a new API that returns true
|
815
|
-
when the passed object is a tokenizer object.</li>
|
816
|
-
<li>[<code class="docutils literal"><span class="pre">grn_obj_is_normalizer_proc()</span></code>] Add a new API that returns true
|
817
|
-
when the passed object is a normalizer object.</li>
|
818
|
-
<li>[<code class="docutils literal"><span class="pre">grn_obj_is_token_filter_proc()</span></code>] Add a new API that returns true
|
819
|
-
when the passed object is a token filter object.</li>
|
820
|
-
<li>[<code class="docutils literal"><span class="pre">grn_ctx_get_all_types()</span></code>] Add a new API that returns all type
|
821
|
-
objects in database.</li>
|
822
|
-
<li>[<code class="docutils literal"><span class="pre">grn_ctx_get_all_tokenizers()</span></code>] Add a new API that returns all
|
823
|
-
tokenizer objects in database.</li>
|
824
|
-
<li>[<code class="docutils literal"><span class="pre">grn_ctx_get_all_normalizers()</span></code>] Add a new API that returns all
|
825
|
-
normalizer objects in database.</li>
|
826
|
-
<li>[<code class="docutils literal"><span class="pre">grn_ctx_get_all_token_filters()</span></code>] Add a new API that returns all
|
827
|
-
token filter objects in database.</li>
|
828
|
-
<li>[<code class="docutils literal"><span class="pre">grn_ctx_output_uint64()</span></code>] Add a new API that outputs 64bit
|
829
|
-
unsigned integer value.</li>
|
830
|
-
<li>[<code class="docutils literal"><span class="pre">grn_ctx_output_null()</span></code>] Add a new API that outputs <code class="docutils literal"><span class="pre">NULL</span></code>.</li>
|
831
|
-
<li>[<code class="docutils literal"><span class="pre">GRN_OBJ_IS_TRUE()</span></code>] Add a new API that returns true when the
|
832
|
-
passed object is true value.</li>
|
833
|
-
<li>[experimental] Enabled grn_ts by default.</li>
|
834
|
-
<li>[<a class="reference internal" href="install/ubuntu.html"><span class="doc">Ubuntu</span></a>] Added Ubuntu 15.10 Wily Werewolf support.</li>
|
835
|
-
</ul>
|
836
|
-
</div>
|
837
|
-
<div class="section" id="id25">
|
838
|
-
<h3>Fixes<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
|
839
|
-
<ul class="simple">
|
840
|
-
<li>[patricia trie] Fixed a bug that the number of records may be
|
841
|
-
counted up unexpectedly on adding a new entry. [GitHub#417]</li>
|
842
|
-
<li>[patricia trie] Fixed a bug that a variable may be used
|
843
|
-
uninitialized.</li>
|
844
|
-
<li>[patricia trie] Fixed a bug that <code class="docutils literal"><span class="pre">grn_pat_cursor_next()</span></code> may enter
|
845
|
-
an infinite loop. [GitHub#419]</li>
|
846
|
-
<li>[patricia trie] Fixed a bug that deleting an entry may break
|
847
|
-
patricia trie.
|
848
|
-
[GitHub#415][groonga-dev,03515][Reported by Hiroshi Kagami]</li>
|
849
|
-
<li>[patricia trie] Fixed a bug that deleting a nonexistent entry may
|
850
|
-
break patricia trie. [GitHub#420]</li>
|
851
|
-
<li>Fixed a bug that wrong proc type is used for token filter objects.</li>
|
852
|
-
</ul>
|
853
|
-
</div>
|
854
|
-
<div class="section" id="id26">
|
855
|
-
<h3>Thanks<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
|
856
|
-
<ul class="simple">
|
857
|
-
<li>Matthias Klose</li>
|
858
|
-
<li>Hiroshi Kagami</li>
|
859
|
-
<li>Sato</li>
|
860
|
-
</ul>
|
861
|
-
</div>
|
862
|
-
</div>
|
863
|
-
<div class="section" id="release-5-0-8-2015-09-29">
|
864
|
-
<span id="release-5-0-8"></span><h2>Release 5.0.8 - 2015-09-29<a class="headerlink" href="#release-5-0-8-2015-09-29" title="Permalink to this headline">¶</a></h2>
|
865
|
-
<div class="section" id="id27">
|
866
|
-
<h3>Improvements<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
|
654
|
+
<div class="section" id="the-old-releases">
|
655
|
+
<h2>The old releases<a class="headerlink" href="#the-old-releases" title="Permalink to this headline">¶</a></h2>
|
656
|
+
<div class="toctree-wrapper compound">
|
867
657
|
<ul>
|
868
|
-
<li
|
869
|
-
</li>
|
870
|
-
<li
|
871
|
-
|
872
|
-
<a class="reference internal" href="
|
873
|
-
<a class="reference internal" href="
|
874
|
-
</li>
|
875
|
-
<li
|
876
|
-
<
|
877
|
-
|
878
|
-
<a class="reference internal" href="
|
879
|
-
|
880
|
-
</li>
|
881
|
-
<li
|
882
|
-
|
883
|
-
|
884
|
-
<
|
885
|
-
|
886
|
-
<
|
887
|
-
|
888
|
-
<
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
</li>
|
894
|
-
<li><
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
</li>
|
899
|
-
<li
|
900
|
-
|
901
|
-
</li>
|
902
|
-
<li
|
903
|
-
</li>
|
904
|
-
<li
|
905
|
-
|
906
|
-
</li>
|
907
|
-
<li
|
908
|
-
|
909
|
-
|
910
|
-
</li>
|
911
|
-
<li
|
912
|
-
|
913
|
-
</
|
914
|
-
|
915
|
-
<a class="reference internal" href="
|
916
|
-
|
917
|
-
</li>
|
918
|
-
<li
|
919
|
-
|
920
|
-
</li>
|
921
|
-
<li
|
922
|
-
|
923
|
-
</li>
|
924
|
-
<li
|
925
|
-
</li>
|
926
|
-
<li
|
927
|
-
</li>
|
928
|
-
<li
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
<li><
|
933
|
-
</
|
934
|
-
|
935
|
-
|
936
|
-
<li
|
937
|
-
|
938
|
-
|
939
|
-
</li>
|
940
|
-
<li
|
941
|
-
</li>
|
942
|
-
<li
|
943
|
-
|
944
|
-
</li>
|
945
|
-
<li
|
946
|
-
|
947
|
-
<code class="docutils literal"><span class="pre">KEY_NORMALIZE</span></code> is deprecated.</p>
|
948
|
-
</li>
|
949
|
-
<li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_cast()</span></code>] Exported.</p>
|
950
|
-
</li>
|
951
|
-
<li><p class="first">[experimental][<code class="docutils literal"><span class="pre">grn_ii_cursor</span></code>] Exported.</p>
|
952
|
-
</li>
|
953
|
-
<li><p class="first">[experimental][<code class="docutils literal"><span class="pre">grn_ii_cursor_open()</span></code>] Exported.</p>
|
954
|
-
</li>
|
955
|
-
<li><p class="first">[experimental][<code class="docutils literal"><span class="pre">grn_ii_cursor_next()</span></code>] Exported.</p>
|
658
|
+
<li class="toctree-l1"><a class="reference internal" href="news/5.x.html">News - 5.x</a><ul>
|
659
|
+
<li class="toctree-l2"><a class="reference internal" href="news/5.x.html#release-5-1-2-2016-01-29">Release 5.1.2 - 2016-01-29</a></li>
|
660
|
+
<li class="toctree-l2"><a class="reference internal" href="news/5.x.html#release-5-1-1-2015-12-29">Release 5.1.1 - 2015-12-29</a></li>
|
661
|
+
<li class="toctree-l2"><a class="reference internal" href="news/5.x.html#release-5-1-0-2015-11-29">Release 5.1.0 - 2015-11-29</a></li>
|
662
|
+
<li class="toctree-l2"><a class="reference internal" href="news/5.x.html#release-5-0-9-2015-10-29">Release 5.0.9 - 2015-10-29</a></li>
|
663
|
+
<li class="toctree-l2"><a class="reference internal" href="news/5.x.html#release-5-0-8-2015-09-29">Release 5.0.8 - 2015-09-29</a></li>
|
664
|
+
<li class="toctree-l2"><a class="reference internal" href="news/5.x.html#release-5-0-7-2015-08-31">Release 5.0.7 - 2015-08-31</a></li>
|
665
|
+
<li class="toctree-l2"><a class="reference internal" href="news/5.x.html#release-5-0-6-2015-07-29">Release 5.0.6 - 2015-07-29</a></li>
|
666
|
+
<li class="toctree-l2"><a class="reference internal" href="news/5.x.html#release-5-0-5-2015-06-29">Release 5.0.5 - 2015-06-29</a></li>
|
667
|
+
<li class="toctree-l2"><a class="reference internal" href="news/5.x.html#release-5-0-4-2015-05-29">Release 5.0.4 - 2015-05-29</a></li>
|
668
|
+
<li class="toctree-l2"><a class="reference internal" href="news/5.x.html#release-5-0-3-2015-04-29">Release 5.0.3 - 2015-04-29</a></li>
|
669
|
+
<li class="toctree-l2"><a class="reference internal" href="news/5.x.html#release-5-0-2-2015-03-31">Release 5.0.2 - 2015-03-31</a></li>
|
670
|
+
<li class="toctree-l2"><a class="reference internal" href="news/5.x.html#release-5-0-1-2015-03-29">Release 5.0.1 - 2015-03-29</a></li>
|
671
|
+
<li class="toctree-l2"><a class="reference internal" href="news/5.x.html#release-5-0-0-2015-02-09">Release 5.0.0 - 2015-02-09</a></li>
|
672
|
+
</ul>
|
673
|
+
</li>
|
674
|
+
<li class="toctree-l1"><a class="reference internal" href="news/4.x.html">News - 4.x</a><ul>
|
675
|
+
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#release-4-1-1-2015-01-29">Release 4.1.1 - 2015-01-29</a></li>
|
676
|
+
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#release-4-1-0-2015-01-09">Release 4.1.0 - 2015-01-09</a></li>
|
677
|
+
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#release-4-0-9-2014-12-29">Release 4.0.9 - 2014-12-29</a></li>
|
678
|
+
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#release-4-0-8-2014-11-29">Release 4.0.8 - 2014-11-29</a></li>
|
679
|
+
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#release-4-0-7-2014-10-29">Release 4.0.7 - 2014-10-29</a></li>
|
680
|
+
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#release-4-0-6-2014-09-29">Release 4.0.6 - 2014-09-29</a></li>
|
681
|
+
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#release-4-0-5-2014-08-29">Release 4.0.5 - 2014-08-29</a></li>
|
682
|
+
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#release-4-0-4-2014-07-29">Release 4.0.4 - 2014-07-29</a></li>
|
683
|
+
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#release-4-0-3-2014-06-29">Release 4.0.3 - 2014-06-29</a></li>
|
684
|
+
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#release-4-0-2-2014-05-29">Release 4.0.2 - 2014-05-29</a></li>
|
685
|
+
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#release-4-0-1-2014-03-29">Release 4.0.1 - 2014-03-29</a></li>
|
686
|
+
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#release-4-0-0-2014-02-09">Release 4.0.0 - 2014-02-09</a></li>
|
687
|
+
</ul>
|
688
|
+
</li>
|
689
|
+
<li class="toctree-l1"><a class="reference internal" href="news/3.x.html">News - 3.x</a><ul>
|
690
|
+
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#release-3-1-2-2014-01-29">Release 3.1.2 - 2014-01-29</a></li>
|
691
|
+
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#release-3-1-1-2013-12-29">Release 3.1.1 - 2013-12-29</a></li>
|
692
|
+
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#release-3-1-0-2013-11-29">Release 3.1.0 - 2013-11-29</a></li>
|
693
|
+
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#release-3-0-9-2013-10-29">Release 3.0.9 - 2013-10-29</a></li>
|
694
|
+
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#release-3-0-8-2013-09-29">Release 3.0.8 - 2013-09-29</a></li>
|
695
|
+
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#release-3-0-7-2013-08-29">Release 3.0.7 - 2013-08-29</a></li>
|
696
|
+
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#release-3-0-6-2013-07-29">Release 3.0.6 - 2013-07-29</a></li>
|
697
|
+
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#release-3-0-5-2013-06-29">Release 3.0.5 - 2013-06-29</a></li>
|
698
|
+
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#release-3-0-4-2013-05-29">Release 3.0.4 - 2013-05-29</a></li>
|
699
|
+
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#release-3-0-3-2013-04-29">Release 3.0.3 - 2013-04-29</a></li>
|
700
|
+
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#release-3-0-2-2013-03-29">Release 3.0.2 - 2013-03-29</a></li>
|
701
|
+
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#release-3-0-1-2013-02-28">Release 3.0.1 - 2013-02-28</a></li>
|
702
|
+
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#release-3-0-0-2013-02-09">Release 3.0.0 - 2013-02-09</a></li>
|
703
|
+
</ul>
|
704
|
+
</li>
|
705
|
+
<li class="toctree-l1"><a class="reference internal" href="news/2.x.html">News - 2.x</a><ul>
|
706
|
+
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#release-2-1-2-2013-01-29">Release 2.1.2 - 2013-01-29</a></li>
|
707
|
+
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#release-2-1-1-2012-12-29">Release 2.1.1 - 2012-12-29</a></li>
|
708
|
+
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#release-2-1-0-2012-12-29">Release 2.1.0 - 2012-12-29</a></li>
|
709
|
+
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#release-2-0-9-2012-11-29">Release 2.0.9 - 2012-11-29</a></li>
|
710
|
+
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#release-2-0-8-2012-10-29">Release 2.0.8 - 2012-10-29</a></li>
|
711
|
+
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#release-2-0-7-2012-09-29">Release 2.0.7 - 2012-09-29</a></li>
|
712
|
+
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#release-2-0-6-2012-08-29">Release 2.0.6 - 2012-08-29</a></li>
|
713
|
+
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#release-2-0-5-2012-07-29">Release 2.0.5 - 2012-07-29</a></li>
|
714
|
+
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#release-2-0-4-2012-06-29">Release 2.0.4 - 2012-06-29</a></li>
|
715
|
+
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#release-2-0-3-2012-05-29">Release 2.0.3 - 2012-05-29</a></li>
|
716
|
+
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#release-2-0-2-2012-04-29">Release 2.0.2 - 2012-04-29</a></li>
|
717
|
+
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#release-2-0-1-2012-03-29">Release 2.0.1 - 2012-03-29</a></li>
|
718
|
+
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#release-2-0-0-2012-02-29">Release 2.0.0 - 2012-02-29</a></li>
|
719
|
+
</ul>
|
720
|
+
</li>
|
721
|
+
<li class="toctree-l1"><a class="reference internal" href="news/1.3.x.html">News - 1.3.x</a><ul>
|
722
|
+
<li class="toctree-l2"><a class="reference internal" href="news/1.3.x.html#release-1-3-0-2012-01-29">Release 1.3.0 - 2012-01-29</a></li>
|
723
|
+
</ul>
|
724
|
+
</li>
|
725
|
+
<li class="toctree-l1"><a class="reference internal" href="news/1.2.x.html">News - 1.2.x</a><ul>
|
726
|
+
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#release-1-2-9-2011-12-29">Release 1.2.9 - 2011-12-29</a></li>
|
727
|
+
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#release-1-2-8-2011-11-29">Release 1.2.8 - 2011-11-29</a></li>
|
728
|
+
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#release-1-2-7-2011-10-29">Release 1.2.7 - 2011-10-29</a></li>
|
729
|
+
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#release-1-2-6-2011-09-29">Release 1.2.6 - 2011-09-29</a></li>
|
730
|
+
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#release-1-2-5-2011-08-29">Release 1.2.5 - 2011-08-29</a></li>
|
731
|
+
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#release-1-2-4-2011-07-29">Release 1.2.4 - 2011-07-29</a></li>
|
732
|
+
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#release-1-2-3-2011-06-29">Release 1.2.3 - 2011-06-29</a></li>
|
733
|
+
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#release-1-2-2-2011-05-29">Release 1.2.2 - 2011-05-29</a></li>
|
734
|
+
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id20">1.2.1リリース - 2011-04-29</a></li>
|
735
|
+
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id24">1.2.0リリース - 2011-03-29</a></li>
|
736
|
+
</ul>
|
956
737
|
</li>
|
957
|
-
<li
|
738
|
+
<li class="toctree-l1"><a class="reference internal" href="news/1.1.x.html">バージョン1.1.xのお知らせ</a><ul>
|
739
|
+
<li class="toctree-l2"><a class="reference internal" href="news/1.1.x.html#id1">1.1.0リリース - 2011-02-09</a></li>
|
740
|
+
</ul>
|
958
741
|
</li>
|
959
|
-
<li
|
960
|
-
|
742
|
+
<li class="toctree-l1"><a class="reference internal" href="news/1.0.x.html">バージョン1.0.xのお知らせ</a><ul>
|
743
|
+
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id1">1.0.8リリース - 2011-02-02</a></li>
|
744
|
+
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id4">1.0.7リリース - 2011-01-29</a></li>
|
745
|
+
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id8">1.0.6リリース - 2010-12-31</a></li>
|
746
|
+
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id11">1.0.5リリース - 2010-12-29</a></li>
|
747
|
+
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id16">1.0.4リリース - 2010-11-29</a></li>
|
748
|
+
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id21">1.0.3リリース - 2010-10-29</a></li>
|
749
|
+
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id26">1.0.2リリース - 2010-09-09</a></li>
|
750
|
+
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id31">1.0.1リリース - 2010-09-06</a></li>
|
751
|
+
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id35">1.0.0リリース - 2010-08-29</a></li>
|
752
|
+
</ul>
|
961
753
|
</li>
|
962
|
-
<li
|
963
|
-
|
754
|
+
<li class="toctree-l1"><a class="reference internal" href="news/0.x.html">バージョン0.xのお知らせ</a><ul>
|
755
|
+
<li class="toctree-l2"><a class="reference internal" href="news/0.x.html#id1">0.7.7リリース - 2010-08-25</a></li>
|
756
|
+
<li class="toctree-l2"><a class="reference internal" href="news/0.x.html#id4">0.7.6リリース - 2010-08-19</a></li>
|
757
|
+
</ul>
|
964
758
|
</li>
|
759
|
+
<li class="toctree-l1"><a class="reference internal" href="news/senna.html">News in Senna period</a><ul>
|
760
|
+
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#senna-groonga-2009-01-14">Senna -> groonga - 2009-01-14</a></li>
|
761
|
+
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id1">2006-04-05</a></li>
|
762
|
+
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id2">2006-03-03</a></li>
|
763
|
+
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id4">2006-01-16</a></li>
|
764
|
+
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id5">2006-01-12</a></li>
|
765
|
+
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id7">2005-12-22</a></li>
|
766
|
+
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id9">2005-10-27</a></li>
|
767
|
+
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id11">2005-09-17</a></li>
|
768
|
+
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id13">2005-09-08</a></li>
|
769
|
+
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id15">2005-08-16</a></li>
|
770
|
+
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id17">2005-07-05</a></li>
|
771
|
+
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id18">2005-06-23</a></li>
|
772
|
+
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id20">2005-04-12</a></li>
|
965
773
|
</ul>
|
966
|
-
</
|
967
|
-
<div class="section" id="id28">
|
968
|
-
<h3>Fixes<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
|
969
|
-
<ul class="simple">
|
970
|
-
<li>[<a class="reference internal" href="reference/grn_expr/script_syntax.html"><span class="doc">Script syntax</span></a>] Fixed a bug that <code class="docutils literal"><span class="pre">&!</span></code>
|
971
|
-
does nothing when right hand side is <code class="docutils literal"><span class="pre">true</span></code>.</li>
|
972
|
-
<li>Fixed performance regression with libtool 2.4.6.
|
973
|
-
[GitHub#406][GitHub#407] [Patch by Hiroyuki Sato]</li>
|
974
|
-
<li>[<a class="reference internal" href="reference/grn_expr/script_syntax.html#script-syntax-equal-operator"><span class="std std-ref">Equal operator</span></a>] Fixed a bug that section is
|
975
|
-
ignored.</li>
|
774
|
+
</li>
|
976
775
|
</ul>
|
977
776
|
</div>
|
978
|
-
<div class="section" id="id29">
|
979
|
-
<h3>Thanks<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
|
980
|
-
<ul class="simple">
|
981
|
-
<li>Hiroyuki Sato</li>
|
982
|
-
<li>Sergei Golubchik</li>
|
983
|
-
</ul>
|
984
777
|
</div>
|
985
778
|
</div>
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
<
|
993
|
-
|
994
|
-
|
995
|
-
<
|
996
|
-
<
|
997
|
-
<
|
998
|
-
<li><
|
999
|
-
|
1000
|
-
<code class="docutils literal"><span class="pre">GRN_IO_USE_SPARSE=yes</span></code> environment variable.</p>
|
1001
|
-
<p>It reduces database file size on Windows. Please try the feature and
|
1002
|
-
report the result. Groonga developers are interested in the
|
1003
|
-
followings:</p>
|
1004
|
-
<ul class="simple">
|
1005
|
-
<li>Disk usage</li>
|
1006
|
-
<li>Performance (Improved? Degraded? No difference?)</li>
|
1007
|
-
<li>Memory usage (Especially virtual memory usage)</li>
|
779
|
+
|
780
|
+
|
781
|
+
</div>
|
782
|
+
</div>
|
783
|
+
</div>
|
784
|
+
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
785
|
+
<div class="sphinxsidebarwrapper">
|
786
|
+
<h3><a href="index.html">Table Of Contents</a></h3>
|
787
|
+
<ul>
|
788
|
+
<li><a class="reference internal" href="#">News</a><ul>
|
789
|
+
<li><a class="reference internal" href="#release-6-0-7-2016-07-29">Release 6.0.7 - 2016-07-29</a><ul>
|
790
|
+
<li><a class="reference internal" href="#improvements">Improvements</a></li>
|
791
|
+
<li><a class="reference internal" href="#fixes">Fixes</a></li>
|
792
|
+
<li><a class="reference internal" href="#thanks">Thanks</a></li>
|
1008
793
|
</ul>
|
1009
794
|
</li>
|
1010
|
-
<li><
|
1011
|
-
a
|
1012
|
-
</li>
|
1013
|
-
<li><
|
1014
|
-
Supported regular expression match against vector column without
|
1015
|
-
index.</p>
|
1016
|
-
</li>
|
1017
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] Supported
|
1018
|
-
<code class="docutils literal"><span class="pre">--cache</span> <span class="pre">no</span></code> option. It's same as <a class="reference internal" href="reference/commands/select.html#select-cache"><span class="std std-ref">cache</span></a> option in
|
1019
|
-
<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>.</p>
|
1020
|
-
</li>
|
1021
|
-
<li><p class="first">[<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Supported returning
|
1022
|
-
the max number of threads feature of
|
1023
|
-
<a class="reference internal" href="reference/commands/thread_limit.html"><span class="doc">thread_limit</span></a>. You can't set the max
|
1024
|
-
number of threads.</p>
|
1025
|
-
</li>
|
1026
|
-
<li><p class="first">[<a class="reference internal" href="reference/api/grn_db.html#c.grn_db_unmap" title="grn_db_unmap"><code class="xref c c-func docutils literal"><span class="pre">grn_db_unmap()</span></code></a>] Added a new API that unmaps all opened
|
1027
|
-
tables and columns. It's a thread unsafe operation. You can't touch
|
1028
|
-
the database while <a class="reference internal" href="reference/api/grn_db.html#c.grn_db_unmap" title="grn_db_unmap"><code class="xref c c-func docutils literal"><span class="pre">grn_db_unmap()</span></code></a> is running.</p>
|
1029
|
-
</li>
|
1030
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/database_unmap.html"><span class="doc">database_unmap</span></a>] Added a command that
|
1031
|
-
unmaps all opened tables and columns in database.</p>
|
1032
|
-
</li>
|
1033
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/object_exist.html"><span class="doc">object_exist</span></a>] Added a command that
|
1034
|
-
checks whether object with the specified name exists or not in
|
1035
|
-
database.</p>
|
1036
|
-
</li>
|
1037
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/column_copy.html"><span class="doc">column_copy</span></a>] Added a command that copies
|
1038
|
-
all values from source column to destination column.</p>
|
1039
|
-
<p>You can use this command to change column value type, column type,
|
1040
|
-
table type and so on.</p>
|
1041
|
-
</li>
|
1042
|
-
<li><p class="first">Stopped to use non-standard <code class="docutils literal"><span class="pre">__uint32_t</span></code>
|
1043
|
-
type. [GitHub#375][Reported by Natanael Copa]</p>
|
1044
|
-
</li>
|
1045
|
-
<li><p class="first">[experimental][Windows] Supported Windows Event log.</p>
|
1046
|
-
</li>
|
1047
|
-
<li><p class="first">[mruby] Supported error handling on mruby initialization error.</p>
|
1048
|
-
</li>
|
1049
|
-
<li><p class="first">[experimental][<a class="reference internal" href="reference/commands/thread_limit.html"><span class="doc">thread_limit</span></a>] Renamed from
|
1050
|
-
<code class="docutils literal"><span class="pre">thread_count</span></code>.</p>
|
1051
|
-
</li>
|
1052
|
-
<li><p class="first">Supported logging used indexes in <code class="docutils literal"><span class="pre">info</span></code> level and <code class="docutils literal"><span class="pre">debug</span></code>
|
1053
|
-
level. It can be used like <code class="docutils literal"><span class="pre">EXPLAIN</span></code> in RDBMS. It's useful to
|
1054
|
-
improve slow query.</p>
|
1055
|
-
</li>
|
1056
|
-
<li><p class="first">[doc] Replaced deprecated <code class="docutils literal"><span class="pre">KEY_NORMALIZE</span></code> flags.
|
1057
|
-
[GitHub#378][GitHub#380][GitHub#382] [Patch by Hiroyuki Sato]</p>
|
1058
|
-
</li>
|
1059
|
-
<li><p class="first">[doc] Removed needless Sphinx configurations.
|
1060
|
-
[GitHub#379] [Patch by Ayumu Osanai]</p>
|
1061
|
-
</li>
|
1062
|
-
<li><p class="first">[experimental][incompatible][<a class="reference internal" href="reference/grn_expr/script_syntax.html#script-syntax-regular-expression-operator"><span class="std std-ref">Regular expression operator</span></a>]
|
1063
|
-
Changed <code class="docutils literal"><span class="pre">.</span></code> match behavior. <code class="docutils literal"><span class="pre">.</span></code> matches new line. It's backward
|
1064
|
-
incompatible change.</p>
|
1065
|
-
</li>
|
1066
|
-
<li><p class="first">[doc][<a class="reference internal" href="contribution/development/build.html"><span class="doc">How to build Groonga at the repository</span></a>] Added a document about
|
1067
|
-
building Groonga as Groonga developer.
|
1068
|
-
[GitHub#353] [Suggested by Hiro Yoshioka]</p>
|
1069
|
-
</li>
|
795
|
+
<li><a class="reference internal" href="#release-6-0-5-2016-06-29">Release 6.0.5 - 2016-06-29</a><ul>
|
796
|
+
<li><a class="reference internal" href="#id1">Improvements</a></li>
|
797
|
+
<li><a class="reference internal" href="#id2">Fixes</a></li>
|
798
|
+
<li><a class="reference internal" href="#id3">Thanks</a></li>
|
1070
799
|
</ul>
|
1071
|
-
</div>
|
1072
|
-
<div class="section" id="id31">
|
1073
|
-
<h3>Fixes<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
|
1074
|
-
<ul>
|
1075
|
-
<li><p class="first">[mruby] Fixed a time overflow bug.</p>
|
1076
|
-
</li>
|
1077
|
-
<li><p class="first">[<a class="reference internal" href="reference/executables/groonga.html"><span class="doc">groonga executable file</span></a>] Fixed a crash bug when
|
1078
|
-
PID file can't be created. [GitHub#368] [Reported by Hiroyuki Sato]</p>
|
1079
|
-
</li>
|
1080
|
-
<li><p class="first">Fixed a bug that <a class="reference internal" href="reference/indexing.html#offline-index-construction"><span class="std std-ref">Offline index construction</span></a> may generate
|
1081
|
-
broken index. It may be caused for multiple column index. In other
|
1082
|
-
words, index column with <code class="docutils literal"><span class="pre">WITH_SECTION</span></code> flag may be broken.</p>
|
1083
|
-
<p>If you're using <a class="reference internal" href="reference/indexing.html#online-index-construction"><span class="std std-ref">Online index construction</span></a> for index columns
|
1084
|
-
with <code class="docutils literal"><span class="pre">WITH_SECTION</span></code> flag, this bug isn't affected.</p>
|
1085
|
-
<p>You can recover this bug by recreating existing multiple column
|
1086
|
-
indexes.</p>
|
1087
|
-
</li>
|
1088
|
-
<li><p class="first">[<a class="reference internal" href="reference/functions/query.html"><span class="doc">query</span></a>] Fixed a crash bug when
|
1089
|
-
<a class="reference internal" href="reference/functions/query.html"><span class="doc">query</span></a> is used in <a class="reference internal" href="reference/commands/select.html#select-scorer"><span class="std std-ref">scorer</span></a>.</p>
|
1090
|
-
</li>
|
1091
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/select.html#select-filter"><span class="std std-ref">filter</span></a>] Fixed a bug that
|
1092
|
-
<a class="reference internal" href="reference/grn_expr/script_syntax.html#script-syntax-bitwise-not"><span class="std std-ref">Bitwise NOT operator</span></a> against unsigned int value doesn't
|
1093
|
-
work for comparing to <code class="docutils literal"><span class="pre">-NUMBER_LITERAL</span></code>.</p>
|
1094
|
-
<p>For example, the following expression doesn't work:</p>
|
1095
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>~UINT32_COLUMN == -6
|
1096
|
-
</pre></div>
|
1097
|
-
</div>
|
1098
800
|
</li>
|
1099
|
-
<li><
|
1100
|
-
|
801
|
+
<li><a class="reference internal" href="#release-6-0-4-2016-06-06">Release 6.0.4 - 2016-06-06</a><ul>
|
802
|
+
<li><a class="reference internal" href="#id4">Fixes</a></li>
|
803
|
+
<li><a class="reference internal" href="#id5">Thanks</a></li>
|
804
|
+
</ul>
|
1101
805
|
</li>
|
1102
|
-
<li><
|
806
|
+
<li><a class="reference internal" href="#release-6-0-3-2016-05-29">Release 6.0.3 - 2016-05-29</a><ul>
|
807
|
+
<li><a class="reference internal" href="#id6">Improvements</a></li>
|
808
|
+
<li><a class="reference internal" href="#id7">Fixes</a></li>
|
809
|
+
<li><a class="reference internal" href="#id8">Thanks</a></li>
|
810
|
+
</ul>
|
1103
811
|
</li>
|
1104
|
-
<li><
|
812
|
+
<li><a class="reference internal" href="#release-6-0-2-2016-04-29">Release 6.0.2 - 2016-04-29</a><ul>
|
813
|
+
<li><a class="reference internal" href="#id9">Improvements</a></li>
|
814
|
+
<li><a class="reference internal" href="#id10">Fixes</a></li>
|
815
|
+
<li><a class="reference internal" href="#id11">Thanks</a></li>
|
816
|
+
</ul>
|
1105
817
|
</li>
|
1106
|
-
</ul>
|
1107
|
-
</
|
1108
|
-
<
|
1109
|
-
<
|
1110
|
-
<ul class="simple">
|
1111
|
-
<li>Hiroyuki Sato</li>
|
1112
|
-
<li>Natanael Copa</li>
|
1113
|
-
<li>Ayumu Osanai</li>
|
1114
|
-
<li>Hiroshi Hatake</li>
|
1115
|
-
<li>Hiro Yoshioka</li>
|
1116
|
-
</ul>
|
1117
|
-
</div>
|
1118
|
-
</div>
|
1119
|
-
<div class="section" id="release-5-0-6-2015-07-29">
|
1120
|
-
<span id="release-5-0-6"></span><h2>Release 5.0.6 - 2015-07-29<a class="headerlink" href="#release-5-0-6-2015-07-29" title="Permalink to this headline">¶</a></h2>
|
1121
|
-
<div class="section" id="id33">
|
1122
|
-
<h3>Improvements<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
|
1123
|
-
<ul>
|
1124
|
-
<li><p class="first">[<a class="reference internal" href="install/ubuntu.html"><span class="doc">Ubuntu</span></a>] Dropped Ubuntu 14.10 (Utopic Unicorn) support. It had been
|
1125
|
-
End of Life on July 23, 2015.</p>
|
1126
|
-
</li>
|
1127
|
-
<li><p class="first">Supported offline index construction for reference vector. For example, <code class="docutils literal"><span class="pre">load</span></code>
|
1128
|
-
data before <code class="docutils literal"><span class="pre">column_create</span></code> an index:</p>
|
1129
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>table_create Entries TABLE_NO_KEY
|
1130
|
-
column_create Entries numbers COLUMN_VECTOR Int32
|
1131
|
-
|
1132
|
-
load --table Entries
|
1133
|
-
[
|
1134
|
-
["numbers"],
|
1135
|
-
[[18, 19, 20]],
|
1136
|
-
[[100, 200]]
|
1137
|
-
]
|
1138
|
-
|
1139
|
-
table_create Numbers TABLE_PAT_KEY Int32
|
1140
|
-
column_create Numbers entries_numbers COLUMN_INDEX Entries numbers
|
1141
|
-
|
1142
|
-
select Numbers --output_columns _key
|
1143
|
-
</pre></div>
|
1144
|
-
</div>
|
1145
|
-
</li>
|
1146
|
-
<li><p class="first">Supported <code class="docutils literal"><span class="pre">'vector_text_column</span> <span class="pre">@</span> <span class="pre">"element"'</span></code> without index. For example, the
|
1147
|
-
<code class="docutils literal"><span class="pre">select</span></code> command in the following commands:</p>
|
1148
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>table_create Memos TABLE_NO_KEY
|
1149
|
-
column_create Memos tags COLUMN_VECTOR Text
|
1150
|
-
|
1151
|
-
load --table Memos
|
1152
|
-
[
|
1153
|
-
{"tags": ["Groonga", "Rroonga", "Mroonga"]}
|
1154
|
-
]
|
1155
|
-
|
1156
|
-
select Memos --filter 'tags @ "Rroonga"'
|
1157
|
-
</pre></div>
|
1158
|
-
</div>
|
1159
|
-
</li>
|
1160
|
-
<li><p class="first">Supported <code class="docutils literal"><span class="pre">'fixed_size_type_vector_column</span> <span class="pre">@</span> <span class="pre">n'</span></code> without index. For example, the
|
1161
|
-
<code class="docutils literal"><span class="pre">select</span></code> command in the following commands:</p>
|
1162
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>table_create Memos TABLE_NO_KEY
|
1163
|
-
column_create Memos numbers COLUMN_VECTOR Int32
|
1164
|
-
|
1165
|
-
load --table Memos
|
1166
|
-
[
|
1167
|
-
{"numbers": [1, 2, 3]}
|
1168
|
-
]
|
1169
|
-
|
1170
|
-
select Memos --filter 'numbers @ 2'
|
1171
|
-
</pre></div>
|
1172
|
-
</div>
|
1173
|
-
</li>
|
1174
|
-
<li><p class="first">[<a class="reference internal" href="install/centos.html"><span class="doc">CentOS</span></a>][<a class="reference internal" href="server/package.html"><span class="doc">Server packages</span></a>][<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>]
|
1175
|
-
Show exit status. [GitHub#357] [Patch by jacob16bit]</p>
|
1176
|
-
</li>
|
1177
|
-
<li><p class="first">[<a class="reference internal" href="install/windows.html"><span class="doc">Windows</span></a>][<a class="reference internal" href="reference/executables/groonga.html"><span class="doc">groonga executable file</span></a>] Supported <code class="docutils literal"><span class="pre">--pid-path</span></code>.</p>
|
1178
|
-
</li>
|
1179
|
-
<li><p class="first">[<a class="reference internal" href="install/windows.html"><span class="doc">Windows</span></a>] Allowed to delete file that is opened by other process.</p>
|
1180
|
-
</li>
|
1181
|
-
<li><p class="first">Accepted selector only proc. Note that the proc can't be used as function. It means
|
1182
|
-
that the proc can't be used with sequential search.</p>
|
1183
|
-
</li>
|
1184
|
-
<li><p class="first">Supported function call with complex argument. An example complex argument is
|
1185
|
-
<code class="docutils literal"><span class="pre">Table["key"].column</span></code>. For example:</p>
|
1186
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>function(_key, Table["key"].column)
|
1187
|
-
</pre></div>
|
1188
|
-
</div>
|
1189
|
-
</li>
|
1190
|
-
<li><p class="first">[doc][<a class="reference internal" href="tutorial.html"><span class="doc">Tutorial</span></a>] Added more description about database creation fails if DB_PATH
|
1191
|
-
points to an existing file. [GitHub#354] [Suggested by Hirotaka Takayama]</p>
|
1192
|
-
</li>
|
1193
|
-
<li><p class="first">[doc][<a class="reference internal" href="tutorial.html"><span class="doc">Tutorial</span></a>] Described JSON formatting tools.
|
1194
|
-
[GitHub#355] [Suggested by tiwawan]</p>
|
1195
|
-
</li>
|
1196
|
-
<li><p class="first">[experimental] Added an API to get/set the number of threads. It's a experimental API.</p>
|
1197
|
-
</li>
|
1198
|
-
<li><p class="first">[experimental][<code class="docutils literal"><span class="pre">thread_count</span></code>] Added a command that get/set the number of threads.
|
1199
|
-
It's a experimental command.</p>
|
1200
|
-
</li>
|
1201
|
-
<li><p class="first">[experimental][<a class="reference internal" href="reference/executables/groonga.html"><span class="doc">groonga executable file</span></a>] Supported changing the number
|
1202
|
-
of threads by <code class="docutils literal"><span class="pre">thread_count</span></code> command. It's a experimental feature.</p>
|
1203
|
-
</li>
|
1204
|
-
<li><p class="first">[experimental][<a class="reference internal" href="install/windows.html"><span class="doc">Windows</span></a>] Added Windows event log support.
|
1205
|
-
It's a experimental feature.</p>
|
1206
|
-
</li>
|
1207
|
-
<li><p class="first">[experimental][<a class="reference internal" href="reference/executables/groonga.html"><span class="doc">groonga executable file</span></a>] Added Windows event log related
|
1208
|
-
option <code class="docutils literal"><span class="pre">--use-windows-event-log</span></code>. It reports logs as Windows events.
|
1209
|
-
It's a experimental feature.</p>
|
1210
|
-
</li>
|
1211
|
-
<li><p class="first">[<a class="reference internal" href="install/windows.html"><span class="doc">Windows</span></a>] Used Groonga's default encoding for log message.</p>
|
1212
|
-
</li>
|
1213
|
-
<li><p class="first">Log used indexes in <code class="docutils literal"><span class="pre">INFO</span></code> level. The default level <code class="docutils literal"><span class="pre">NOTICE</span></code>. So the logs aren't
|
1214
|
-
showed by default.</p>
|
1215
|
-
</li>
|
1216
|
-
<li><p class="first">[API] Added <code class="xref c c-func docutils literal"><span class="pre">grn_log_level_to_string()</span></code> and <code class="xref c c-func docutils literal"><span class="pre">grn_log_level_parse()</span></code>.</p>
|
1217
|
-
</li>
|
1218
|
-
<li><p class="first">[<a class="reference internal" href="reference/executables/groonga.html"><span class="doc">groonga executable file</span></a>] Accepted log level name (e.g. <code class="docutils literal"><span class="pre">info</span></code>,
|
1219
|
-
<code class="docutils literal"><span class="pre">debug</span></code> and so on) for <code class="docutils literal"><span class="pre">--log-level</span></code> value.</p>
|
1220
|
-
</li>
|
1221
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/log_level.html"><span class="doc">log_level</span></a>][<a class="reference internal" href="reference/commands/log_put.html"><span class="doc">log_put</span></a>]
|
1222
|
-
Accepted log level name for <code class="docutils literal"><span class="pre">--level</span></code> argument.</p>
|
1223
|
-
</li>
|
1224
|
-
<li><p class="first">[plugin] Added <code class="xref c c-func docutils literal"><span class="pre">grn_command_input_get_arguments()</span></code>.</p>
|
1225
|
-
</li>
|
1226
|
-
<li><p class="first">Updated sharding plugins.</p>
|
1227
|
-
<ul class="simple">
|
1228
|
-
<li>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] Fixed output format.
|
1229
|
-
It has become <a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a> compatible format.</li>
|
1230
|
-
<li>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] Supported the following parameters.<ul>
|
1231
|
-
<li><code class="docutils literal"><span class="pre">--output_columns</span></code></li>
|
1232
|
-
<li><code class="docutils literal"><span class="pre">--offset</span></code></li>
|
1233
|
-
<li><code class="docutils literal"><span class="pre">--limit</span></code></li>
|
1234
|
-
<li><code class="docutils literal"><span class="pre">--drilldown</span></code></li>
|
1235
|
-
<li><code class="docutils literal"><span class="pre">--drilldown_sortby</span></code></li>
|
1236
|
-
<li><code class="docutils literal"><span class="pre">--drilldown_offset</span></code></li>
|
1237
|
-
<li><code class="docutils literal"><span class="pre">--drilldown_limit</span></code></li>
|
1238
|
-
</ul>
|
1239
|
-
</li>
|
1240
|
-
<li>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] Used the same default output_columns
|
1241
|
-
(<code class="docutils literal"><span class="pre">"_id,</span> <span class="pre">_key,</span> <span class="pre">*"</span></code>) as <a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>.</li>
|
1242
|
-
<li>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] Supported
|
1243
|
-
<a class="reference internal" href="reference/commands/logical_select.html#logical-select-drilldown-label-calc-types"><span class="std std-ref">drilldown[${LABEL}].calc_types</span></a> and
|
1244
|
-
<a class="reference internal" href="reference/commands/logical_select.html#logical-select-drilldown-label-calc-target"><span class="std std-ref">drilldown[${LABEL}].calc_target</span></a> for labeled drilldown.</li>
|
1245
|
-
<li>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] Supported cache.</li>
|
1246
|
-
<li>[<a class="reference internal" href="reference/commands/logical_count.html"><span class="doc">logical_count</span></a>] Supported logging whether range index is
|
1247
|
-
used or not.</li>
|
1248
|
-
<li>[<a class="reference internal" href="reference/commands/logical_count.html"><span class="doc">logical_count</span></a>] Show target table name in debug log.</li>
|
1249
|
-
<li>[<a class="reference internal" href="reference/commands/logical_count.html"><span class="doc">logical_count</span></a>] Supported cache.</li>
|
1250
|
-
<li>[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] Supported
|
1251
|
-
<code class="docutils literal"><span class="pre">'fixed_size_type_vector_column</span> <span class="pre">@</span> <span class="pre">element'</span></code>.</li>
|
1252
|
-
<li>[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] Added <code class="docutils literal"><span class="pre">use_range_index</span></code> parameter.
|
1253
|
-
It's a parameter for test. It should not be used for production.</li>
|
1254
|
-
<li>[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] Log which mode (range-index or
|
1255
|
-
select mode) is used.</li>
|
1256
|
-
<li>[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] Supported cache.</li>
|
1257
|
-
<li>[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] Supported nested reference vector
|
1258
|
-
accessor.</li>
|
1259
|
-
<li>[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] Used range_index value set by
|
1260
|
-
<a class="reference internal" href="reference/commands/logical_parameters.html"><span class="doc">logical_parameters</span></a>.</li>
|
1261
|
-
<li>[<a class="reference internal" href="reference/commands/logical_parameters.html"><span class="doc">logical_parameters</span></a>] Added.</li>
|
1262
|
-
</ul>
|
1263
|
-
</li>
|
1264
|
-
<li><p class="first">Added mruby APIs.</p>
|
1265
|
-
<ul class="simple">
|
1266
|
-
<li>[mrb] Added <code class="docutils literal"><span class="pre">Accessor#name</span></code>.</li>
|
1267
|
-
<li>[mrb] Added <code class="docutils literal"><span class="pre">Column#[]</span></code>.</li>
|
1268
|
-
<li>[mrb] Added <code class="docutils literal"><span class="pre">Column#scalar?</span></code>, <code class="docutils literal"><span class="pre">Column#vector?</span></code> and <code class="docutils literal"><span class="pre">Column#index?</span></code>.</li>
|
1269
|
-
<li>[mrb] Added <code class="docutils literal"><span class="pre">Context#command_version</span></code> and <code class="docutils literal"><span class="pre">Context#command_version=</span></code> (accessors).</li>
|
1270
|
-
<li>[mrb] Added <code class="docutils literal"><span class="pre">Context#with_command_version</span></code>.</li>
|
1271
|
-
<li>[mrb] Added <code class="docutils literal"><span class="pre">Database#each_name</span></code>.</li>
|
1272
|
-
<li>[mrb] Added <code class="docutils literal"><span class="pre">Groonga::Cache.current</span></code>.</li>
|
1273
|
-
<li>[mrb] Added <code class="docutils literal"><span class="pre">Record</span></code>.</li>
|
1274
|
-
<li>[mrb] Added <code class="docutils literal"><span class="pre">Table#each</span></code>.</li>
|
1275
|
-
<li>[mrb] Added <code class="docutils literal"><span class="pre">TableCursor#key</span></code>.</li>
|
1276
|
-
<li>[mrb] Binded <code class="xref c c-func docutils literal"><span class="pre">grn_command_input_get_arguments()</span></code> to <code class="docutils literal"><span class="pre">CommandInput#arguments</span></code>.</li>
|
1277
|
-
<li>[mrb] Binded <a class="reference internal" href="reference/api/grn_table.html#c.grn_table_group" title="grn_table_group"><code class="xref c c-func docutils literal"><span class="pre">grn_table_group()</span></code></a> to <code class="docutils literal"><span class="pre">Table#group</span></code>.</li>
|
1278
|
-
<li>[mrb] Binded <a class="reference internal" href="reference/api/grn_table.html#c.grn_table_group_flags" title="grn_table_group_flags"><code class="xref c c-func docutils literal"><span class="pre">grn_table_group_flags()</span></code></a> to <code class="docutils literal"><span class="pre">TableGroupFlags</span></code>.</li>
|
1279
|
-
<li>[mrb] Binded <code class="docutils literal"><span class="pre">GRN_COMMAND_VERSION_DEFAULT</span></code>.</li>
|
1280
|
-
<li>[mrb] Binded <code class="docutils literal"><span class="pre">grn_cache</span></code>.</li>
|
1281
|
-
<li>[mrb][estimate_size] Supported <code class="docutils literal"><span class="pre">(...</span> <span class="pre">||</span> <span class="pre">...)</span> <span class="pre">&&</span> <span class="pre">(...</span> <span class="pre">||</span> <span class="pre">...)</span></code> as expression case.</li>
|
1282
|
-
<li>[mrb] Supported query log.</li>
|
1283
|
-
</ul>
|
1284
|
-
</li>
|
1285
|
-
</ul>
|
1286
|
-
</div>
|
1287
|
-
<div class="section" id="id34">
|
1288
|
-
<h3>Fixes<a class="headerlink" href="#id34" title="Permalink to this headline">¶</a></h3>
|
1289
|
-
<ul>
|
1290
|
-
<li><p class="first">Fixed a memory leak when an error is occurred in <a class="reference internal" href="reference/api/grn_expr.html#c.grn_expr_exec" title="grn_expr_exec"><code class="xref c c-func docutils literal"><span class="pre">grn_expr_exec()</span></code></a>.
|
1291
|
-
For example, unsupported operator (e.g. <code class="docutils literal"><span class="pre">GRN_OP_TERM_EXTRACT</span></code>) is used
|
1292
|
-
(<code class="docutils literal"><span class="pre">not</span> <span class="pre">implemented</span> <span class="pre">operator</span> <span class="pre">assigned</span></code> is occurred for the case).</p>
|
1293
|
-
</li>
|
1294
|
-
<li><p class="first">[bindings/php] Added a missing check for a memory allocation failure.
|
1295
|
-
[Reported by Bill Parker]</p>
|
1296
|
-
</li>
|
1297
|
-
<li><p class="first">[<a class="reference internal" href="install/centos.html"><span class="doc">CentOS</span></a>][<a class="reference internal" href="server/package.html"><span class="doc">Server packages</span></a>][logrotate] Fixed syntax error in script.</p>
|
1298
|
-
</li>
|
1299
|
-
<li><p class="first">[<a class="reference internal" href="install/centos.html"><span class="doc">CentOS</span></a>][<a class="reference internal" href="server/package.html"><span class="doc">Server packages</span></a>][logrotate] Fixed wrong daemon running check.</p>
|
1300
|
-
</li>
|
1301
|
-
<li><p class="first">[<a class="reference internal" href="install/centos.html"><span class="doc">CentOS</span></a>][<a class="reference internal" href="server/package.html"><span class="doc">Server packages</span></a>][logrotate] Stop to set owner/group to log files.
|
1302
|
-
Because it's not consistent. groonga-httpd creates log files with root
|
1303
|
-
owner/group. But logrotated log files are created with groonga
|
1304
|
-
owner/group. [GitHub#358] [Reported by jacob16bit]</p>
|
1305
|
-
</li>
|
1306
|
-
<li><p class="first">[<a class="reference internal" href="reference/executables/groonga.html"><span class="doc">groonga executable file</span></a>] Fixed reported the maximum number of threads.</p>
|
1307
|
-
</li>
|
1308
|
-
<li><p class="first">[<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Remove a needless space in log message:</p>
|
1309
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>|n| grn_fin (0) ->
|
1310
|
-
|n| grn_fin (0)
|
1311
|
-
^
|
1312
|
-
</pre></div>
|
1313
|
-
</div>
|
1314
|
-
</li>
|
1315
|
-
<li><p class="first">Fixed a bug that estimating size by regexp query with anchor (e.g. <code class="docutils literal"><span class="pre">\\\\A</span></code> in
|
1316
|
-
<code class="docutils literal"><span class="pre">--filter</span> <span class="pre">'comment</span> <span class="pre">@~</span> <span class="pre">"\\\\Abc"'</span></code>) doesn't work. The feature is used in
|
1317
|
-
<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>.</p>
|
1318
|
-
</li>
|
1319
|
-
<li><p class="first">[<a class="reference internal" href="reference/command/request_id.html"><span class="doc">Request ID</span></a>] Fixed a memory leak when <code class="docutils literal"><span class="pre">request_id</span></code> byte size >= 24.</p>
|
1320
|
-
</li>
|
1321
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/lock_clear.html"><span class="doc">lock_clear</span></a>] Fixed a typo in command name in Syntax section.
|
1322
|
-
[GitHub#363] [Reported by Christian Kakesa]</p>
|
1323
|
-
</li>
|
1324
|
-
<li><p class="first">[sharding] Fixed wrong min include detection for month range type.</p>
|
1325
|
-
</li>
|
1326
|
-
</ul>
|
1327
|
-
</div>
|
1328
|
-
<div class="section" id="id35">
|
1329
|
-
<h3>Thanks<a class="headerlink" href="#id35" title="Permalink to this headline">¶</a></h3>
|
1330
|
-
<ul class="simple">
|
1331
|
-
<li>Bill Parker</li>
|
1332
|
-
<li>jacob16bit</li>
|
1333
|
-
<li>Hirotaka Takayama</li>
|
1334
|
-
<li>tiwawan</li>
|
1335
|
-
<li>Christian Kakesa</li>
|
1336
|
-
</ul>
|
1337
|
-
</div>
|
1338
|
-
</div>
|
1339
|
-
<div class="section" id="release-5-0-5-2015-06-29">
|
1340
|
-
<span id="release-5-0-5"></span><h2>Release 5.0.5 - 2015-06-29<a class="headerlink" href="#release-5-0-5-2015-06-29" title="Permalink to this headline">¶</a></h2>
|
1341
|
-
<div class="section" id="id36">
|
1342
|
-
<h3>Improvements<a class="headerlink" href="#id36" title="Permalink to this headline">¶</a></h3>
|
1343
|
-
<ul>
|
1344
|
-
<li><p class="first">Show correct error information such as NoSuchFileOrDirectory when opening a database.</p>
|
1345
|
-
</li>
|
1346
|
-
<li><p class="first">Don't set the default logger path for library use.</p>
|
1347
|
-
<ul class="simple">
|
1348
|
-
<li>It's backward incompatible change. But it will not effect to many users.</li>
|
1349
|
-
<li>Server use (groonga command, Mroonga, PGroonga and so on) users can get
|
1350
|
-
log by default. In server use, developers set up log in their software.</li>
|
1351
|
-
<li>Most library use (Rroonga, groonga-gobject and so on) users couldn't get
|
1352
|
-
log by default with earlier versions. The default log path is system
|
1353
|
-
path such as /var/log/groonga/groonga.log. It's not writable for normal
|
1354
|
-
users.</li>
|
1355
|
-
</ul>
|
1356
|
-
</li>
|
1357
|
-
<li><p class="first">[windows] Show error information when memory isn't enough on failing <code class="docutils literal"><span class="pre">CreateFileMapping()</span></code>.</p>
|
1358
|
-
</li>
|
1359
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/tokenize.html"><span class="doc">tokenize</span></a>] Updated example to show new "force_prefix" value.
|
1360
|
-
This value is added since 5.0.4.</p>
|
1361
|
-
</li>
|
1362
|
-
<li><p class="first">[windows] Show error information when disk has any problem (disk full and so on) on failing <code class="docutils literal"><span class="pre">FlushViewOfFile()</span></code>.</p>
|
1363
|
-
</li>
|
1364
|
-
<li><p class="first">[API] Added <code class="xref c c-func docutils literal"><span class="pre">grn_obj_flush()</span></code>.</p>
|
1365
|
-
</li>
|
1366
|
-
<li><p class="first">[API] Added <code class="xref c c-func docutils literal"><span class="pre">grn_obj_flush_recursive()</span></code>.</p>
|
1367
|
-
</li>
|
1368
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/io_flush.html"><span class="doc">io_flush</span></a>] Added. It flushes memory mapped data to disk.
|
1369
|
-
Usually memory data automatically flush by an OS, but you can explicitly flush with
|
1370
|
-
this command.</p>
|
1371
|
-
</li>
|
1372
|
-
<li><p class="first">[mruby] Binded <code class="docutils literal"><span class="pre">grn_obj_remove()</span></code> to Object#remove.</p>
|
1373
|
-
</li>
|
1374
|
-
<li><p class="first">[mruby] Binded <code class="docutils literal"><span class="pre">grn_table_delete()</span></code> and <code class="docutils literal"><span class="pre">grn_table_delete_by_id()</span></code> to Table#delete.</p>
|
1375
|
-
</li>
|
1376
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/logical_table_remove.html"><span class="doc">logical_table_remove</span></a>] Added.</p>
|
1377
|
-
</li>
|
1378
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] Added. <code class="docutils literal"><span class="pre">--filter</span></code> is only supported for now.</p>
|
1379
|
-
</li>
|
1380
|
-
<li><p class="first">[cmake] Supported embedded MeCab tokenizer.</p>
|
1381
|
-
</li>
|
1382
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/logical_count.html"><span class="doc">logical_count</span></a>] Supported month and day mixed shards.
|
1383
|
-
In the same month, month shard must have earlier records rather than day
|
1384
|
-
shards in the same month. For example:</p>
|
1385
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>XXX_201506 <- includes only 2015-06-01 and 2015-06-02 records
|
1386
|
-
XXX_20150603 <- includes only 2015-06-03 records
|
1387
|
-
XXX_20150604 <- includes only 2015-06-04 records
|
1388
|
-
</pre></div>
|
1389
|
-
</div>
|
1390
|
-
</li>
|
1391
|
-
</ul>
|
1392
|
-
</div>
|
1393
|
-
<div class="section" id="id37">
|
1394
|
-
<h3>Fixes<a class="headerlink" href="#id37" title="Permalink to this headline">¶</a></h3>
|
1395
|
-
<ul class="simple">
|
1396
|
-
<li>Fixed wrong macro to include netinet/in.h.
|
1397
|
-
[GitHub#348] [Reported by OBATA Akio]</li>
|
1398
|
-
<li>[rpm][<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Fixed failing restart.
|
1399
|
-
[GitHub#351] [Patch by jacob16bit]</li>
|
1400
|
-
</ul>
|
1401
|
-
</div>
|
1402
|
-
<div class="section" id="id38">
|
1403
|
-
<h3>Thanks<a class="headerlink" href="#id38" title="Permalink to this headline">¶</a></h3>
|
1404
|
-
<ul class="simple">
|
1405
|
-
<li>OBATA Akio</li>
|
1406
|
-
<li>jacob16bit</li>
|
1407
|
-
</ul>
|
1408
|
-
</div>
|
1409
|
-
</div>
|
1410
|
-
<div class="section" id="release-5-0-4-2015-05-29">
|
1411
|
-
<span id="release-5-0-4"></span><h2>Release 5.0.4 - 2015-05-29<a class="headerlink" href="#release-5-0-4-2015-05-29" title="Permalink to this headline">¶</a></h2>
|
1412
|
-
<div class="section" id="id39">
|
1413
|
-
<h3>Improvements<a class="headerlink" href="#id39" title="Permalink to this headline">¶</a></h3>
|
1414
|
-
<ul class="simple">
|
1415
|
-
<li>[mruby] Changed to use <code class="docutils literal"><span class="pre">inspect</span></code> to show meaningful error message for error value.</li>
|
1416
|
-
<li>[mruby] Supported <code class="docutils literal"><span class="pre">Groonga::Bulk#inspect</span></code> to inspect bulk content.</li>
|
1417
|
-
<li>[mruby] Supported <code class="docutils literal"><span class="pre">Bulk#value</span></code> to extract the value of record from bulk content.</li>
|
1418
|
-
<li>[mruby] Supported estimating size for <code class="docutils literal"><span class="pre">reference_column</span> <span class="pre">==</span> <span class="pre">record_id</span></code> in
|
1419
|
-
<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>. In above case, it can be searched
|
1420
|
-
more effectively.</li>
|
1421
|
-
<li>[<a class="reference internal" href="reference/functions/sub_filter.html"><span class="doc">sub_filter</span></a>] Supported index column as <code class="docutils literal"><span class="pre">scope</span></code> parameter.</li>
|
1422
|
-
<li>[<a class="reference internal" href="reference/grn_expr/script_syntax.html"><span class="doc">Script syntax</span></a>] Described clearly about numerical
|
1423
|
-
value. [GitHub groonga/groonga.org#16] [Suggested by Hiroyuki Sato]</li>
|
1424
|
-
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Supported accessing other table's record in filter.
|
1425
|
-
You can use <code class="docutils literal"><span class="pre">--filter</span> <span class="pre">'OTHER_TABLE[KEY].COLUMN'</span></code> for example.</li>
|
1426
|
-
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Supported operator in table key.
|
1427
|
-
You can use <code class="docutils literal"><span class="pre">--filter</span> <span class="pre">'OTHER_TABLE["SOME</span> <span class="pre">STRING"</span> <span class="pre">+</span> <span class="pre">"ANOTHER</span> <span class="pre">STRING"].COLUMN'"</span></code> for example.</li>
|
1428
|
-
<li>[example] Used Ruby 2.0 or later API in script for converting dictionary data.</li>
|
1429
|
-
<li>Changed to show error message about invalid type of keys about table.</li>
|
1430
|
-
<li>[doc] Fixed link from sourceforge.jp to osdn.me or osdn.jp about mailing list preference page.
|
1431
|
-
SourceForge.jp is marked as obsoleted because of branding issue since May 11, 2015.</li>
|
1432
|
-
<li>[<a class="reference internal" href="reference/commands/tokenize.html"><span class="doc">tokenize</span></a>] Added <code class="docutils literal"><span class="pre">force_prefix</span></code> value to each token information. [Patch by Naoya Murakami]</li>
|
1433
|
-
<li>Supported to search by shorter words such as 2 or less characters for <a class="reference internal" href="reference/tokenizers.html#token-trigram"><span class="std std-ref">TokenTrigram</span></a>.
|
1434
|
-
[Patch by Naoya Murakami]</li>
|
1435
|
-
<li>[deb] Added service file for Systemd into groonga-httpd and groonga-server-gqtp packages.</li>
|
1436
|
-
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Ignored <code class="docutils literal"><span class="pre">--query</span></code> when its
|
1437
|
-
value consists of only space characters. Space characters include
|
1438
|
-
full-width space (<code class="docutils literal"><span class="pre">U+3000</span> <span class="pre">IDEOGRAPHIC</span> <span class="pre">SPACE</span></code> in
|
1439
|
-
Unicode). [Suggested by TomyGX]</li>
|
1440
|
-
</ul>
|
1441
|
-
</div>
|
1442
|
-
<div class="section" id="id40">
|
1443
|
-
<h3>Fixes<a class="headerlink" href="#id40" title="Permalink to this headline">¶</a></h3>
|
1444
|
-
<ul class="simple">
|
1445
|
-
<li>Fixed a crash bug when empty key is specified for <code class="docutils literal"><span class="pre">drilldown[label].keys</span></code>.</li>
|
1446
|
-
<li>Fixed a bug that the return value of <code class="docutils literal"><span class="pre">grn_parse_query_flags</span></code> is not properly checked.
|
1447
|
-
[GitHub#336] [Reported by Hiroaki Nakamura]</li>
|
1448
|
-
<li>Fixed a build error on some BSD systems. They doesn't have <code class="docutils literal"><span class="pre">-i</span></code> option for <code class="docutils literal"><span class="pre">sed</span></code>.</li>
|
1449
|
-
<li>Fixed a build error on Solaris. It is changed to initialize by <code class="docutils literal"><span class="pre">sizeof(msghdr)</span></code> in <code class="docutils literal"><span class="pre">memset()</span></code> because
|
1450
|
-
<code class="docutils literal"><span class="pre">msg_control</span></code>, <code class="docutils literal"><span class="pre">msg_controllen</span></code> and <code class="docutils literal"><span class="pre">msg_flags</span></code> doesn't exist on Solaris by default.</li>
|
1451
|
-
<li>[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">Tokenizers</span></a>] Fixed a typo. [GitHub#338] [Reported by Hiroyuki Sato]</li>
|
1452
|
-
<li>[<a class="reference internal" href="reference/output.html"><span class="doc">Output</span></a>] Fixed markup. [GitHub groonga/groonga.org#17]
|
1453
|
-
[Reported by Hiroyuki Sato]</li>
|
1454
|
-
<li>Reduced getenv() in each <code class="docutils literal"><span class="pre">grn_ii_cursor_set_min()</span></code>. This fixes performance
|
1455
|
-
regression on Windows.</li>
|
1456
|
-
<li>Fixed a build error on OpenBSD. [groonga-dev,03255] [Reported by fbnteqr]</li>
|
1457
|
-
<li>[<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Fixed a bug that same message is
|
1458
|
-
logged.</li>
|
1459
|
-
<li>Fixed a crash bug which is caused by double free memory.</li>
|
1460
|
-
<li>Fixed a memory leak. It's occurred when <code class="docutils literal"><span class="pre">--match_columns</span></code> and <code class="docutils literal"><span class="pre">--query</span></code> are
|
1461
|
-
used for non indexed text field and text fields have a value that isn't bulk
|
1462
|
-
embeddable. Normally, 32byte over size text isn't bulk embeddable, so this bug
|
1463
|
-
doesn't affect to the case if only small text less than 32byte are stored.</li>
|
1464
|
-
<li>[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">Tokenizers</span></a>] [TokenRegexp] Fixed a bug that it can't be searched
|
1465
|
-
correctly when query contains characters which are treated as blank character.
|
1466
|
-
For example, the newline - "\n" is typical one.</li>
|
1467
|
-
</ul>
|
1468
|
-
</div>
|
1469
|
-
<div class="section" id="id41">
|
1470
|
-
<h3>Thanks<a class="headerlink" href="#id41" title="Permalink to this headline">¶</a></h3>
|
1471
|
-
<ul class="simple">
|
1472
|
-
<li>Hiroaki Nakamura</li>
|
1473
|
-
<li>Hiroyuki Sato</li>
|
1474
|
-
<li>Naoya Murakami</li>
|
1475
|
-
<li>fbnteqr</li>
|
1476
|
-
<li>TomyGX</li>
|
1477
|
-
</ul>
|
1478
|
-
</div>
|
1479
|
-
</div>
|
1480
|
-
<div class="section" id="release-5-0-3-2015-04-29">
|
1481
|
-
<span id="release-5-0-3"></span><h2>Release 5.0.3 - 2015-04-29<a class="headerlink" href="#release-5-0-3-2015-04-29" title="Permalink to this headline">¶</a></h2>
|
1482
|
-
<div class="section" id="id42">
|
1483
|
-
<h3>Improvements<a class="headerlink" href="#id42" title="Permalink to this headline">¶</a></h3>
|
1484
|
-
<ul class="simple">
|
1485
|
-
<li>[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">Tokenizers</span></a>][<a class="reference internal" href="reference/regular_expression.html"><span class="doc">Regular expression</span></a>]
|
1486
|
-
Skip the last one character token.</li>
|
1487
|
-
<li>[mruby] Supported regexp pattern for estimating size.</li>
|
1488
|
-
<li>[mruby] Supported size estimation for accessor.</li>
|
1489
|
-
<li>[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] Removed <code class="docutils literal"><span class="pre">GRN_LOGICAL_RANGE_FILTER_ENABLED</span></code>
|
1490
|
-
environment variable which is introduced since Groonga 5.0.2.
|
1491
|
-
Use <code class="docutils literal"><span class="pre">GRN_LOGICAL_RANGE_FILTER_THRESHOLD=0</span></code> to disable range index search
|
1492
|
-
feature.</li>
|
1493
|
-
<li>[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] Supported negative limit and offset.</li>
|
1494
|
-
<li>[<a class="reference internal" href="install/windows.html"><span class="doc">Windows</span></a>] Used <a class="reference external" href="https://github.com/groonga/groonga-admin">Groonga Admin</a> in package.</li>
|
1495
|
-
<li>[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] Changed threshold meaning:<ul>
|
1496
|
-
<li>threshold <= 0.0: always use range index</li>
|
1497
|
-
<li>threshold >= 1.0: never use range index</li>
|
1498
|
-
</ul>
|
1499
|
-
</li>
|
1500
|
-
<li>[<a class="reference internal" href="reference/commands/dump.html"><span class="doc">dump</span></a>] Supported plugin.</li>
|
1501
|
-
<li>[<a class="reference internal" href="reference/commands/dump.html"><span class="doc">dump</span></a>] Added the following options:<ul>
|
1502
|
-
<li><code class="docutils literal"><span class="pre">--dump_plugins</span> <span class="pre">[yes(default)/no]</span></code></li>
|
1503
|
-
<li><code class="docutils literal"><span class="pre">--dump_schema</span> <span class="pre">[yes(default)/no]</span></code></li>
|
1504
|
-
<li><code class="docutils literal"><span class="pre">--dump_records</span> <span class="pre">[yes(default)/no]</span></code></li>
|
1505
|
-
<li><code class="docutils literal"><span class="pre">--dump_indexes</span> <span class="pre">[yes(default)/no]</span></code></li>
|
1506
|
-
</ul>
|
1507
|
-
</li>
|
1508
|
-
<li>[API] Added <code class="xref c c-func docutils literal"><span class="pre">grn_plugin_get_ruby_suffix()</span></code>.</li>
|
1509
|
-
<li>[<a class="reference internal" href="reference/commands/dump.html"><span class="doc">dump</span></a>] Fixed order to put index columns after reference columns
|
1510
|
-
because index column may refer reference columns.</li>
|
1511
|
-
<li>[<a class="reference internal" href="reference/commands/dump.html"><span class="doc">dump</span></a>] Don't dump records of lexicon.</li>
|
1512
|
-
<li>[<a class="reference internal" href="reference/commands/dump.html"><span class="doc">dump</span></a>] Show <code class="docutils literal"><span class="pre">_id</span></code> for <code class="docutils literal"><span class="pre">TABLE_NO_KEY</span></code> again.</li>
|
1513
|
-
<li>[<a class="reference internal" href="reference/commands/dump.html"><span class="doc">dump</span></a>] Used offline index construnction.</li>
|
1514
|
-
<li>Increased max hash key size from 4KiB (4096Byte) to 64KiB - 1 (65535Byte).</li>
|
1515
|
-
<li>Increased max cache key size from 4KiB (4096Byte) to 64KiB - 1 (65535Byte).</li>
|
1516
|
-
<li>Improved performance for nested index search.</li>
|
1517
|
-
<li>Used index for nonexistent reference column value.</li>
|
1518
|
-
<li>[experimental] Added plugin functions/vector. It includes <a class="reference internal" href="reference/functions/vector_size.html"><span class="doc">vector_size</span></a> function.</li>
|
1519
|
-
<li>[<a class="reference internal" href="install/windows.html"><span class="doc">Windows</span></a>] Updated Visual Studio version
|
1520
|
-
[GitHub groonga/meetup#4] [Reported by Hiroyuki Mizuhara]</li>
|
1521
|
-
<li>[<a class="reference internal" href="reference/commands/cache_limit.html"><span class="doc">cache_limit</span></a>] Expired old caches when the max N caches is decreased.
|
1522
|
-
[Suggested by Gurunavi, Inc.]</li>
|
1523
|
-
<li>Show more information such as errno for errors.</li>
|
1524
|
-
<li>[windows] Used secure functions on Windows.</li>
|
1525
|
-
<li>Added the following APIs to change log rotate threshold in file size.<ul>
|
1526
|
-
<li><code class="xref c c-func docutils literal"><span class="pre">grn_default_logger_set_rotate_threshold_size()</span></code></li>
|
1527
|
-
<li><code class="xref c c-func docutils literal"><span class="pre">grn_default_logger_get_rotate_threshold_size()</span></code></li>
|
1528
|
-
<li><code class="xref c c-func docutils literal"><span class="pre">grn_default_query_logger_set_rotate_threshold_size()</span></code></li>
|
1529
|
-
<li><code class="xref c c-func docutils literal"><span class="pre">grn_default_query_logger_get_rotate_threshold_size()</span></code></li>
|
1530
|
-
</ul>
|
1531
|
-
</li>
|
1532
|
-
<li>[experimental] Supported log rotation. The feature is disabled by default.
|
1533
|
-
You can enable log rotation by the following options:<ul>
|
1534
|
-
<li><code class="docutils literal"><span class="pre">--log-rotate-threshold-size</span></code></li>
|
1535
|
-
<li><code class="docutils literal"><span class="pre">--query-log-rotate-threshold-size</span></code></li>
|
1536
|
-
</ul>
|
1537
|
-
</li>
|
1538
|
-
<li>[<a class="reference internal" href="server/gqtp.html"><span class="doc">GQTP</span></a>] Documented about GQTP server.</li>
|
1539
|
-
<li>[<a class="reference internal" href="reference/executables/groonga.html"><span class="doc">groonga executable file</span></a>] Documented groonga executable file partially.</li>
|
1540
|
-
<li>Supported Ubuntu 15.04 (Vivid Vervet).</li>
|
1541
|
-
<li>Supported Debian 8.0 (Jessie).</li>
|
1542
|
-
<li>[<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Updated bundled nginx version to the latest mainline (1.8.0).</li>
|
1543
|
-
</ul>
|
1544
|
-
</div>
|
1545
|
-
<div class="section" id="id43">
|
1546
|
-
<h3>Fixes<a class="headerlink" href="#id43" title="Permalink to this headline">¶</a></h3>
|
1547
|
-
<ul class="simple">
|
1548
|
-
<li>[windows] Fixed a bug that <a class="reference internal" href="reference/indexing.html#offline-index-construction"><span class="std std-ref">Offline index construction</span></a> is
|
1549
|
-
failed for large data (at least 1GB or larger) with Groonga built by
|
1550
|
-
Microsoft Visual C++. [Reported by Hideki ARAI]</li>
|
1551
|
-
<li>[mruby] Made <code class="docutils literal"><span class="pre">\\</span></code> index searchable in regular expression.</li>
|
1552
|
-
<li>Fixed a bug that <code class="docutils literal"><span class="pre">GRN_II_CURSOR_SET_MIN_ENABLE=yes</span></code> doesn't return some matched records.</li>
|
1553
|
-
<li>[sharding] Fixed a bug that partial range is handled as all range.</li>
|
1554
|
-
<li>[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] Fixed a bug that <code class="docutils literal"><span class="pre">:order</span> <span class="pre">=></span> <span class="pre">"descending"</span></code> doesn't work.</li>
|
1555
|
-
<li>[<a class="reference internal" href="reference/commands/logical_count.html"><span class="doc">logical_count</span></a>] Re-supported counting with range index.</li>
|
1556
|
-
<li>Fixed a bug causing malfunction of <code class="xref c c-func docutils literal"><span class="pre">grn_pat_del()</span></code>
|
1557
|
-
and added a test for invalid patricia trie node add case.
|
1558
|
-
[groonga-dev,03177] [Reported by yuya sako]</li>
|
1559
|
-
</ul>
|
1560
|
-
</div>
|
1561
|
-
<div class="section" id="id44">
|
1562
|
-
<h3>Thanks<a class="headerlink" href="#id44" title="Permalink to this headline">¶</a></h3>
|
1563
|
-
<ul class="simple">
|
1564
|
-
<li>Hideki ARAI</li>
|
1565
|
-
<li>Hiroyuki Mizuhara</li>
|
1566
|
-
<li>Gurunavi, Inc.</li>
|
1567
|
-
<li>yuya sako</li>
|
1568
|
-
</ul>
|
1569
|
-
</div>
|
1570
|
-
</div>
|
1571
|
-
<div class="section" id="release-5-0-2-2015-03-31">
|
1572
|
-
<span id="release-5-0-2"></span><h2>Release 5.0.2 - 2015-03-31<a class="headerlink" href="#release-5-0-2-2015-03-31" title="Permalink to this headline">¶</a></h2>
|
1573
|
-
<p>It's a bug fix release of 5.0.1.</p>
|
1574
|
-
<div class="section" id="id45">
|
1575
|
-
<h3>Improvements<a class="headerlink" href="#id45" title="Permalink to this headline">¶</a></h3>
|
1576
|
-
<ul class="simple">
|
1577
|
-
<li>Supported MessagePack 1.0.1. [Reported by Hiroshi Hatake]</li>
|
1578
|
-
<li>[logical_range_filter] Disabled range index by default. It's enabled
|
1579
|
-
when you set the enviromnent variable <code class="docutils literal"><span class="pre">GRN_LOGICAL_RANGE_FILTER_ENABLED</span></code>
|
1580
|
-
to <code class="docutils literal"><span class="pre">yes</span></code>.</li>
|
1581
|
-
</ul>
|
1582
|
-
</div>
|
1583
|
-
<div class="section" id="id46">
|
1584
|
-
<h3>Fixes<a class="headerlink" href="#id46" title="Permalink to this headline">¶</a></h3>
|
1585
|
-
<ul class="simple">
|
1586
|
-
<li>Fixed a regression bug that JSONP doesn't work. It was introduced
|
1587
|
-
in Groonga 4.1.1.</li>
|
1588
|
-
<li>[windows] Fixed a bug that crash on x86 for Groonga 5.0.1.
|
1589
|
-
[groonga-dev,03131] [Reported by Atsushi Shinoda]</li>
|
1590
|
-
<li>Fixed a crash bug that libedit is not properly initialized. The
|
1591
|
-
problem is fixed in the environment such as CentOS 7.</li>
|
1592
|
-
</ul>
|
1593
|
-
</div>
|
1594
|
-
<div class="section" id="id47">
|
1595
|
-
<h3>Thanks<a class="headerlink" href="#id47" title="Permalink to this headline">¶</a></h3>
|
1596
|
-
<ul class="simple">
|
1597
|
-
<li>Atsushi Shinoda</li>
|
1598
|
-
<li>Hiroshi Hatake</li>
|
1599
|
-
</ul>
|
1600
|
-
</div>
|
1601
|
-
</div>
|
1602
|
-
<div class="section" id="release-5-0-1-2015-03-29">
|
1603
|
-
<span id="release-5-0-1"></span><h2>Release 5.0.1 - 2015-03-29<a class="headerlink" href="#release-5-0-1-2015-03-29" title="Permalink to this headline">¶</a></h2>
|
1604
|
-
<div class="section" id="id48">
|
1605
|
-
<h3>Improvements<a class="headerlink" href="#id48" title="Permalink to this headline">¶</a></h3>
|
1606
|
-
<ul>
|
1607
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] Supported filter
|
1608
|
-
and sort.</p>
|
1609
|
-
</li>
|
1610
|
-
<li><p class="first">Supported range search by multiple column index.</p>
|
1611
|
-
</li>
|
1612
|
-
<li><p class="first">Added API <a class="reference internal" href="reference/api/overview.html"><span class="doc">Overview</span></a> document for users who want
|
1613
|
-
to use Groonga as library.</p>
|
1614
|
-
</li>
|
1615
|
-
<li><p class="first">[incompatible] Changed internal type of <code class="docutils literal"><span class="pre">_score</span></code> to floating point
|
1616
|
-
number from 32bit integer number. This is incompatible change for DB
|
1617
|
-
API users. This <em>isn't</em> incompatible change for query API users. It
|
1618
|
-
means that users who just use <a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>
|
1619
|
-
aren't affected. Use the following code that works with both older
|
1620
|
-
and newer Groonga:</p>
|
1621
|
-
<div class="highlight-c"><div class="highlight"><pre><span></span><span class="n">grn_obj</span> <span class="o">*</span><span class="n">score</span><span class="p">;</span>
|
1622
|
-
<span class="kt">double</span> <span class="n">score_value</span><span class="p">;</span>
|
1623
|
-
|
1624
|
-
<span class="k">if</span> <span class="p">(</span><span class="n">score</span><span class="o">-></span><span class="n">header</span><span class="p">.</span><span class="n">domain</span> <span class="o">==</span> <span class="n">GRN_DB_FLOAT</span><span class="p">)</span> <span class="p">{</span>
|
1625
|
-
<span class="n">score_value</span> <span class="o">=</span> <span class="n">GRN_FLOAT_VALUE</span><span class="p">(</span><span class="n">score</span><span class="p">);</span>
|
1626
|
-
<span class="p">}</span> <span class="k">else</span> <span class="p">{</span>
|
1627
|
-
<span class="n">score_value</span> <span class="o">=</span> <span class="p">(</span><span class="kt">double</span><span class="p">)</span><span class="n">GRN_INT32_VALUE_FLOAT_VALUE</span><span class="p">(</span><span class="n">score</span><span class="p">);</span>
|
1628
|
-
<span class="p">}</span>
|
1629
|
-
</pre></div>
|
1630
|
-
</div>
|
1631
|
-
</li>
|
1632
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Added more strict check for
|
1633
|
-
invalid drilldown parameter.</p>
|
1634
|
-
</li>
|
1635
|
-
<li><p class="first">Added <a class="reference internal" href="reference/api/grn_ctx.html#c.grn_ctx_get_all_tables" title="grn_ctx_get_all_tables"><code class="xref c c-func docutils literal"><span class="pre">grn_ctx_get_all_tables()</span></code></a>. [Suggested by Masatoshi
|
1636
|
-
Teruya]</p>
|
1637
|
-
</li>
|
1638
|
-
<li><p class="first">Supported to customize score function. See <a class="reference internal" href="reference/scorer.html"><span class="doc">Scorer</span></a>
|
1639
|
-
for details.</p>
|
1640
|
-
</li>
|
1641
|
-
<li><p class="first">[incompatible] Custom score function feature introduced API and ABI
|
1642
|
-
incompatibilities in DB API layer. If you're using
|
1643
|
-
<a class="reference internal" href="reference/api/grn_search.html#c.grn_search_optarg" title="grn_search_optarg"><code class="xref c c-type docutils literal"><span class="pre">grn_search_optarg</span></code></a>, please check that your code initializes
|
1644
|
-
your <a class="reference internal" href="reference/api/grn_search.html#c.grn_search_optarg" title="grn_search_optarg"><code class="xref c c-type docutils literal"><span class="pre">grn_search_optarg</span></code></a> by <code class="docutils literal"><span class="pre">0</span></code> like the following:</p>
|
1645
|
-
<div class="highlight-c"><div class="highlight"><pre><span></span><span class="n">grn_search_optarg</span> <span class="n">options</span><span class="p">;</span>
|
1646
|
-
<span class="n">memset</span><span class="p">(</span><span class="o">&</span><span class="n">options</span><span class="p">,</span> <span class="mi">0</span><span class="p">,</span> <span class="k">sizeof</span><span class="p">(</span><span class="n">grn_search_optarg</span><span class="p">));</span>
|
1647
|
-
</pre></div>
|
1648
|
-
</div>
|
1649
|
-
<p>If your code do the above thing, your code is API compatible and ABI
|
1650
|
-
incompatible. You just need to rebuild your code without
|
1651
|
-
modification.</p>
|
1652
|
-
<p>If your code doesn't the above thing, you need to added the above
|
1653
|
-
thing to your code.</p>
|
1654
|
-
</li>
|
1655
|
-
<li><p class="first">Added the following predicates that check <a class="reference internal" href="reference/api/grn_obj.html#c.grn_obj" title="grn_obj"><code class="xref c c-type docutils literal"><span class="pre">grn_obj</span></code></a> type to
|
1656
|
-
DB API:</p>
|
1657
|
-
<ul class="simple">
|
1658
|
-
<li><code class="xref c c-func docutils literal"><span class="pre">grn_obj_is_table()</span></code></li>
|
1659
|
-
<li><code class="xref c c-func docutils literal"><span class="pre">grn_obj_is_proc_proc()</span></code></li>
|
1660
|
-
<li><code class="xref c c-func docutils literal"><span class="pre">grn_obj_is_function_proc()</span></code></li>
|
1661
|
-
<li><code class="xref c c-func docutils literal"><span class="pre">grn_obj_is_selector_proc()</span></code></li>
|
1662
|
-
<li><code class="xref c c-func docutils literal"><span class="pre">grn_obj_is_scorer_proc()</span></code></li>
|
1663
|
-
</ul>
|
1664
|
-
</li>
|
1665
|
-
<li><p class="first">[experimental] Supported skipping posting list when searching
|
1666
|
-
popular term and rare term at the same time. It will improve
|
1667
|
-
performance. Set <code class="docutils literal"><span class="pre">GRN_II_CURSOR_SET_MIN_ENABLE</span></code> environment
|
1668
|
-
variable to <code class="docutils literal"><span class="pre">1</span></code> to enable the feature. The feature is disabled by
|
1669
|
-
default.</p>
|
1670
|
-
</li>
|
1671
|
-
<li><p class="first">[doc] Added <a class="reference internal" href="reference/functions/in_values.html"><span class="doc">in_values</span></a> document.</p>
|
1672
|
-
</li>
|
1673
|
-
<li><p class="first">[doc] Added <a class="reference internal" href="reference/commands/logical_count.html"><span class="doc">logical_count</span></a> document.</p>
|
1674
|
-
</li>
|
1675
|
-
<li><p class="first">[mruby] Implemented custom <code class="docutils literal"><span class="pre">#inspect</span></code> method. Is is useful for
|
1676
|
-
debugging.</p>
|
1677
|
-
</li>
|
1678
|
-
<li><p class="first">Added <a class="reference internal" href="reference/scorers/scorer_tf_at_most.html"><span class="doc">scorer_tf_at_most</span></a> scorer. It
|
1679
|
-
limits not to exceed specified score regardless of term frequency.</p>
|
1680
|
-
</li>
|
1681
|
-
<li><p class="first">[mruby] Supported estimating matched records for selecting index
|
1682
|
-
search or sequential search.</p>
|
1683
|
-
</li>
|
1684
|
-
<li><p class="first">Added the following functions to estimate size by index:</p>
|
1685
|
-
<ul class="simple">
|
1686
|
-
<li><code class="xref c c-func docutils literal"><span class="pre">grn_expr_estimate_size()</span></code></li>
|
1687
|
-
<li><code class="xref c c-func docutils literal"><span class="pre">grn_ii_estimate_size_for_query()</span></code></li>
|
1688
|
-
<li><code class="xref c c-func docutils literal"><span class="pre">grn_ii_estimate_size_for_lexicon_cursor()</span></code></li>
|
1689
|
-
</ul>
|
1690
|
-
</li>
|
1691
|
-
<li><p class="first">Added missing <a class="reference internal" href="reference/normalizers.html#normalizer-auto"><span class="std std-ref">NormalizerAuto</span></a> availability check. [GitHub#283]
|
1692
|
-
[Reported by Tasuku SUENAGA]</p>
|
1693
|
-
</li>
|
1694
|
-
<li><p class="first">Dropped Visual Studio 2010 support.</p>
|
1695
|
-
</li>
|
1696
|
-
<li><p class="first">[experimental][mecab] Supported chunked tokenization. This feature
|
1697
|
-
is a workaround for MeCab's "too long sentense" error. Specify
|
1698
|
-
<code class="docutils literal"><span class="pre">yes</span></code> to <code class="docutils literal"><span class="pre">GRN_MECAB_CHUNKED_TOKENIZE_ENABLED</span></code> environment
|
1699
|
-
variable to enable it. By this configuration, Groonga splits a long
|
1700
|
-
text (8192 bytes over text by default) into small chunks and passes
|
1701
|
-
each chunk to MeCab. By this process, the above error isn't
|
1702
|
-
occurred. Additionally, you can customize chunk threshold bytes by
|
1703
|
-
<code class="docutils literal"><span class="pre">GRN_MECAB_CHUNK_SIZE_THRESHOLD</span></code> environment variable. Note that
|
1704
|
-
<code class="docutils literal"><span class="pre">,</span></code>, <code class="docutils literal"><span class="pre">.</span></code>, <code class="docutils literal"><span class="pre">!</span></code>, <code class="docutils literal"><span class="pre">?</span></code>, <code class="docutils literal"><span class="pre">U+3001</span> <span class="pre">IDEOGRAPHIC</span> <span class="pre">COMMA</span></code>, <code class="docutils literal"><span class="pre">U+3002</span>
|
1705
|
-
<span class="pre">IDEOGRAPHIC</span> <span class="pre">FULL</span> <span class="pre">STOP</span></code>, <code class="docutils literal"><span class="pre">U+FF01</span> <span class="pre">FULLWIDTH</span> <span class="pre">EXCLAMATION</span> <span class="pre">MARK</span></code> and
|
1706
|
-
<code class="docutils literal"><span class="pre">U+FF1F</span> <span class="pre">FULLWIDTH</span> <span class="pre">QUESTION</span> <span class="pre">MARK</span></code> are treated as chunk delimiter
|
1707
|
-
characters.</p>
|
1708
|
-
</li>
|
1709
|
-
<li><p class="first">Supported <code class="docutils literal"><span class="pre">--pid-file</span></code> in server mode of
|
1710
|
-
<a class="reference internal" href="reference/executables/groonga.html"><span class="doc">groonga executable file</span></a>.</p>
|
1711
|
-
</li>
|
1712
|
-
<li><p class="first">[groonga-httpd] Supported graceful stop to clean Groonga. It doesn't
|
1713
|
-
terminate the open connections immediately.</p>
|
1714
|
-
</li>
|
1715
|
-
<li><p class="first">[experimental] Supported regular expression. See
|
1716
|
-
<a class="reference internal" href="reference/regular_expression.html"><span class="doc">Regular expression</span></a> to know about how to use regular
|
1717
|
-
expression.</p>
|
1718
|
-
</li>
|
1719
|
-
<li><p class="first">[experimental] Added <a class="reference internal" href="reference/commands/plugin_unregister.html"><span class="doc">plugin_unregister</span></a>
|
1720
|
-
command.</p>
|
1721
|
-
</li>
|
1722
|
-
<li><p class="first">[http][<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Added "," as chunk separator
|
1723
|
-
in POST data. It decreases internal buffer size and improves load
|
1724
|
-
time when POST data don't include any new line.</p>
|
1725
|
-
</li>
|
1726
|
-
<li><p class="first">[doc] Added <a class="reference internal" href="reference/tokenizers.html"><span class="doc">Tokenizers</span></a> document.</p>
|
1727
|
-
</li>
|
1728
|
-
<li><p class="first">Improved POSIX.2 compatibility by using <code class="docutils literal"><span class="pre">.</span></code> as bash's "source"
|
1729
|
-
command replacement. [GitHub#317] [Patch by Jun Kuriyama]</p>
|
1730
|
-
</li>
|
1731
|
-
<li><p class="first">[windows] Changed to the default IO version 1. It reduces disk usage
|
1732
|
-
on Windows. [groonga-dev,03118] [Tested by ongaeshi]</p>
|
1733
|
-
</li>
|
1734
|
-
<li><p class="first">[httpd] Updated bundled nginx version to the latest mainline
|
1735
|
-
(1.7.11).</p>
|
1736
|
-
</li>
|
1737
|
-
<li><p class="first">Changed mime-type for TSV output to <code class="docutils literal"><span class="pre">text/tab-separated-values</span></code>
|
1738
|
-
from <code class="docutils literal"><span class="pre">text/plain</span></code>.</p>
|
1739
|
-
</li>
|
1740
|
-
<li><p class="first">[<a class="reference internal" href="reference/token_filters.html#token-filter-stop-word"><span class="std std-ref">TokenFilterStopWord</span></a>] Supported
|
1741
|
-
<a class="reference internal" href="reference/indexing.html#offline-index-construction"><span class="std std-ref">Offline index construction</span></a>. [GitHub#296] [Patch by Naoya
|
1742
|
-
Murakami]</p>
|
1743
|
-
</li>
|
1744
|
-
</ul>
|
1745
|
-
</div>
|
1746
|
-
<div class="section" id="id49">
|
1747
|
-
<h3>Fixes<a class="headerlink" href="#id49" title="Permalink to this headline">¶</a></h3>
|
1748
|
-
<ul class="simple">
|
1749
|
-
<li>Fixed not to use obsolete <code class="docutils literal"><span class="pre">--address</span></code> parameter in the default
|
1750
|
-
groonga.conf. <code class="docutils literal"><span class="pre">--bind-address</span></code> is used instead. [Groonga-talk]
|
1751
|
-
[Reported by Dewangga]</li>
|
1752
|
-
<li>[<a class="reference internal" href="reference/commands/truncate.html"><span class="doc">truncate</span></a>] Fixed a bug that
|
1753
|
-
<a class="reference internal" href="reference/tables.html#table-no-key"><span class="std std-ref">TABLE_NO_KEY</span></a> table can't be truncated.</li>
|
1754
|
-
<li>[mecab] Reduced needless logs for "empty token" and "ignore empty
|
1755
|
-
token".</li>
|
1756
|
-
<li>Fixed a bug that wrong section in index is used. It means that wrong
|
1757
|
-
search result is returned. If you satisfy all of the following
|
1758
|
-
conditions, this bug is occurred:<ul>
|
1759
|
-
<li>Multiple indexes are available.</li>
|
1760
|
-
<li>The first defined index or the last defined index are
|
1761
|
-
multi-column indexes.</li>
|
1762
|
-
<li>When both of the first defined index and the last defined index are
|
1763
|
-
multi-column indexes, source column orders are different in them.</li>
|
1764
|
-
</ul>
|
1765
|
-
</li>
|
1766
|
-
<li>Fixed a bug that passing Groonga command line to
|
1767
|
-
<a class="reference internal" href="reference/executables/groonga.html"><span class="doc">groonga executable file</span></a> from shell command line style
|
1768
|
-
usage always returns <code class="docutils literal"><span class="pre">0</span></code> as exit code. For example, <code class="docutils literal"><span class="pre">groonga</span>
|
1769
|
-
<span class="pre">DB_PATH</span> <span class="pre">nonexistent_command</span></code> always returned <code class="docutils literal"><span class="pre">0</span></code> as exist code.</li>
|
1770
|
-
<li>Fixed a bug that plugin path may be broken when two or more plugins
|
1771
|
-
registered. [Reported by Naoya Murakami]</li>
|
1772
|
-
<li>Fixed a bug that <code class="docutils literal"><span class="pre">Lexicon.index.source_column_name</span></code> style in
|
1773
|
-
<a class="reference internal" href="reference/commands/select.html#select-match-columns"><span class="std std-ref">match_columns</span></a> doesn't work when source
|
1774
|
-
column specified by <code class="docutils literal"><span class="pre">source_column_name</span></code> has two or more
|
1775
|
-
indexes. [Reported by Naoya Murakami]</li>
|
1776
|
-
</ul>
|
1777
|
-
</div>
|
1778
|
-
<div class="section" id="id50">
|
1779
|
-
<h3>Thanks<a class="headerlink" href="#id50" title="Permalink to this headline">¶</a></h3>
|
1780
|
-
<ul class="simple">
|
1781
|
-
<li>Masatoshi Teruya</li>
|
1782
|
-
<li>Tasuku SUENAGA</li>
|
1783
|
-
<li>Dewangga</li>
|
1784
|
-
<li>Jun Kuriyama</li>
|
1785
|
-
<li>ongaeshi</li>
|
1786
|
-
<li>Naoya Murakami</li>
|
1787
|
-
</ul>
|
1788
|
-
</div>
|
1789
|
-
</div>
|
1790
|
-
<div class="section" id="release-5-0-0-2015-02-09">
|
1791
|
-
<span id="release-5-0-0"></span><h2>Release 5.0.0 - 2015-02-09<a class="headerlink" href="#release-5-0-0-2015-02-09" title="Permalink to this headline">¶</a></h2>
|
1792
|
-
<ul class="simple">
|
1793
|
-
<li>Bump version to 5.0.0!</li>
|
1794
|
-
</ul>
|
1795
|
-
<div class="section" id="id51">
|
1796
|
-
<h3>Improvements<a class="headerlink" href="#id51" title="Permalink to this headline">¶</a></h3>
|
1797
|
-
<ul class="simple">
|
1798
|
-
<li>[doc] Added <a class="reference internal" href="reference/grn_expr/script_syntax.html#script-syntax-security"><span class="std std-ref">Security</span></a> about <a class="reference internal" href="reference/grn_expr/script_syntax.html"><span class="doc">Script syntax</span></a>.</li>
|
1799
|
-
<li>[experimental] Added sharding plugin. Execute <cite>register sharding</cite> to
|
1800
|
-
enable this feature in advance, then use <a class="reference internal" href="reference/commands/logical_count.html"><span class="doc">logical_count</span></a> to get the number of records.</li>
|
1801
|
-
<li>[cmake] Supported embedded Groonga with Clang. It fixed compilation failure
|
1802
|
-
on FreeBSD 10.1. <a class="reference external" href="https://mariadb.atlassian.net/browse/MDEV-7293">[MDEV-7293]</a>
|
1803
|
-
[Reported by Bernard Spil]</li>
|
1804
|
-
<li>Supported to customize plugins directory. Set <cite>GRN_PLUGINS_DIR</cite> environment variable.</li>
|
1805
|
-
</ul>
|
1806
|
-
</div>
|
1807
|
-
<div class="section" id="id52">
|
1808
|
-
<h3>Fixes<a class="headerlink" href="#id52" title="Permalink to this headline">¶</a></h3>
|
1809
|
-
<ul class="simple">
|
1810
|
-
<li>Fixed build failure when system has an incompatible version of onigmo/oniguruma
|
1811
|
-
headers installed. [GitHub#276] [Patch by Akinori MUSHA]</li>
|
1812
|
-
<li>Fixed time related build failure on MSVC [GitHub#237]</li>
|
1813
|
-
</ul>
|
1814
|
-
</div>
|
1815
|
-
<div class="section" id="id53">
|
1816
|
-
<h3>Thanks<a class="headerlink" href="#id53" title="Permalink to this headline">¶</a></h3>
|
1817
|
-
<ul class="simple">
|
1818
|
-
<li>Akinori MUSHA</li>
|
1819
|
-
<li>Bernard Spil</li>
|
1820
|
-
</ul>
|
1821
|
-
</div>
|
1822
|
-
</div>
|
1823
|
-
<div class="section" id="the-old-releases">
|
1824
|
-
<h2>The old releases<a class="headerlink" href="#the-old-releases" title="Permalink to this headline">¶</a></h2>
|
1825
|
-
<div class="toctree-wrapper compound">
|
1826
|
-
<ul>
|
1827
|
-
<li class="toctree-l1"><a class="reference internal" href="news/4.x.html">Release 4.1.1 - 2015-01-29</a><ul>
|
1828
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#improvements">Improvements</a></li>
|
1829
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#fixes">Fixes</a></li>
|
1830
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#thanks">Thanks</a></li>
|
1831
|
-
</ul>
|
1832
|
-
</li>
|
1833
|
-
<li class="toctree-l1"><a class="reference internal" href="news/4.x.html#release-4-1-0-2015-01-09">Release 4.1.0 - 2015-01-09</a><ul>
|
1834
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id1">Fixes</a></li>
|
1835
|
-
</ul>
|
1836
|
-
</li>
|
1837
|
-
<li class="toctree-l1"><a class="reference internal" href="news/4.x.html#release-4-0-9-2014-12-29">Release 4.0.9 - 2014-12-29</a><ul>
|
1838
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id2">Improvements</a></li>
|
1839
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id3">Fixes</a></li>
|
1840
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id4">Thanks</a></li>
|
1841
|
-
</ul>
|
1842
|
-
</li>
|
1843
|
-
<li class="toctree-l1"><a class="reference internal" href="news/4.x.html#release-4-0-8-2014-11-29">Release 4.0.8 - 2014-11-29</a><ul>
|
1844
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id5">Improvements</a></li>
|
1845
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id6">Fixes</a></li>
|
1846
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id7">Thanks</a></li>
|
1847
|
-
</ul>
|
1848
|
-
</li>
|
1849
|
-
<li class="toctree-l1"><a class="reference internal" href="news/4.x.html#release-4-0-7-2014-10-29">Release 4.0.7 - 2014-10-29</a><ul>
|
1850
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id8">Improvements</a></li>
|
1851
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id9">Fixes</a></li>
|
1852
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id10">Thanks</a></li>
|
1853
|
-
</ul>
|
1854
|
-
</li>
|
1855
|
-
<li class="toctree-l1"><a class="reference internal" href="news/4.x.html#release-4-0-6-2014-09-29">Release 4.0.6 - 2014-09-29</a><ul>
|
1856
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id11">Improvements</a></li>
|
1857
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id12">Fixes</a></li>
|
1858
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id13">Thanks</a></li>
|
1859
|
-
</ul>
|
1860
|
-
</li>
|
1861
|
-
<li class="toctree-l1"><a class="reference internal" href="news/4.x.html#release-4-0-5-2014-08-29">Release 4.0.5 - 2014-08-29</a><ul>
|
1862
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id14">Improvements</a></li>
|
1863
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id15">Fixes</a></li>
|
1864
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id16">Thanks</a></li>
|
1865
|
-
</ul>
|
1866
|
-
</li>
|
1867
|
-
<li class="toctree-l1"><a class="reference internal" href="news/4.x.html#release-4-0-4-2014-07-29">Release 4.0.4 - 2014-07-29</a><ul>
|
1868
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id17">Improvements</a></li>
|
1869
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id18">Fixes</a></li>
|
1870
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id19">Thanks</a></li>
|
1871
|
-
</ul>
|
1872
|
-
</li>
|
1873
|
-
<li class="toctree-l1"><a class="reference internal" href="news/4.x.html#release-4-0-3-2014-06-29">Release 4.0.3 - 2014-06-29</a><ul>
|
1874
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id20">Improvements</a></li>
|
1875
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id21">Fixes</a></li>
|
1876
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id22">Thanks</a></li>
|
1877
|
-
</ul>
|
1878
|
-
</li>
|
1879
|
-
<li class="toctree-l1"><a class="reference internal" href="news/4.x.html#release-4-0-2-2014-05-29">Release 4.0.2 - 2014-05-29</a><ul>
|
1880
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id23">Improvements</a></li>
|
1881
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id24">Fixes</a></li>
|
1882
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id25">Thanks</a></li>
|
1883
|
-
</ul>
|
1884
|
-
</li>
|
1885
|
-
<li class="toctree-l1"><a class="reference internal" href="news/4.x.html#release-4-0-1-2014-03-29">Release 4.0.1 - 2014-03-29</a><ul>
|
1886
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id26">Improvements</a></li>
|
1887
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id27">Fixes</a></li>
|
1888
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id28">Thanks</a></li>
|
1889
|
-
</ul>
|
1890
|
-
</li>
|
1891
|
-
<li class="toctree-l1"><a class="reference internal" href="news/4.x.html#release-4-0-0-2014-02-09">Release 4.0.0 - 2014-02-09</a><ul>
|
1892
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id29">Improvements</a></li>
|
1893
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id30">Fixes</a></li>
|
1894
|
-
<li class="toctree-l2"><a class="reference internal" href="news/4.x.html#id31">Thanks</a></li>
|
1895
|
-
</ul>
|
1896
|
-
</li>
|
1897
|
-
<li class="toctree-l1"><a class="reference internal" href="news/3.x.html">Release 3.1.2 - 2014-01-29</a><ul>
|
1898
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#improvements">Improvements</a></li>
|
1899
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#fixes">Fixes</a></li>
|
1900
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#thanks">Thanks</a></li>
|
1901
|
-
</ul>
|
1902
|
-
</li>
|
1903
|
-
<li class="toctree-l1"><a class="reference internal" href="news/3.x.html#release-3-1-1-2013-12-29">Release 3.1.1 - 2013-12-29</a><ul>
|
1904
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id1">Improvements</a></li>
|
1905
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id2">Fixes</a></li>
|
1906
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id3">Thanks</a></li>
|
1907
|
-
</ul>
|
1908
|
-
</li>
|
1909
|
-
<li class="toctree-l1"><a class="reference internal" href="news/3.x.html#release-3-1-0-2013-11-29">Release 3.1.0 - 2013-11-29</a><ul>
|
1910
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id4">Improvements</a></li>
|
1911
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id5">Fixes</a></li>
|
1912
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id6">Thanks</a></li>
|
1913
|
-
</ul>
|
1914
|
-
</li>
|
1915
|
-
<li class="toctree-l1"><a class="reference internal" href="news/3.x.html#release-3-0-9-2013-10-29">Release 3.0.9 - 2013-10-29</a><ul>
|
1916
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id7">Improvements</a></li>
|
1917
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id8">Fixes</a></li>
|
1918
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id9">Thanks</a></li>
|
1919
|
-
</ul>
|
1920
|
-
</li>
|
1921
|
-
<li class="toctree-l1"><a class="reference internal" href="news/3.x.html#release-3-0-8-2013-09-29">Release 3.0.8 - 2013-09-29</a><ul>
|
1922
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id10">Improvements</a></li>
|
1923
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id11">Fixes</a></li>
|
1924
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id12">Thanks</a></li>
|
1925
|
-
</ul>
|
1926
|
-
</li>
|
1927
|
-
<li class="toctree-l1"><a class="reference internal" href="news/3.x.html#release-3-0-7-2013-08-29">Release 3.0.7 - 2013-08-29</a><ul>
|
1928
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id13">Improvements</a></li>
|
1929
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id14">Fixes</a></li>
|
1930
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id15">Thanks</a></li>
|
1931
|
-
</ul>
|
1932
|
-
</li>
|
1933
|
-
<li class="toctree-l1"><a class="reference internal" href="news/3.x.html#release-3-0-6-2013-07-29">Release 3.0.6 - 2013-07-29</a><ul>
|
1934
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id16">Improvements</a></li>
|
1935
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id17">Fixes</a></li>
|
1936
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id18">Thanks</a></li>
|
1937
|
-
</ul>
|
1938
|
-
</li>
|
1939
|
-
<li class="toctree-l1"><a class="reference internal" href="news/3.x.html#release-3-0-5-2013-06-29">Release 3.0.5 - 2013-06-29</a><ul>
|
1940
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id19">Improvements</a></li>
|
1941
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id20">Fixes</a></li>
|
1942
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id21">Thanks</a></li>
|
1943
|
-
</ul>
|
1944
|
-
</li>
|
1945
|
-
<li class="toctree-l1"><a class="reference internal" href="news/3.x.html#release-3-0-4-2013-05-29">Release 3.0.4 - 2013-05-29</a><ul>
|
1946
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id22">Improvements</a></li>
|
1947
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id23">Fixes</a></li>
|
1948
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id24">Thanks</a></li>
|
1949
|
-
</ul>
|
1950
|
-
</li>
|
1951
|
-
<li class="toctree-l1"><a class="reference internal" href="news/3.x.html#release-3-0-3-2013-04-29">Release 3.0.3 - 2013-04-29</a><ul>
|
1952
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id25">Improvements</a></li>
|
1953
|
-
</ul>
|
1954
|
-
</li>
|
1955
|
-
<li class="toctree-l1"><a class="reference internal" href="news/3.x.html#release-3-0-2-2013-03-29">Release 3.0.2 - 2013-03-29</a><ul>
|
1956
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id26">Improvements</a></li>
|
1957
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id27">Fixes</a></li>
|
1958
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id28">Thanks</a></li>
|
1959
|
-
</ul>
|
1960
|
-
</li>
|
1961
|
-
<li class="toctree-l1"><a class="reference internal" href="news/3.x.html#release-3-0-1-2013-02-28">Release 3.0.1 - 2013-02-28</a><ul>
|
1962
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id29">Improvements</a></li>
|
1963
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id30">Fixes</a></li>
|
1964
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id31">Thanks</a></li>
|
1965
|
-
</ul>
|
1966
|
-
</li>
|
1967
|
-
<li class="toctree-l1"><a class="reference internal" href="news/3.x.html#release-3-0-0-2013-02-09">Release 3.0.0 - 2013-02-09</a><ul>
|
1968
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id32">Fixes</a></li>
|
1969
|
-
<li class="toctree-l2"><a class="reference internal" href="news/3.x.html#id33">Thanks</a></li>
|
1970
|
-
</ul>
|
1971
|
-
</li>
|
1972
|
-
<li class="toctree-l1"><a class="reference internal" href="news/2.x.html">Release 2.1.2 - 2013-01-29</a><ul>
|
1973
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#improvements">Improvements</a></li>
|
1974
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#fixes">Fixes</a></li>
|
1975
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#thanks">Thanks</a></li>
|
1976
|
-
</ul>
|
1977
|
-
</li>
|
1978
|
-
<li class="toctree-l1"><a class="reference internal" href="news/2.x.html#release-2-1-1-2012-12-29">Release 2.1.1 - 2012-12-29</a><ul>
|
1979
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id1">Fixes</a></li>
|
1980
|
-
</ul>
|
1981
|
-
</li>
|
1982
|
-
<li class="toctree-l1"><a class="reference internal" href="news/2.x.html#release-2-1-0-2012-12-29">Release 2.1.0 - 2012-12-29</a><ul>
|
1983
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id2">Improvements</a></li>
|
1984
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id3">Fixes</a></li>
|
1985
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id4">Thanks</a></li>
|
1986
|
-
</ul>
|
1987
|
-
</li>
|
1988
|
-
<li class="toctree-l1"><a class="reference internal" href="news/2.x.html#release-2-0-9-2012-11-29">Release 2.0.9 - 2012-11-29</a><ul>
|
1989
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id5">Improvements</a></li>
|
1990
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id6">Fixes</a></li>
|
1991
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id7">Thanks</a></li>
|
1992
|
-
</ul>
|
1993
|
-
</li>
|
1994
|
-
<li class="toctree-l1"><a class="reference internal" href="news/2.x.html#release-2-0-8-2012-10-29">Release 2.0.8 - 2012-10-29</a><ul>
|
1995
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id8">Improvements</a></li>
|
1996
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id9">Fixes</a></li>
|
1997
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id10">Thanks</a></li>
|
1998
|
-
</ul>
|
1999
|
-
</li>
|
2000
|
-
<li class="toctree-l1"><a class="reference internal" href="news/2.x.html#release-2-0-7-2012-09-29">Release 2.0.7 - 2012-09-29</a><ul>
|
2001
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id11">Improvements</a></li>
|
2002
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id12">Fixes</a></li>
|
2003
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id13">Thanks</a></li>
|
2004
|
-
</ul>
|
2005
|
-
</li>
|
2006
|
-
<li class="toctree-l1"><a class="reference internal" href="news/2.x.html#release-2-0-6-2012-08-29">Release 2.0.6 - 2012-08-29</a><ul>
|
2007
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id14">Improvements</a></li>
|
2008
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id15">Fixes</a></li>
|
2009
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id16">Thanks</a></li>
|
2010
|
-
</ul>
|
2011
|
-
</li>
|
2012
|
-
<li class="toctree-l1"><a class="reference internal" href="news/2.x.html#release-2-0-5-2012-07-29">Release 2.0.5 - 2012-07-29</a><ul>
|
2013
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id17">Improvements</a></li>
|
2014
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id18">Fixes</a></li>
|
2015
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id19">Thanks</a></li>
|
2016
|
-
</ul>
|
2017
|
-
</li>
|
2018
|
-
<li class="toctree-l1"><a class="reference internal" href="news/2.x.html#release-2-0-4-2012-06-29">Release 2.0.4 - 2012-06-29</a><ul>
|
2019
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id20">Improvements</a></li>
|
2020
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id21">Fixes</a></li>
|
2021
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id22">Thanks</a></li>
|
2022
|
-
</ul>
|
2023
|
-
</li>
|
2024
|
-
<li class="toctree-l1"><a class="reference internal" href="news/2.x.html#release-2-0-3-2012-05-29">Release 2.0.3 - 2012-05-29</a><ul>
|
2025
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id23">Improvements</a></li>
|
2026
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id24">Fixes</a></li>
|
2027
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id25">Thanks</a></li>
|
2028
|
-
</ul>
|
2029
|
-
</li>
|
2030
|
-
<li class="toctree-l1"><a class="reference internal" href="news/2.x.html#release-2-0-2-2012-04-29">Release 2.0.2 - 2012-04-29</a><ul>
|
2031
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id26">Improvements</a></li>
|
2032
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id27">Fixes</a></li>
|
2033
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id28">Thanks</a></li>
|
2034
|
-
</ul>
|
2035
|
-
</li>
|
2036
|
-
<li class="toctree-l1"><a class="reference internal" href="news/2.x.html#release-2-0-1-2012-03-29">Release 2.0.1 - 2012-03-29</a><ul>
|
2037
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id29">Improvements</a></li>
|
2038
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id30">Fixes</a></li>
|
2039
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id31">Thanks</a></li>
|
2040
|
-
</ul>
|
2041
|
-
</li>
|
2042
|
-
<li class="toctree-l1"><a class="reference internal" href="news/2.x.html#release-2-0-0-2012-02-29">Release 2.0.0 - 2012-02-29</a><ul>
|
2043
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id32">Improvements</a></li>
|
2044
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id33">Fixes</a></li>
|
2045
|
-
<li class="toctree-l2"><a class="reference internal" href="news/2.x.html#id34">Thanks</a></li>
|
2046
|
-
</ul>
|
2047
|
-
</li>
|
2048
|
-
<li class="toctree-l1"><a class="reference internal" href="news/1.3.x.html">Release 1.3.0 - 2012-01-29</a><ul>
|
2049
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.3.x.html#improvements">Improvements</a></li>
|
2050
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.3.x.html#thanks">Thanks</a></li>
|
2051
|
-
</ul>
|
2052
|
-
</li>
|
2053
|
-
<li class="toctree-l1"><a class="reference internal" href="news/1.2.x.html">Release 1.2.9 - 2011-12-29</a><ul>
|
2054
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#improvements">Improvements</a></li>
|
2055
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#fixes">Fixes</a></li>
|
2056
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#thanks">Thanks</a></li>
|
2057
|
-
</ul>
|
2058
|
-
</li>
|
2059
|
-
<li class="toctree-l1"><a class="reference internal" href="news/1.2.x.html#release-1-2-8-2011-11-29">Release 1.2.8 - 2011-11-29</a><ul>
|
2060
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id1">Improvements</a></li>
|
2061
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id2">Fixes</a></li>
|
2062
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id3">Thanks</a></li>
|
2063
|
-
</ul>
|
2064
|
-
</li>
|
2065
|
-
<li class="toctree-l1"><a class="reference internal" href="news/1.2.x.html#release-1-2-7-2011-10-29">Release 1.2.7 - 2011-10-29</a><ul>
|
2066
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id4">Improvements</a></li>
|
2067
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id5">Fixes</a></li>
|
2068
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id6">Thanks</a></li>
|
2069
|
-
</ul>
|
2070
|
-
</li>
|
2071
|
-
<li class="toctree-l1"><a class="reference internal" href="news/1.2.x.html#release-1-2-6-2011-09-29">Release 1.2.6 - 2011-09-29</a><ul>
|
2072
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id7">Improvements</a></li>
|
2073
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id8">Fixes</a></li>
|
2074
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id9">Thanks</a></li>
|
2075
|
-
</ul>
|
2076
|
-
</li>
|
2077
|
-
<li class="toctree-l1"><a class="reference internal" href="news/1.2.x.html#release-1-2-5-2011-08-29">Release 1.2.5 - 2011-08-29</a><ul>
|
2078
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id10">Improvements</a></li>
|
2079
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id11">Fixes</a></li>
|
2080
|
-
</ul>
|
2081
|
-
</li>
|
2082
|
-
<li class="toctree-l1"><a class="reference internal" href="news/1.2.x.html#release-1-2-4-2011-07-29">Release 1.2.4 - 2011-07-29</a><ul>
|
2083
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id12">Improvements</a></li>
|
2084
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id13">Fixes</a></li>
|
2085
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id14">Thanks</a></li>
|
2086
|
-
</ul>
|
2087
|
-
</li>
|
2088
|
-
<li class="toctree-l1"><a class="reference internal" href="news/1.2.x.html#release-1-2-3-2011-06-29">Release 1.2.3 - 2011-06-29</a><ul>
|
2089
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id15">Improvements</a></li>
|
2090
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id16">Fixes</a></li>
|
2091
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id17">Thanks</a></li>
|
2092
|
-
</ul>
|
2093
|
-
</li>
|
2094
|
-
<li class="toctree-l1"><a class="reference internal" href="news/1.2.x.html#release-1-2-2-2011-05-29">Release 1.2.2 - 2011-05-29</a><ul>
|
2095
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id18">Improvements</a></li>
|
2096
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id19">Fixes</a></li>
|
2097
|
-
</ul>
|
2098
|
-
</li>
|
2099
|
-
<li class="toctree-l1"><a class="reference internal" href="news/1.2.x.html#id20">1.2.1リリース - 2011-04-29</a><ul>
|
2100
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id21">改良</a></li>
|
2101
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id22">修正</a></li>
|
2102
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id23">感謝</a></li>
|
2103
|
-
</ul>
|
2104
|
-
</li>
|
2105
|
-
<li class="toctree-l1"><a class="reference internal" href="news/1.2.x.html#id24">1.2.0リリース - 2011-03-29</a><ul>
|
2106
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id25">改良</a></li>
|
2107
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id26">修正</a></li>
|
2108
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id27">実験的</a></li>
|
2109
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.2.x.html#id28">感謝</a></li>
|
2110
|
-
</ul>
|
2111
|
-
</li>
|
2112
|
-
<li class="toctree-l1"><a class="reference internal" href="news/1.1.x.html">バージョン1.1.xのお知らせ</a><ul>
|
2113
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.1.x.html#id1">1.1.0リリース - 2011-02-09</a></li>
|
2114
|
-
</ul>
|
2115
|
-
</li>
|
2116
|
-
<li class="toctree-l1"><a class="reference internal" href="news/1.0.x.html">バージョン1.0.xのお知らせ</a><ul>
|
2117
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id1">1.0.8リリース - 2011-02-02</a></li>
|
2118
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id4">1.0.7リリース - 2011-01-29</a></li>
|
2119
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id8">1.0.6リリース - 2010-12-31</a></li>
|
2120
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id11">1.0.5リリース - 2010-12-29</a></li>
|
2121
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id16">1.0.4リリース - 2010-11-29</a></li>
|
2122
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id21">1.0.3リリース - 2010-10-29</a></li>
|
2123
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id26">1.0.2リリース - 2010-09-09</a></li>
|
2124
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id31">1.0.1リリース - 2010-09-06</a></li>
|
2125
|
-
<li class="toctree-l2"><a class="reference internal" href="news/1.0.x.html#id35">1.0.0リリース - 2010-08-29</a></li>
|
2126
|
-
</ul>
|
2127
|
-
</li>
|
2128
|
-
<li class="toctree-l1"><a class="reference internal" href="news/0.x.html">バージョン0.xのお知らせ</a><ul>
|
2129
|
-
<li class="toctree-l2"><a class="reference internal" href="news/0.x.html#id1">0.7.7リリース - 2010-08-25</a></li>
|
2130
|
-
<li class="toctree-l2"><a class="reference internal" href="news/0.x.html#id4">0.7.6リリース - 2010-08-19</a></li>
|
2131
|
-
</ul>
|
2132
|
-
</li>
|
2133
|
-
<li class="toctree-l1"><a class="reference internal" href="news/senna.html">News in Senna period</a><ul>
|
2134
|
-
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#senna-groonga-2009-01-14">Senna -> groonga - 2009-01-14</a></li>
|
2135
|
-
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id1">2006-04-05</a></li>
|
2136
|
-
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id2">2006-03-03</a></li>
|
2137
|
-
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id4">2006-01-16</a></li>
|
2138
|
-
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id5">2006-01-12</a></li>
|
2139
|
-
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id7">2005-12-22</a></li>
|
2140
|
-
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id9">2005-10-27</a></li>
|
2141
|
-
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id11">2005-09-17</a></li>
|
2142
|
-
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id13">2005-09-08</a></li>
|
2143
|
-
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id15">2005-08-16</a></li>
|
2144
|
-
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id17">2005-07-05</a></li>
|
2145
|
-
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id18">2005-06-23</a></li>
|
2146
|
-
<li class="toctree-l2"><a class="reference internal" href="news/senna.html#id20">2005-04-12</a></li>
|
2147
|
-
</ul>
|
2148
|
-
</li>
|
2149
|
-
</ul>
|
2150
|
-
</div>
|
2151
|
-
</div>
|
2152
|
-
</div>
|
2153
|
-
|
2154
|
-
|
2155
|
-
</div>
|
2156
|
-
</div>
|
2157
|
-
</div>
|
2158
|
-
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
2159
|
-
<div class="sphinxsidebarwrapper">
|
2160
|
-
<h3><a href="index.html">Table Of Contents</a></h3>
|
2161
|
-
<ul>
|
2162
|
-
<li><a class="reference internal" href="#">News</a><ul>
|
2163
|
-
<li><a class="reference internal" href="#release-6-0-5-2016-06-29">Release 6.0.5 - 2016-06-29</a><ul>
|
2164
|
-
<li><a class="reference internal" href="#improvements">Improvements</a></li>
|
2165
|
-
<li><a class="reference internal" href="#fixes">Fixes</a></li>
|
2166
|
-
<li><a class="reference internal" href="#thanks">Thanks</a></li>
|
2167
|
-
</ul>
|
2168
|
-
</li>
|
2169
|
-
<li><a class="reference internal" href="#release-6-0-4-2016-06-06">Release 6.0.4 - 2016-06-06</a><ul>
|
2170
|
-
<li><a class="reference internal" href="#id1">Fixes</a></li>
|
2171
|
-
<li><a class="reference internal" href="#id2">Thanks</a></li>
|
2172
|
-
</ul>
|
2173
|
-
</li>
|
2174
|
-
<li><a class="reference internal" href="#release-6-0-3-2016-05-29">Release 6.0.3 - 2016-05-29</a><ul>
|
2175
|
-
<li><a class="reference internal" href="#id3">Improvements</a></li>
|
2176
|
-
<li><a class="reference internal" href="#id4">Fixes</a></li>
|
2177
|
-
<li><a class="reference internal" href="#id5">Thanks</a></li>
|
2178
|
-
</ul>
|
2179
|
-
</li>
|
2180
|
-
<li><a class="reference internal" href="#release-6-0-2-2016-04-29">Release 6.0.2 - 2016-04-29</a><ul>
|
2181
|
-
<li><a class="reference internal" href="#id6">Improvements</a></li>
|
2182
|
-
<li><a class="reference internal" href="#id7">Fixes</a></li>
|
2183
|
-
<li><a class="reference internal" href="#id8">Thanks</a></li>
|
2184
|
-
</ul>
|
2185
|
-
</li>
|
2186
|
-
<li><a class="reference internal" href="#release-6-0-1-2016-03-29">Release 6.0.1 - 2016-03-29</a><ul>
|
2187
|
-
<li><a class="reference internal" href="#id9">Improvements</a></li>
|
2188
|
-
<li><a class="reference internal" href="#id10">Fixes</a></li>
|
2189
|
-
<li><a class="reference internal" href="#id11">Thanks</a></li>
|
818
|
+
<li><a class="reference internal" href="#release-6-0-1-2016-03-29">Release 6.0.1 - 2016-03-29</a><ul>
|
819
|
+
<li><a class="reference internal" href="#id12">Improvements</a></li>
|
820
|
+
<li><a class="reference internal" href="#id13">Fixes</a></li>
|
821
|
+
<li><a class="reference internal" href="#id14">Thanks</a></li>
|
2190
822
|
</ul>
|
2191
823
|
</li>
|
2192
824
|
<li><a class="reference internal" href="#release-6-0-0-2016-02-29">Release 6.0.0 - 2016-02-29</a><ul>
|
2193
|
-
<li><a class="reference internal" href="#id12">Improvements</a></li>
|
2194
|
-
<li><a class="reference internal" href="#id13">Fixes</a></li>
|
2195
|
-
<li><a class="reference internal" href="#id14">Thanks</a></li>
|
2196
|
-
</ul>
|
2197
|
-
</li>
|
2198
|
-
<li><a class="reference internal" href="#release-5-1-2-2016-01-29">Release 5.1.2 - 2016-01-29</a><ul>
|
2199
825
|
<li><a class="reference internal" href="#id15">Improvements</a></li>
|
2200
826
|
<li><a class="reference internal" href="#id16">Fixes</a></li>
|
2201
827
|
<li><a class="reference internal" href="#id17">Thanks</a></li>
|
2202
828
|
</ul>
|
2203
829
|
</li>
|
2204
|
-
<li><a class="reference internal" href="#release-5-1-1-2015-12-29">Release 5.1.1 - 2015-12-29</a><ul>
|
2205
|
-
<li><a class="reference internal" href="#id18">Improvements</a></li>
|
2206
|
-
<li><a class="reference internal" href="#id19">Fixes</a></li>
|
2207
|
-
<li><a class="reference internal" href="#id20">Thanks</a></li>
|
2208
|
-
</ul>
|
2209
|
-
</li>
|
2210
|
-
<li><a class="reference internal" href="#release-5-1-0-2015-11-29">Release 5.1.0 - 2015-11-29</a><ul>
|
2211
|
-
<li><a class="reference internal" href="#id21">Improvements</a></li>
|
2212
|
-
<li><a class="reference internal" href="#id22">Fixes</a></li>
|
2213
|
-
<li><a class="reference internal" href="#id23">Thanks</a></li>
|
2214
|
-
</ul>
|
2215
|
-
</li>
|
2216
|
-
<li><a class="reference internal" href="#release-5-0-9-2015-10-29">Release 5.0.9 - 2015-10-29</a><ul>
|
2217
|
-
<li><a class="reference internal" href="#id24">Improvements</a></li>
|
2218
|
-
<li><a class="reference internal" href="#id25">Fixes</a></li>
|
2219
|
-
<li><a class="reference internal" href="#id26">Thanks</a></li>
|
2220
|
-
</ul>
|
2221
|
-
</li>
|
2222
|
-
<li><a class="reference internal" href="#release-5-0-8-2015-09-29">Release 5.0.8 - 2015-09-29</a><ul>
|
2223
|
-
<li><a class="reference internal" href="#id27">Improvements</a></li>
|
2224
|
-
<li><a class="reference internal" href="#id28">Fixes</a></li>
|
2225
|
-
<li><a class="reference internal" href="#id29">Thanks</a></li>
|
2226
|
-
</ul>
|
2227
|
-
</li>
|
2228
|
-
<li><a class="reference internal" href="#release-5-0-7-2015-08-31">Release 5.0.7 - 2015-08-31</a><ul>
|
2229
|
-
<li><a class="reference internal" href="#id30">Improvements</a></li>
|
2230
|
-
<li><a class="reference internal" href="#id31">Fixes</a></li>
|
2231
|
-
<li><a class="reference internal" href="#id32">Thanks</a></li>
|
2232
|
-
</ul>
|
2233
|
-
</li>
|
2234
|
-
<li><a class="reference internal" href="#release-5-0-6-2015-07-29">Release 5.0.6 - 2015-07-29</a><ul>
|
2235
|
-
<li><a class="reference internal" href="#id33">Improvements</a></li>
|
2236
|
-
<li><a class="reference internal" href="#id34">Fixes</a></li>
|
2237
|
-
<li><a class="reference internal" href="#id35">Thanks</a></li>
|
2238
|
-
</ul>
|
2239
|
-
</li>
|
2240
|
-
<li><a class="reference internal" href="#release-5-0-5-2015-06-29">Release 5.0.5 - 2015-06-29</a><ul>
|
2241
|
-
<li><a class="reference internal" href="#id36">Improvements</a></li>
|
2242
|
-
<li><a class="reference internal" href="#id37">Fixes</a></li>
|
2243
|
-
<li><a class="reference internal" href="#id38">Thanks</a></li>
|
2244
|
-
</ul>
|
2245
|
-
</li>
|
2246
|
-
<li><a class="reference internal" href="#release-5-0-4-2015-05-29">Release 5.0.4 - 2015-05-29</a><ul>
|
2247
|
-
<li><a class="reference internal" href="#id39">Improvements</a></li>
|
2248
|
-
<li><a class="reference internal" href="#id40">Fixes</a></li>
|
2249
|
-
<li><a class="reference internal" href="#id41">Thanks</a></li>
|
2250
|
-
</ul>
|
2251
|
-
</li>
|
2252
|
-
<li><a class="reference internal" href="#release-5-0-3-2015-04-29">Release 5.0.3 - 2015-04-29</a><ul>
|
2253
|
-
<li><a class="reference internal" href="#id42">Improvements</a></li>
|
2254
|
-
<li><a class="reference internal" href="#id43">Fixes</a></li>
|
2255
|
-
<li><a class="reference internal" href="#id44">Thanks</a></li>
|
2256
|
-
</ul>
|
2257
|
-
</li>
|
2258
|
-
<li><a class="reference internal" href="#release-5-0-2-2015-03-31">Release 5.0.2 - 2015-03-31</a><ul>
|
2259
|
-
<li><a class="reference internal" href="#id45">Improvements</a></li>
|
2260
|
-
<li><a class="reference internal" href="#id46">Fixes</a></li>
|
2261
|
-
<li><a class="reference internal" href="#id47">Thanks</a></li>
|
2262
|
-
</ul>
|
2263
|
-
</li>
|
2264
|
-
<li><a class="reference internal" href="#release-5-0-1-2015-03-29">Release 5.0.1 - 2015-03-29</a><ul>
|
2265
|
-
<li><a class="reference internal" href="#id48">Improvements</a></li>
|
2266
|
-
<li><a class="reference internal" href="#id49">Fixes</a></li>
|
2267
|
-
<li><a class="reference internal" href="#id50">Thanks</a></li>
|
2268
|
-
</ul>
|
2269
|
-
</li>
|
2270
|
-
<li><a class="reference internal" href="#release-5-0-0-2015-02-09">Release 5.0.0 - 2015-02-09</a><ul>
|
2271
|
-
<li><a class="reference internal" href="#id51">Improvements</a></li>
|
2272
|
-
<li><a class="reference internal" href="#id52">Fixes</a></li>
|
2273
|
-
<li><a class="reference internal" href="#id53">Thanks</a></li>
|
2274
|
-
</ul>
|
2275
|
-
</li>
|
2276
830
|
<li><a class="reference internal" href="#the-old-releases">The old releases</a></li>
|
2277
831
|
</ul>
|
2278
832
|
</li>
|
@@ -2288,8 +842,8 @@ headers installed. [GitHub#276] [Patch by Akinori MUSHA]</li>
|
|
2288
842
|
<div id="searchbox" style="display: none" role="search">
|
2289
843
|
<h3>Quick search</h3>
|
2290
844
|
<form class="search" action="search.html" method="get">
|
2291
|
-
<input type="text" name="q"
|
2292
|
-
<input type="submit" value="Go"
|
845
|
+
<div><input type="text" name="q" /></div>
|
846
|
+
<div><input type="submit" value="Go" /></div>
|
2293
847
|
<input type="hidden" name="check_keywords" value="yes" />
|
2294
848
|
<input type="hidden" name="area" value="default" />
|
2295
849
|
</form>
|
@@ -2305,7 +859,7 @@ headers installed. [GitHub#276] [Patch by Akinori MUSHA]</li>
|
|
2305
859
|
<li class="right" style="margin-right: 10px">
|
2306
860
|
<a href="genindex.html" title="General Index"
|
2307
861
|
>index</a></li>
|
2308
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.
|
862
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.7 documentation</a> »</li>
|
2309
863
|
</ul>
|
2310
864
|
</div>
|
2311
865
|
<div class="footer" role="contentinfo">
|