-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhans.ts
69 lines (68 loc) · 958 Bytes
/
hans.ts
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
plugin.tx_find {
settings {
connection {
host = ssgfi1.sub.uni-goettingen.de
port = 8081
path = /solr/hans
}
queryFields {
0 {
query = %s AND -Satzart:Stamm*
}
10 {
extended = 1
id = title
type = Text
}
20 {
extended = 1
id = pers
type = Text
}
30 {
extended = 1
id = key
type = Text
}
40 {
extended = 1
id = date
type = Text
}
}
sort {
1 {
id = default
sortCriteria = Titel_sort asc
}
}
standardFields {
title = Titel_disp
snippet = Regest
}
facets {
10 {
id = typ
field = Satzart
}
20 {
id = person
field = Person_ID
}
}
highlight {
default {
fields.1 = *
query = %s
useQueryTerms = 1
useFacetTerms = 1
}
}
additionalFilters {
}
}
view {
templateRootPath = EXT:find/Projects/hans/Templates/
# partialRootPath = EXT:find/Projects/germania-sacra/Partials/
}
}