-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsphinx.conf
More file actions
40 lines (36 loc) · 939 Bytes
/
sphinx.conf
File metadata and controls
40 lines (36 loc) · 939 Bytes
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
index a_delta
{
type = rt
# index files path and file name, without extension
# mandatory, path must be writable, extensions will be auto-appended
path = data/rt
# RAM chunk size limit
# RT index will keep at most this much data in RAM, then flush to disk
# optional, default is 32M
#
# rt_mem_limit = 512M
# RT indexes currently support the following attribute types:
# uint, bigint, float, timestamp, string
#
rt_attr_uint = num
rt_attr_uint = subnum
rt_attr_uint = tnum
rt_attr_uint = cap
rt_attr_uint = board
rt_attr_uint = mid
rt_attr_uint = pip
rt_attr_bool = has_image
rt_attr_bool = is_internal
rt_attr_bool = is_spoiler
rt_attr_bool = is_deleted
rt_attr_bool = is_sticky
rt_attr_bool = is_op
rt_attr_timestamp = timestamp
rt_field = trip
rt_field = email
rt_field = title
rt_field = comment
rt_field = media_filename
rt_field = media_hash
rt_field = country
}