xapian-core  1.4.25
queryparser_token.h
Go to the documentation of this file.
1 #define ERROR 1
2 #define OR 2
3 #define XOR 3
4 #define AND 4
5 #define NOT 5
6 #define NEAR 6
7 #define ADJ 7
8 #define LOVE 8
9 #define HATE 9
10 #define HATE_AFTER_AND 10
11 #define SYNONYM 11
12 #define TERM 12
13 #define GROUP_TERM 13
14 #define PHR_TERM 14
15 #define WILD_TERM 15
16 #define PARTIAL_TERM 16
17 #define BOOLEAN_FILTER 17
18 #define RANGE 18
19 #define QUOTE 19
20 #define BRA 20
21 #define KET 21
22 #define UNBROKEN_WORDS 22
23 #define EMPTY_GROUP_OK 23