File: queryparser_token.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 (25 lines) | stat: -rw-r--r-- 1,075 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
#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 SYN                             12
#define TERM                            13
#define GROUP_TERM                      14
#define PHR_TERM                        15
#define EDIT_TERM                       16
#define WILD_TERM                       17
#define PARTIAL_TERM                    18
#define BOOLEAN_FILTER                  19
#define RANGE                           20
#define QUOTE                           21
#define BRA                             22
#define KET                             23
#define UNBROKEN_WORDS                  24
#define EMPTY_GROUP_OK                  25