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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
{
"data": [
{
"id": "sphinx_error",
"name": "Sphinx_error",
"scope": [
"global",
"session"
],
"type": "integer"
},
{
"id": "sphinx_time",
"name": "Sphinx_time",
"scope": [
"global",
"session"
],
"type": "integer"
},
{
"id": "sphinx_total",
"name": "Sphinx_total",
"scope": [
"global",
"session"
],
"type": "integer"
},
{
"id": "sphinx_total_found",
"name": "Sphinx_total_found",
"scope": [
"global",
"session"
],
"type": "integer"
},
{
"id": "sphinx_word_count",
"name": "Sphinx_word_count",
"scope": [
"global",
"session"
],
"type": "integer"
},
{
"id": "sphinx_words",
"name": "Sphinx_words",
"scope": [
"global",
"session"
],
"type": "integer"
}
],
"name": "sphinx-status-variables",
"url": "https://mariadb.com/kb/en/library/documentation/sphinx-status-variables/"
}
|