File: queryparser_token.h

package info (click to toggle)
xapian-core 1.4.3-2%2Bdeb9u3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 21,412 kB
  • sloc: cpp: 113,868; ansic: 8,723; sh: 4,433; perl: 836; makefile: 566; tcl: 317; python: 40
file content (23 lines) | stat: -rw-r--r-- 989 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
#define ERROR                            1
#define OR                               2
#define XOR                              3
#define AND                              4
#define NOT                              5
#define NEAR                             6
#define ADJ                              7
#define LOVE                             8
#define HATE                             9
#define HATE_AFTER_AND                  10
#define SYNONYM                         11
#define TERM                            12
#define GROUP_TERM                      13
#define PHR_TERM                        14
#define WILD_TERM                       15
#define PARTIAL_TERM                    16
#define BOOLEAN_FILTER                  17
#define RANGE                           18
#define QUOTE                           19
#define BRA                             20
#define KET                             21
#define CJKTERM                         22
#define EMPTY_GROUP_OK                  23