File: api_queryparser.h

package info (click to toggle)
xapian-core 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 25,008 kB
  • sloc: cpp: 136,717; ansic: 11,798; sh: 5,416; perl: 1,024; javascript: 551; makefile: 460; tcl: 299; python: 40
file content (54 lines) | stat: -rw-r--r-- 1,921 bytes parent folder | download
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
/* Warning: This file is generated by ./collate-test - do not modify directly! */
extern void test_queryparser1();
extern void test_qp_default_op1();
extern void test_qp_default_prefix1();
extern void test_qp_default_prefix2();
extern void test_qp_odd_chars1();
extern void test_qp_flag_wildcard1();
extern void test_qp_flag_wildcard2();
extern void test_qp_flag_wildcard3();
extern void test_qp_flag_wildcard4();
extern void test_qp_flag_partial1();
extern void test_qp_flag_fuzzy1();
extern void test_qp_flag_fuzzy2();
extern void test_qp_flag_fuzzy3();
extern void test_wildquery1();
extern void test_wildquery2();
extern void test_qp_flag_bool_any_case1();
extern void test_qp_stopper1();
extern void test_qp_flag_pure_not1();
extern void test_qp_unstem_boolean_prefix();
extern void test_qp_accumulate();
extern void test_qp_range1();
extern void test_qp_range2();
extern void test_qp_range3();
extern void test_qp_range4();
extern void test_qp_range5();
extern void test_qp_daterange1();
extern void test_qp_daterange2();
extern void test_qp_stringrange1();
extern void test_qp_customrange1();
extern void test_qp_fieldproc1();
extern void test_qp_fieldproc3();
extern void test_qp_stoplist1();
extern void test_qp_spell1();
extern void test_qp_spell2();
extern void test_qp_spellwild1();
extern void test_qp_spellpartial1();
extern void test_qp_synonym1();
extern void test_qp_synonym2();
extern void test_qp_synonym3();
extern void test_qp_stem_all1();
extern void test_qp_stem_all_z1();
extern void test_qp_scale1();
extern void test_qp_near1();
extern void test_qp_phrase1();
extern void test_qp_stopword_group1();
extern void test_qp_default_op2();
extern void test_qp_default_op3();
extern void test_qp_defaultstrategysome1();
extern void test_qp_stemsomefullpos();
extern void test_qp_synonymcrash1();
extern void test_qp_nopos();
extern void test_qp_nopropernounheuristic();
extern void test_qp_stop_all();