File: grn_match_escalation.rst

package info (click to toggle)
groonga 9.0.0-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 101,496 kB
  • sloc: ansic: 608,707; ruby: 35,042; xml: 23,643; cpp: 10,319; sh: 7,453; yacc: 5,968; python: 3,033; makefile: 2,609; perl: 133
file content (39 lines) | stat: -rw-r--r-- 1,563 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.. -*- rst -*-

.. highlightlang:: none

``grn_match_escalation``
========================

Summary
-------

TODO...

Example
-------

TODO...

Reference
---------

.. c:function:: long long int grn_ctx_get_match_escalation_threshold(grn_ctx *ctx)

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

.. c:function:: grn_rc grn_ctx_set_match_escalation_threshold(grn_ctx *ctx, long long int threshold)

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

   :param threshold: 変更後の検索の挙動をエスカレーションする閾値を指定します。

.. c:function:: long long int grn_get_default_match_escalation_threshold(void)

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

.. c:function:: grn_rc grn_set_default_match_escalation_threshold(long long int threshold)

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

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