-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi.json
More file actions
53 lines (48 loc) · 1.88 KB
/
api.json
File metadata and controls
53 lines (48 loc) · 1.88 KB
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
{
"operators": {
"OP_SEARCH": "@@@",
"OP_AND": "&&&",
"OP_OR": "|||",
"OP_PHRASE": "###",
"OP_PROXIMITY": "##",
"OP_TERM": "==="
},
"functions": {
"FN_ALL": "pdb.all",
"FN_PARSE": "pdb.parse",
"FN_PHRASE_PREFIX": "pdb.phrase_prefix",
"FN_REGEX": "pdb.regex",
"FN_MORE_LIKE_THIS": "pdb.more_like_this",
"FN_EXISTS": "pdb.exists",
"FN_RANGE": "pdb.range",
"FN_TERM_SET": "pdb.term_set",
"FN_SCORE": "pdb.score",
"FN_SNIPPET": "pdb.snippet",
"FN_SNIPPETS": "pdb.snippets",
"FN_SNIPPET_POSITIONS": "pdb.snippet_positions",
"FN_AGG": "pdb.agg",
"FN_INDEXES": "pdb.indexes",
"FN_INDEX_SEGMENTS": "pdb.index_segments",
"FN_VERIFY_INDEX": "pdb.verify_index",
"FN_VERIFY_ALL_INDEXES": "pdb.verify_all_indexes"
},
"types": {
"PDB_TYPE_BOOST": "pdb.boost",
"PDB_TYPE_CONST": "pdb.const",
"PDB_TYPE_FUZZY": "pdb.fuzzy",
"PDB_TYPE_SLOP": "pdb.slop",
"PDB_TYPE_QUERY": "pdb.query",
"PDB_TYPE_TOKENIZER_ALIAS": "pdb.alias",
"PDB_TYPE_TOKENIZER_CHINESE_COMPATIBLE": "pdb.chinese_compatible",
"PDB_TYPE_TOKENIZER_JIEBA": "pdb.jieba",
"PDB_TYPE_TOKENIZER_LINDERA": "pdb.lindera",
"PDB_TYPE_TOKENIZER_LITERAL": "pdb.literal",
"PDB_TYPE_TOKENIZER_LITERAL_NORMALIZED": "pdb.literal_normalized",
"PDB_TYPE_TOKENIZER_NGRAM": "pdb.ngram",
"PDB_TYPE_TOKENIZER_REGEX": "pdb.regex_pattern",
"PDB_TYPE_TOKENIZER_SIMPLE": "pdb.simple",
"PDB_TYPE_TOKENIZER_SOURCE_CODE": "pdb.source_code",
"PDB_TYPE_TOKENIZER_UNICODE_WORDS": "pdb.unicode_words",
"PDB_TYPE_TOKENIZER_WHITESPACE": "pdb.whitespace"
}
}