[Groonga-commit] groonga/groonga [master] doc: add description about normalize_flags of grn_tokenizer_query_open()

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Tue Dec 25 10:54:44 JST 2012


Kouhei Sutou	2012-12-25 10:54:44 +0900 (Tue, 25 Dec 2012)

  New Revision: 969fc4114e703a4922f1094a28069b128f5bf859
  https://github.com/groonga/groonga/commit/969fc4114e703a4922f1094a28069b128f5bf859

  Log:
    doc: add description about normalize_flags of grn_tokenizer_query_open()

  Modified files:
    include/groonga/tokenizer.h

  Modified: include/groonga/tokenizer.h (+2 -0)
===================================================================
--- include/groonga/tokenizer.h    2012-12-21 17:46:36 +0900 (697ec0e)
+++ include/groonga/tokenizer.h    2012-12-25 10:54:44 +0900 (66cbeca)
@@ -87,6 +87,8 @@ struct _grn_tokenizer_query {
   requires normalization. grn_tokenizer_query_open() returns NULL if
   something goes wrong. Note that grn_tokenizer_query_open() must be called
   just once in the function that initializes a tokenizer.
+
+  See `GRN_STRING_*' flags for `normalize_flags'.
  */
 GRN_PLUGIN_EXPORT grn_tokenizer_query *grn_tokenizer_query_open(grn_ctx *ctx,
                                                                 int num_args, grn_obj **args,
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る