groonga - An open-source fulltext search engine and column store.

8.15.13. grn_match_escalation

8.15.13.1. Summary

TODO...

8.15.13.2. Example

TODO...

8.15.13.3. Reference

long long int grn_ctx_get_match_escalation_threshold(grn_ctx *ctx)

検索の挙動をエスカレーションする閾値を返します。エスカレーションの詳細は検索の仕様に関するドキュメントを参照してください。

grn_rc grn_ctx_set_match_escalation_threshold(grn_ctx *ctx, long long int threshold)

検索の挙動をエスカレーションする閾値を変更します。エスカレーションの詳細は検索の仕様に関するドキュメントを参照してください。

Parameters:
  • threshold -- 変更後の検索の挙動をエスカレーションする閾値を指定します。
long long int grn_get_default_match_escalation_threshold(void)

デフォルトの検索の挙動をエスカレーションする閾値を返します。エスカレーションの詳細は検索の仕様に関するドキュメントを参照してください。

grn_rc grn_set_default_match_escalation_threshold(long long int threshold)

デフォルトの検索の挙動をエスカレーションする閾値を変更します。エスカレーションの詳細は詳細は検索の仕様に関するドキュメントを参照してください。

Parameters:
  • threshold -- 変更後のデフォルトの検索の挙動をエスカレーションする閾値を指定します。

Table Of Contents

Previous topic

8.15.12. grn_info

Next topic

8.15.14. grn_obj

This Page