[Groonga-commit] groonga/groonga at ff7e236 [master] doc: fix stop word column name

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 26 10:39:23 JST 2014


Kouhei Sutou	2014-10-26 10:39:23 +0900 (Sun, 26 Oct 2014)

  New Revision: ff7e236e5efcdca03a2c0932d3976a942a200df5
  https://github.com/groonga/groonga/commit/ff7e236e5efcdca03a2c0932d3976a942a200df5

  Message:
    doc: fix stop word column name

  Modified files:
    doc/source/reference/token_filters.rst

  Modified: doc/source/reference/token_filters.rst (+1 -1)
===================================================================
--- doc/source/reference/token_filters.rst    2014-10-26 10:37:30 +0900 (a7c5621)
+++ doc/source/reference/token_filters.rst    2014-10-26 10:39:23 +0900 (c7846e5)
@@ -45,7 +45,7 @@ in searching the documents.
 ``TokenFilterStopWord`` can specify stop word after adding the
 documents, because It removes token in searching the documents.
 
-The stop word is specified ``stopword`` column on lexicon table.
+The stop word is specified ``is_stop_word`` column on lexicon table.
 
 Here is an example that uses ``TokenFilterStopWord`` token filter:
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index