Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 8, 2020 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/ea7e06a8de3d77e173b43109c38825ea to your computer and use it in GitHub Desktop.
Save r-ryantm/ea7e06a8de3d77e173b43109c38825ea to your computer and use it in GitHub Desktop.
/nix/store/kk2my5diw7qsjjssz3dp5z7vkcqc39r7-groonga-9.1.2
├── bin
│   ├── groonga
│   ├── groonga-benchmark
│   ├── groonga-httpd
│   ├── groonga-httpd-restart
│   └── groonga-suggest-create-dataset
├── etc
│   └── groonga
│   ├── groonga.conf
│   ├── httpd
│   │   ├── fastcgi.conf
│   │   ├── fastcgi.conf.default
│   │   ├── fastcgi_params
│   │   ├── fastcgi_params.default
│   │   ├── groonga-httpd.conf
│   │   ├── html
│   │   │   ├── 50x.html
│   │   │   └── index.html
│   │   ├── koi-utf
│   │   ├── koi-win
│   │   ├── mime.types
│   │   ├── mime.types.default
│   │   ├── nginx.conf.default
│   │   ├── scgi_params
│   │   ├── scgi_params.default
│   │   ├── uwsgi_params
│   │   ├── uwsgi_params.default
│   │   └── win-utf
│   └── synonyms.tsv
├── include
│   └── groonga
│   ├── groonga
│   │   ├── accessor.h
│   │   ├── array.h
│   │   ├── arrow.h
│   │   ├── arrow.hpp
│   │   ├── cache.h
│   │   ├── column.h
│   │   ├── command.h
│   │   ├── config.h
│   │   ├── dat.h
│   │   ├── db.h
│   │   ├── dump.h
│   │   ├── error.h
│   │   ├── expr.h
│   │   ├── file_reader.h
│   │   ├── geo.h
│   │   ├── groonga.h
│   │   ├── hash.h
│   │   ├── highlighter.h
│   │   ├── id.h
│   │   ├── ii.h
│   │   ├── index_column.h
│   │   ├── memory.h
│   │   ├── msgpack.h
│   │   ├── nfkc.h
│   │   ├── normalizer.h
│   │   ├── obj.h
│   │   ├── operator.h
│   │   ├── option.h
│   │   ├── output_columns.h
│   │   ├── output.h
│   │   ├── pat.h
│   │   ├── plugin.h
│   │   ├── portability.h
│   │   ├── raw_string.h
│   │   ├── request_canceler.h
│   │   ├── request_timer.h
│   │   ├── scorer.h
│   │   ├── string.h
│   │   ├── table.h
│   │   ├── thread.h
│   │   ├── time.h
│   │   ├── token_cursor.h
│   │   ├── token_filter.h
│   │   ├── token.h
│   │   ├── tokenizer.h
│   │   ├── tokenizer_query_deprecated.h
│   │   ├── token_metadata.h
│   │   ├── type.h
│   │   ├── util.h
│   │   ├── vector.h
│   │   ├── version.h
│   │   ├── window_function_executor.h
│   │   ├── window_function.h
│   │   ├── windows_event_logger.h
│   │   └── windows.h
│   ├── groonga.h
│   └── groonga.hpp
├── lib
│   ├── groonga
│   │   ├── plugins
│   │   │   ├── functions
│   │   │   │   ├── index_column.la
│   │   │   │   ├── index_column.so
│   │   │   │   ├── math.la
│   │   │   │   ├── math.so
│   │   │   │   ├── number.la
│   │   │   │   ├── number.so
│   │   │   │   ├── string.la
│   │   │   │   ├── string.so
│   │   │   │   ├── time.la
│   │   │   │   ├── time.so
│   │   │   │   ├── vector.la
│   │   │   │   └── vector.so
│   │   │   ├── query_expanders
│   │   │   │   ├── tsv.la
│   │   │   │   └── tsv.so
│   │   │   ├── suggest
│   │   │   │   ├── suggest.la
│   │   │   │   └── suggest.so
│   │   │   ├── token_filters
│   │   │   │   ├── stop_word.la
│   │   │   │   └── stop_word.so
│   │   │   └── tokenizers
│   │   │   ├── kytea.la
│   │   │   ├── kytea.so
│   │   │   ├── mecab.la
│   │   │   └── mecab.so
│   │   └── scripts
│   │   └── ruby
│   │   ├── groonga-log
│   │   │   ├── parser.rb
│   │   │   ├── statistic.rb
│   │   │   └── version.rb
│   │   └── groonga-log.rb
│   ├── libgroonga.la
│   ├── libgroonga.so -> libgroonga.so.0.0.0
│   ├── libgroonga.so.0 -> libgroonga.so.0.0.0
│   ├── libgroonga.so.0.0.0
│   └── pkgconfig
│   └── groonga.pc
├── sbin -> bin
├── share
│   ├── doc
│   │   └── groonga
│   │   ├── en
│   │   │   └── html
│   │   │   ├── characteristic.html
│   │   │   ├── client.html
│   │   │   ├── community.html
│   │   │   ├── contribution
│   │   │   │   ├── development
│   │   │   │   │   ├── build
│   │   │   │   │   │   ├── unix_autotools.html
│   │   │   │   │   │   ├── unix_cmake.html
│   │   │   │   │   │   └── windows_cmake.html
│   │   │   │   │   ├── build.html
│   │   │   │   │   ├── com.html
│   │   │   │   │   ├── cooperation.html
│   │   │   │   │   ├── query.html
│   │   │   │   │   ├── release.html
│   │   │   │   │   ├── repository.html
│   │   │   │   │   └── test.html
│   │   │   │   ├── development.html
│   │   │   │   ├── documentation
│   │   │   │   │   ├── c-api.html
│   │   │   │   │   ├── i18n.html
│   │   │   │   │   └── introduction.html
│   │   │   │   ├── documentation.html
│   │   │   │   └── report.html
│   │   │   ├── contribution.html
│   │   │   ├── development
│   │   │   │   └── travis-ci.html
│   │   │   ├── development.html
│   │   │   ├── genindex.html
│   │   │   ├── _images
│   │   │   │   ├── geo-points.png
│   │   │   │   ├── used-when-indexing.png
│   │   │   │   └── used-when-searching.png
│   │   │   ├── index.html
│   │   │   ├── install
│   │   │   │   ├── centos.html
│   │   │   │   ├── debian.html
│   │   │   │   ├── docker.html
│   │   │   │   ├── fedora.html
│   │   │   │   ├── mac_os_x.html
│   │   │   │   ├── others.html
│   │   │   │   ├── solaris.html
│   │   │   │   ├── ubuntu.html
│   │   │   │   └── windows.html
│   │   │   ├── install.html
│   │   │   ├── limitations.html
│   │   │   ├── news
│   │   │   │   ├── 0.x.html
│   │   │   │   ├── 1.0.x.html
│   │   │   │   ├── 1.1.x.html
│   │   │   │   ├── 1.2.x.html
│   │   │   │   ├── 1.3.x.html
│   │   │   │   ├── 2.x.html
│   │   │   │   ├── 3.x.html
│   │   │   │   ├── 4.x.html
│   │   │   │   ├── 5.x.html
│   │   │   │   ├── 6.x.html
│   │   │   │   └── senna.html
│   │   │   ├── news.html
│   │   │   ├── objects.inv
│   │   │   ├── reference
│   │   │   │   ├── alias.html
│   │   │   │   ├── api
│   │   │   │   │   ├── global_configurations.html
│   │   │   │   │   ├── grn_cache.html
│   │   │   │   │   ├── grn_column.html
│   │   │   │   │   ├── grn_command_version.html
│   │   │   │   │   ├── grn_content_type.html
│   │   │   │   │   ├── grn_ctx.html
│   │   │   │   │   ├── grn_db.html
│   │   │   │   │   ├── grn_encoding.html
│   │   │   │   │   ├── grn_expr.html
│   │   │   │   │   ├── grn_geo.html
│   │   │   │   │   ├── grn_hook.html
│   │   │   │   │   ├── grn_ii.html
│   │   │   │   │   ├── grn_index_cursor.html
│   │   │   │   │   ├── grn_info.html
│   │   │   │   │   ├── grn_inspect.html
│   │   │   │   │   ├── grn_match_escalation.html
│   │   │   │   │   ├── grn_obj.html
│   │   │   │   │   ├── grn_proc.html
│   │   │   │   │   ├── grn_search.html
│   │   │   │   │   ├── grn_table_cursor.html
│   │   │   │   │   ├── grn_table.html
│   │   │   │   │   ├── grn_thread.html
│   │   │   │   │   ├── grn_type.html
│   │   │   │   │   ├── grn_user_data.html
│   │   │   │   │   ├── overview.html
│   │   │   │   │   └── plugin.html
│   │   │   │   ├── api.html
│   │   │   │   ├── cast.html
│   │   │   │   ├── column.html
│   │   │   │   ├── columns
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── pseudo.html
│   │   │   │   │   ├── scalar.html
│   │   │   │   │   └── vector.html
│   │   │   │   ├── command
│   │   │   │   │   ├── command_version.html
│   │   │   │   │   ├── output_format.html
│   │   │   │   │   ├── pretty_print.html
│   │   │   │   │   ├── request_id.html
│   │   │   │   │   ├── request_timeout.html
│   │   │   │   │   └── return_code.html
│   │   │   │   ├── command.html
│   │   │   │   ├── commands
│   │   │   │   │   ├── cache_limit.html
│   │   │   │   │   ├── check.html
│   │   │   │   │   ├── clearlock.html
│   │   │   │   │   ├── column_copy.html
│   │   │   │   │   ├── column_create.html
│   │   │   │   │   ├── column_list.html
│   │   │   │   │   ├── column_remove.html
│   │   │   │   │   ├── column_rename.html
│   │   │   │   │   ├── config_delete.html
│   │   │   │   │   ├── config_get.html
│   │   │   │   │   ├── config_set.html
│   │   │   │   │   ├── database_unmap.html
│   │   │   │   │   ├── define_selector.html
│   │   │   │   │   ├── defrag.html
│   │   │   │   │   ├── delete.html
│   │   │   │   │   ├── dump.html
│   │   │   │   │   ├── io_flush.html
│   │   │   │   │   ├── load.html
│   │   │   │   │   ├── lock_acquire.html
│   │   │   │   │   ├── lock_clear.html
│   │   │   │   │   ├── lock_release.html
│   │   │   │   │   ├── logical_count.html
│   │   │   │   │   ├── logical_parameters.html
│   │   │   │   │   ├── logical_range_filter.html
│   │   │   │   │   ├── logical_select.html
│   │   │   │   │   ├── logical_shard_list.html
│   │   │   │   │   ├── logical_table_remove.html
│   │   │   │   │   ├── log_level.html
│   │   │   │   │   ├── log_put.html
│   │   │   │   │   ├── log_reopen.html
│   │   │   │   │   ├── normalize.html
│   │   │   │   │   ├── normalizer_list.html
│   │   │   │   │   ├── object_exist.html
│   │   │   │   │   ├── object_inspect.html
│   │   │   │   │   ├── object_list.html
│   │   │   │   │   ├── object_remove.html
│   │   │   │   │   ├── plugin_register.html
│   │   │   │   │   ├── plugin_unregister.html
│   │   │   │   │   ├── query_expand.html
│   │   │   │   │   ├── quit.html
│   │   │   │   │   ├── range_filter.html
│   │   │   │   │   ├── register.html
│   │   │   │   │   ├── reindex.html
│   │   │   │   │   ├── request_cancel.html
│   │   │   │   │   ├── ruby_eval.html
│   │   │   │   │   ├── ruby_load.html
│   │   │   │   │   ├── schema.html
│   │   │   │   │   ├── select.html
│   │   │   │   │   ├── shutdown.html
│   │   │   │   │   ├── status.html
│   │   │   │   │   ├── suggest.html
│   │   │   │   │   ├── table_copy.html
│   │   │   │   │   ├── table_create.html
│   │   │   │   │   ├── table_list.html
│   │   │   │   │   ├── table_remove.html
│   │   │   │   │   ├── table_rename.html
│   │   │   │   │   ├── table_tokenize.html
│   │   │   │   │   ├── thread_limit.html
│   │   │   │   │   ├── tokenize.html
│   │   │   │   │   ├── tokenizer_list.html
│   │   │   │   │   └── truncate.html
│   │   │   │   ├── configuration.html
│   │   │   │   ├── executables
│   │   │   │   │   ├── grndb.html
│   │   │   │   │   ├── grnslap.html
│   │   │   │   │   ├── groonga-benchmark.html
│   │   │   │   │   ├── groonga.html
│   │   │   │   │   ├── groonga-httpd.html
│   │   │   │   │   ├── groonga-server-http.html
│   │   │   │   │   ├── groonga-suggest-create-dataset.html
│   │   │   │   │   ├── groonga-suggest-httpd.html
│   │   │   │   │   └── groonga-suggest-learner.html
│   │   │   │   ├── executables.html
│   │   │   │   ├── function.html
│   │   │   │   ├── functions
│   │   │   │   │   ├── between.html
│   │   │   │   │   ├── cast_loose.html
│   │   │   │   │   ├── edit_distance.html
│   │   │   │   │   ├── fuzzy_search.html
│   │   │   │   │   ├── geo_distance.html
│   │   │   │   │   ├── geo_in_circle.html
│   │   │   │   │   ├── geo_in_rectangle.html
│   │   │   │   │   ├── highlight_full.html
│   │   │   │   │   ├── highlight_html.html
│   │   │   │   │   ├── html_untag.html
│   │   │   │   │   ├── in_records.html
│   │   │   │   │   ├── in_values.html
│   │   │   │   │   ├── math_abs.html
│   │   │   │   │   ├── now.html
│   │   │   │   │   ├── number_classify.html
│   │   │   │   │   ├── prefix_rk_search.html
│   │   │   │   │   ├── query.html
│   │   │   │   │   ├── rand.html
│   │   │   │   │   ├── snippet_html.html
│   │   │   │   │   ├── string_length.html
│   │   │   │   │   ├── string_substring.html
│   │   │   │   │   ├── sub_filter.html
│   │   │   │   │   ├── time_classify_day.html
│   │   │   │   │   ├── time_classify_day_of_week.html
│   │   │   │   │   ├── time_classify_hour.html
│   │   │   │   │   ├── time_classify_minute.html
│   │   │   │   │   ├── time_classify_month.html
│   │   │   │   │   ├── time_classify_second.html
│   │   │   │   │   ├── time_classify_week.html
│   │   │   │   │   ├── time_classify_year.html
│   │   │   │   │   ├── vector_find.html
│   │   │   │   │   ├── vector_new.html
│   │   │   │   │   ├── vector_size.html
│   │   │   │   │   └── vector_slice.html
│   │   │   │   ├── grn_expr
│   │   │   │   │   ├── query_syntax.html
│   │   │   │   │   └── script_syntax.html
│   │   │   │   ├── grn_expr.html
│   │   │   │   ├── indexing.html
│   │   │   │   ├── log.html
│   │   │   │   ├── normalizers
│   │   │   │   │   ├── normalizer_auto.html
│   │   │   │   │   ├── normalizer_nfkc100.html
│   │   │   │   │   └── normalizer_nfkc51.html
│   │   │   │   ├── normalizers.html
│   │   │   │   ├── operations
│   │   │   │   │   ├── geolocation_search.html
│   │   │   │   │   └── prefix_rk_search.html
│   │   │   │   ├── operations.html
│   │   │   │   ├── output.html
│   │   │   │   ├── query_expanders
│   │   │   │   │   └── tsv.html
│   │   │   │   ├── query_expanders.html
│   │   │   │   ├── regular_expression.html
│   │   │   │   ├── scorer.html
│   │   │   │   ├── scorers
│   │   │   │   │   ├── scorer_tf_at_most.html
│   │   │   │   │   └── scorer_tf_idf.html
│   │   │   │   ├── sharding.html
│   │   │   │   ├── suggest
│   │   │   │   │   ├── completion.html
│   │   │   │   │   ├── correction.html
│   │   │   │   │   ├── introduction.html
│   │   │   │   │   └── suggestion.html
│   │   │   │   ├── suggest.html
│   │   │   │   ├── tables.html
│   │   │   │   ├── token_filter
│   │   │   │   │   └── summary.html
│   │   │   │   ├── token_filters
│   │   │   │   │   ├── token_filter_nfkc100.html
│   │   │   │   │   ├── token_filter_stem.html
│   │   │   │   │   └── token_filter_stop_word.html
│   │   │   │   ├── token_filters.html
│   │   │   │   ├── tokenizer
│   │   │   │   │   └── summary.html
│   │   │   │   ├── tokenizers
│   │   │   │   │   ├── token_bigram.html
│   │   │   │   │   ├── token_bigram_ignore_blank.html
│   │   │   │   │   ├── token_bigram_ignore_blank_split_symbol_alpha_digit.html
│   │   │   │   │   ├── token_bigram_ignore_blank_split_symbol_alpha.html
│   │   │   │   │   ├── token_bigram_ignore_blank_split_symbol.html
│   │   │   │   │   ├── token_bigram_split_symbol_alpha_digit.html
│   │   │   │   │   ├── token_bigram_split_symbol_alpha.html
│   │   │   │   │   ├── token_bigram_split_symbol.html
│   │   │   │   │   ├── token_delimit.html
│   │   │   │   │   ├── token_delimit_null.html
│   │   │   │   │   ├── token_mecab.html
│   │   │   │   │   ├── token_ngram.html
│   │   │   │   │   ├── token_pattern.html
│   │   │   │   │   ├── token_regexp.html
│   │   │   │   │   ├── token_table.html
│   │   │   │   │   ├── token_trigram.html
│   │   │   │   │   └── token_unigram.html
│   │   │   │   ├── tokenizers.html
│   │   │   │   ├── tuning.html
│   │   │   │   ├── types.html
│   │   │   │   ├── window_function.html
│   │   │   │   └── window_functions
│   │   │   │   ├── record_number.html
│   │   │   │   ├── window_count.html
│   │   │   │   ├── window_record_number.html
│   │   │   │   └── window_sum.html
│   │   │   ├── reference.html
│   │   │   ├── search.html
│   │   │   ├── searchindex.js
│   │   │   ├── server
│   │   │   │   ├── gqtp.html
│   │   │   │   ├── http
│   │   │   │   │   ├── comparison.html
│   │   │   │   │   ├── groonga.html
│   │   │   │   │   └── groonga-httpd.html
│   │   │   │   ├── http.html
│   │   │   │   ├── memcached.html
│   │   │   │   └── package.html
│   │   │   ├── server.html
│   │   │   ├── spec
│   │   │   │   ├── gqtp.html
│   │   │   │   └── search.html
│   │   │   ├── spec.html
│   │   │   ├── _static
│   │   │   │   ├── basic.css
│   │   │   │   ├── doctools.js
│   │   │   │   ├── documentation_options.js
│   │   │   │   ├── favicon.ico
│   │   │   │   ├── file.png
│   │   │   │   ├── groonga.css
│   │   │   │   ├── header-background.png
│   │   │   │   ├── jquery-3.4.1.js
│   │   │   │   ├── jquery.js
│   │   │   │   ├── language_data.js
│   │   │   │   ├── logo.png
│   │   │   │   ├── minus.png
│   │   │   │   ├── navigation-bar.png
│   │   │   │   ├── plus.png
│   │   │   │   ├── pygments.css
│   │   │   │   ├── searchtools.js
│   │   │   │   ├── underscore-1.3.1.js
│   │   │   │   └── underscore.js
│   │   │   ├── troubleshooting
│   │   │   │   ├── different_results_with_the_same_keyword.html
│   │   │   │   ├── how_to_analyze_error_message.html
│   │   │   │   └── mmap_cannot_allocate_memory.html
│   │   │   ├── troubleshooting.html
│   │   │   ├── tutorial
│   │   │   │   ├── data.html
│   │   │   │   ├── drilldown.html
│   │   │   │   ├── index.html
│   │   │   │   ├── introduction.html
│   │   │   │   ├── lexicon.html
│   │   │   │   ├── match_columns.html
│   │   │   │   ├── micro_blog.html
│   │   │   │   ├── network.html
│   │   │   │   ├── patricia_trie.html
│   │   │   │   ├── query_expansion.html
│   │   │   │   └── search.html
│   │   │   └── tutorial.html
│   │   └── ja
│   │   └── html
│   │   ├── characteristic.html
│   │   ├── client.html
│   │   ├── community.html
│   │   ├── contribution
│   │   │   ├── development
│   │   │   │   ├── build
│   │   │   │   │   ├── unix_autotools.html
│   │   │   │   │   ├── unix_cmake.html
│   │   │   │   │   └── windows_cmake.html
│   │   │   │   ├── build.html
│   │   │   │   ├── com.html
│   │   │   │   ├── cooperation.html
│   │   │   │   ├── query.html
│   │   │   │   ├── release.html
│   │   │   │   ├── repository.html
│   │   │   │   └── test.html
│   │   │   ├── development.html
│   │   │   ├── documentation
│   │   │   │   ├── c-api.html
│   │   │   │   ├── i18n.html
│   │   │   │   └── introduction.html
│   │   │   ├── documentation.html
│   │   │   └── report.html
│   │   ├── contribution.html
│   │   ├── development
│   │   │   └── travis-ci.html
│   │   ├── development.html
│   │   ├── genindex.html
│   │   ├── _images
│   │   │   ├── geo-points.png
│   │   │   ├── used-when-indexing.png
│   │   │   └── used-when-searching.png
│   │   ├── index.html
│   │   ├── install
│   │   │   ├── centos.html
│   │   │   ├── debian.html
│   │   │   ├── docker.html
│   │   │   ├── fedora.html
│   │   │   ├── mac_os_x.html
│   │   │   ├── others.html
│   │   │   ├── solaris.html
│   │   │   ├── ubuntu.html
│   │   │   └── windows.html
│   │   ├── install.html
│   │   ├── limitations.html
│   │   ├── news
│   │   │   ├── 0.x.html
│   │   │   ├── 1.0.x.html
│   │   │   ├── 1.1.x.html
│   │   │   ├── 1.2.x.html
│   │   │   ├── 1.3.x.html
│   │   │   ├── 2.x.html
│   │   │   ├── 3.x.html
│   │   │   ├── 4.x.html
│   │   │   ├── 5.x.html
│   │   │   ├── 6.x.html
│   │   │   └── senna.html
│   │   ├── news.html
│   │   ├── objects.inv
│   │   ├── reference
│   │   │   ├── alias.html
│   │   │   ├── api
│   │   │   │   ├── global_configurations.html
│   │   │   │   ├── grn_cache.html
│   │   │   │   ├── grn_column.html
│   │   │   │   ├── grn_command_version.html
│   │   │   │   ├── grn_content_type.html
│   │   │   │   ├── grn_ctx.html
│   │   │   │   ├── grn_db.html
│   │   │   │   ├── grn_encoding.html
│   │   │   │   ├── grn_expr.html
│   │   │   │   ├── grn_geo.html
│   │   │   │   ├── grn_hook.html
│   │   │   │   ├── grn_ii.html
│   │   │   │   ├── grn_index_cursor.html
│   │   │   │   ├── grn_info.html
│   │   │   │   ├── grn_inspect.html
│   │   │   │   ├── grn_match_escalation.html
│   │   │   │   ├── grn_obj.html
│   │   │   │   ├── grn_proc.html
│   │   │   │   ├── grn_search.html
│   │   │   │   ├── grn_table_cursor.html
│   │   │   │   ├── grn_table.html
│   │   │   │   ├── grn_thread.html
│   │   │   │   ├── grn_type.html
│   │   │   │   ├── grn_user_data.html
│   │   │   │   ├── overview.html
│   │   │   │   └── plugin.html
│   │   │   ├── api.html
│   │   │   ├── cast.html
│   │   │   ├── column.html
│   │   │   ├── columns
│   │   │   │   ├── index.html
│   │   │   │   ├── pseudo.html
│   │   │   │   ├── scalar.html
│   │   │   │   └── vector.html
│   │   │   ├── command
│   │   │   │   ├── command_version.html
│   │   │   │   ├── output_format.html
│   │   │   │   ├── pretty_print.html
│   │   │   │   ├── request_id.html
│   │   │   │   ├── request_timeout.html
│   │   │   │   └── return_code.html
│   │   │   ├── command.html
│   │   │   ├── commands
│   │   │   │   ├── cache_limit.html
│   │   │   │   ├── check.html
│   │   │   │   ├── clearlock.html
│   │   │   │   ├── column_copy.html
│   │   │   │   ├── column_create.html
│   │   │   │   ├── column_list.html
│   │   │   │   ├── column_remove.html
│   │   │   │   ├── column_rename.html
│   │   │   │   ├── config_delete.html
│   │   │   │   ├── config_get.html
│   │   │   │   ├── config_set.html
│   │   │   │   ├── database_unmap.html
│   │   │   │   ├── define_selector.html
│   │   │   │   ├── defrag.html
│   │   │   │   ├── delete.html
│   │   │   │   ├── dump.html
│   │   │   │   ├── io_flush.html
│   │   │   │   ├── load.html
│   │   │   │   ├── lock_acquire.html
│   │   │   │   ├── lock_clear.html
│   │   │   │   ├── lock_release.html
│   │   │   │   ├── logical_count.html
│   │   │   │   ├── logical_parameters.html
│   │   │   │   ├── logical_range_filter.html
│   │   │   │   ├── logical_select.html
│   │   │   │   ├── logical_shard_list.html
│   │   │   │   ├── logical_table_remove.html
│   │   │   │   ├── log_level.html
│   │   │   │   ├── log_put.html
│   │   │   │   ├── log_reopen.html
│   │   │   │   ├── normalize.html
│   │   │   │   ├── normalizer_list.html
│   │   │   │   ├── object_exist.html
│   │   │   │   ├── object_inspect.html
│   │   │   │   ├── object_list.html
│   │   │   │   ├── object_remove.html
│   │   │   │   ├── plugin_register.html
│   │   │   │   ├── plugin_unregister.html
│   │   │   │   ├── query_expand.html
│   │   │   │   ├── quit.html
│   │   │   │   ├── range_filter.html
│   │   │   │   ├── register.html
│   │   │   │   ├── reindex.html
│   │   │   │   ├── request_cancel.html
│   │   │   │   ├── ruby_eval.html
│   │   │   │   ├── ruby_load.html
│   │   │   │   ├── schema.html
│   │   │   │   ├── select.html
│   │   │   │   ├── shutdown.html
│   │   │   │   ├── status.html
│   │   │   │   ├── suggest.html
│   │   │   │   ├── table_copy.html
│   │   │   │   ├── table_create.html
│   │   │   │   ├── table_list.html
│   │   │   │   ├── table_remove.html
│   │   │   │   ├── table_rename.html
│   │   │   │   ├── table_tokenize.html
│   │   │   │   ├── thread_limit.html
│   │   │   │   ├── tokenize.html
│   │   │   │   ├── tokenizer_list.html
│   │   │   │   └── truncate.html
│   │   │   ├── configuration.html
│   │   │   ├── executables
│   │   │   │   ├── grndb.html
│   │   │   │   ├── grnslap.html
│   │   │   │   ├── groonga-benchmark.html
│   │   │   │   ├── groonga.html
│   │   │   │   ├── groonga-httpd.html
│   │   │   │   ├── groonga-server-http.html
│   │   │   │   ├── groonga-suggest-create-dataset.html
│   │   │   │   ├── groonga-suggest-httpd.html
│   │   │   │   └── groonga-suggest-learner.html
│   │   │   ├── executables.html
│   │   │   ├── function.html
│   │   │   ├── functions
│   │   │   │   ├── between.html
│   │   │   │   ├── cast_loose.html
│   │   │   │   ├── edit_distance.html
│   │   │   │   ├── fuzzy_search.html
│   │   │   │   ├── geo_distance.html
│   │   │   │   ├── geo_in_circle.html
│   │   │   │   ├── geo_in_rectangle.html
│   │   │   │   ├── highlight_full.html
│   │   │   │   ├── highlight_html.html
│   │   │   │   ├── html_untag.html
│   │   │   │   ├── in_records.html
│   │   │   │   ├── in_values.html
│   │   │   │   ├── math_abs.html
│   │   │   │   ├── now.html
│   │   │   │   ├── number_classify.html
│   │   │   │   ├── prefix_rk_search.html
│   │   │   │   ├── query.html
│   │   │   │   ├── rand.html
│   │   │   │   ├── snippet_html.html
│   │   │   │   ├── string_length.html
│   │   │   │   ├── string_substring.html
│   │   │   │   ├── sub_filter.html
│   │   │   │   ├── time_classify_day.html
│   │   │   │   ├── time_classify_day_of_week.html
│   │   │   │   ├── time_classify_hour.html
│   │   │   │   ├── time_classify_minute.html
│   │   │   │   ├── time_classify_month.html
│   │   │   │   ├── time_classify_second.html
│   │   │   │   ├── time_classify_week.html
│   │   │   │   ├── time_classify_year.html
│   │   │   │   ├── vector_find.html
│   │   │   │   ├── vector_new.html
│   │   │   │   ├── vector_size.html
│   │   │   │   └── vector_slice.html
│   │   │   ├── grn_expr
│   │   │   │   ├── query_syntax.html
│   │   │   │   └── script_syntax.html
│   │   │   ├── grn_expr.html
│   │   │   ├── indexing.html
│   │   │   ├── log.html
│   │   │   ├── normalizers
│   │   │   │   ├── normalizer_auto.html
│   │   │   │   ├── normalizer_nfkc100.html
│   │   │   │   └── normalizer_nfkc51.html
│   │   │   ├── normalizers.html
│   │   │   ├── operations
│   │   │   │   ├── geolocation_search.html
│   │   │   │   └── prefix_rk_search.html
│   │   │   ├── operations.html
│   │   │   ├── output.html
│   │   │   ├── query_expanders
│   │   │   │   └── tsv.html
│   │   │   ├── query_expanders.html
│   │   │   ├── regular_expression.html
│   │   │   ├── scorer.html
│   │   │   ├── scorers
│   │   │   │   ├── scorer_tf_at_most.html
│   │   │   │   └── scorer_tf_idf.html
│   │   │   ├── sharding.html
│   │   │   ├── suggest
│   │   │   │   ├── completion.html
│   │   │   │   ├── correction.html
│   │   │   │   ├── introduction.html
│   │   │   │   └── suggestion.html
│   │   │   ├── suggest.html
│   │   │   ├── tables.html
│   │   │   ├── token_filter
│   │   │   │   └── summary.html
│   │   │   ├── token_filters
│   │   │   │   ├── token_filter_nfkc100.html
│   │   │   │   ├── token_filter_stem.html
│   │   │   │   └── token_filter_stop_word.html
│   │   │   ├── token_filters.html
│   │   │   ├── tokenizer
│   │   │   │   └── summary.html
│   │   │   ├── tokenizers
│   │   │   │   ├── token_bigram.html
│   │   │   │   ├── token_bigram_ignore_blank.html
│   │   │   │   ├── token_bigram_ignore_blank_split_symbol_alpha_digit.html
│   │   │   │   ├── token_bigram_ignore_blank_split_symbol_alpha.html
│   │   │   │   ├── token_bigram_ignore_blank_split_symbol.html
│   │   │   │   ├── token_bigram_split_symbol_alpha_digit.html
│   │   │   │   ├── token_bigram_split_symbol_alpha.html
│   │   │   │   ├── token_bigram_split_symbol.html
│   │   │   │   ├── token_delimit.html
│   │   │   │   ├── token_delimit_null.html
│   │   │   │   ├── token_mecab.html
│   │   │   │   ├── token_ngram.html
│   │   │   │   ├── token_pattern.html
│   │   │   │   ├── token_regexp.html
│   │   │   │   ├── token_table.html
│   │   │   │   ├── token_trigram.html
│   │   │   │   └── token_unigram.html
│   │   │   ├── tokenizers.html
│   │   │   ├── tuning.html
│   │   │   ├── types.html
│   │   │   ├── window_function.html
│   │   │   └── window_functions
│   │   │   ├── record_number.html
│   │   │   ├── window_count.html
│   │   │   ├── window_record_number.html
│   │   │   └── window_sum.html
│   │   ├── reference.html
│   │   ├── search.html
│   │   ├── searchindex.js
│   │   ├── server
│   │   │   ├── gqtp.html
│   │   │   ├── http
│   │   │   │   ├── comparison.html
│   │   │   │   ├── groonga.html
│   │   │   │   └── groonga-httpd.html
│   │   │   ├── http.html
│   │   │   ├── memcached.html
│   │   │   └── package.html
│   │   ├── server.html
│   │   ├── spec
│   │   │   ├── gqtp.html
│   │   │   └── search.html
│   │   ├── spec.html
│   │   ├── _static
│   │   │   ├── basic.css
│   │   │   ├── doctools.js
│   │   │   ├── documentation_options.js
│   │   │   ├── favicon.ico
│   │   │   ├── file.png
│   │   │   ├── groonga.css
│   │   │   ├── header-background.png
│   │   │   ├── jquery-3.4.1.js
│   │   │   ├── jquery.js
│   │   │   ├── language_data.js
│   │   │   ├── logo.png
│   │   │   ├── minus.png
│   │   │   ├── navigation-bar.png
│   │   │   ├── plus.png
│   │   │   ├── pygments.css
│   │   │   ├── searchtools.js
│   │   │   ├── underscore-1.3.1.js
│   │   │   └── underscore.js
│   │   ├── troubleshooting
│   │   │   ├── different_results_with_the_same_keyword.html
│   │   │   ├── how_to_analyze_error_message.html
│   │   │   └── mmap_cannot_allocate_memory.html
│   │   ├── troubleshooting.html
│   │   ├── tutorial
│   │   │   ├── data.html
│   │   │   ├── drilldown.html
│   │   │   ├── index.html
│   │   │   ├── introduction.html
│   │   │   ├── lexicon.html
│   │   │   ├── match_columns.html
│   │   │   ├── micro_blog.html
│   │   │   ├── network.html
│   │   │   ├── patricia_trie.html
│   │   │   ├── query_expansion.html
│   │   │   └── search.html
│   │   └── tutorial.html
│   └── groonga
│   ├── COPYING
│   ├── examples
│   │   └── dictionary
│   │   ├── edict
│   │   │   ├── edict2grn.rb
│   │   │   └── edict-import.sh
│   │   ├── eijiro
│   │   │   ├── eijiro2grn.rb
│   │   │   └── eijiro-import.sh
│   │   ├── gene95
│   │   │   ├── gene2grn.rb
│   │   │   └── gene-import.sh
│   │   ├── html
│   │   │   ├── css
│   │   │   │   ├── dictionary.css
│   │   │   │   └── smoothness
│   │   │   │   ├── images
│   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │   └── jquery-ui-1.8.12.custom.css
│   │   │   ├── index.html
│   │   │   └── js
│   │   │   ├── dictionary.js
│   │   │   ├── jquery-1.7.2.js
│   │   │   └── jquery-ui-1.8.18.custom.js
│   │   ├── init-db.sh
│   │   ├── jmdict
│   │   │   └── jmdict.rb
│   │   └── readme.txt
│   ├── groonga-log
│   │   ├── lgpl-2.1.txt
│   │   └── README.md
│   ├── html
│   │   └── admin
│   │   ├── css
│   │   │   ├── groonga-admin.css
│   │   │   └── redmond
│   │   │   ├── images
│   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   ├── ui-bg_flat_55_fbec88_40x100.png
│   │   │   │   ├── ui-bg_glass_75_d0e5f5_1x400.png
│   │   │   │   ├── ui-bg_glass_85_dfeffc_1x400.png
│   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png
│   │   │   │   ├── ui-bg_inset-hard_100_f5f8f9_1x100.png
│   │   │   │   ├── ui-bg_inset-hard_100_fcfdfd_1x100.png
│   │   │   │   ├── ui-icons_217bc0_256x240.png
│   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   ├── ui-icons_469bdd_256x240.png
│   │   │   │   ├── ui-icons_6da8d5_256x240.png
│   │   │   │   ├── ui-icons_cd0a0a_256x240.png
│   │   │   │   ├── ui-icons_d8e7f3_256x240.png
│   │   │   │   └── ui-icons_f9bd01_256x240.png
│   │   │   └── jquery-ui-1.8.18.custom.css
│   │   ├── favicon.ico
│   │   ├── favicon.png
│   │   ├── favicon.svg
│   │   ├── images
│   │   │   ├── groonga.png
│   │   │   ├── groonga.svg
│   │   │   └── loading.gif
│   │   ├── index.html
│   │   ├── index.ja.html
│   │   └── js
│   │   ├── groonga-admin.ja.js
│   │   ├── groonga-admin.js
│   │   ├── jquery-1.7.2.js
│   │   ├── jquery.flot-0.8.3.js
│   │   ├── jquery.flot.license.txt
│   │   └── jquery-ui-1.8.18.custom.js
│   └── tools
│   ├── check-index-merge-source-dump.rb
│   ├── check-small-index-limit.rb
│   ├── copy-related-files.rb
│   ├── extract-index-source-from-dump.rb
│   ├── generate-long-posting-list-data.rb
│   ├── generate-many-segment-data.rb
│   ├── groonga-benchmark-indexing.rb
│   ├── groonga-memory-leak-checker.rb
│   ├── groonga-memory-usage-analyzer.rb
│   ├── groonga-object-list-checker.rb
│   ├── index-column-diff-all.sh
│   ├── object-inspect-all.sh
│   ├── prepare-sphinx-html.rb
│   └── ucd-symbol-list.rb
└── var
├── log
│   └── groonga
│   └── httpd
└── run
└── groonga
119 directories, 796 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment