Navigation Menu

Skip to content

Commit

Permalink
doc: use "executable file" for shell command
Browse files Browse the repository at this point in the history
Because "command" is used in Groonga as other mean such as "select
command".
  • Loading branch information
kou committed Jan 20, 2015
1 parent 1f6322c commit f03fd89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/source/reference/suggest/completion.rst
Expand Up @@ -38,10 +38,10 @@ For example, there is a registered word "日本". And "ニホン"
can find "日本" by "ni", "二" or "に".

If you create dataset which is named as ``example`` by
:doc:`/reference/executables/groonga-suggest-create-dataset` command,
you can update pairs of registered word and its reading by loading
data to ``_key`` and ``kana`` column of ``item_example`` table
explicitly for prefix RK search.
:doc:`/reference/executables/groonga-suggest-create-dataset`
executable file, you can update pairs of registered word and its
reading by loading data to ``_key`` and ``kana`` column of
``item_example`` table explicitly for prefix RK search.

Cooccurrence search
^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit f03fd89

Please sign in to comment.