-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquery_defaults.xml
More file actions
30 lines (30 loc) · 876 Bytes
/
query_defaults.xml
File metadata and controls
30 lines (30 loc) · 876 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
<solr>
<stem>search.hclib.org/discovery/titles/select</stem>
<port>8080</port>
<defaultparams>
<q.op>AND</q.op>
<defType>edismax</defType>
<lowercaseOperators>false</lowercaseOperators>
<qf>title_proper^3</qf>
<qf>subtitle^2</qf>
<qf>main_entry^3</qf>
<qf>addl_title^1.5</qf>
<qf>addl_author^1.5</qf>
<qf>series_title^2</qf>
<qf>subject_noxrefs^2</qf>
<qf>subject_xrefs^1.5</qf>
<qf>contents^1.5</qf>
<qf>defaultsearchfield^0.5</qf>
<pf>title_proper^3</pf>
<pf>subtitle^2</pf>
<pf>main_entry~3^3</pf>
<pf>addl_title^1.5</pf>
<pf>addl_author~3^1.5</pf>
<pf>series_title^2</pf>
<pf>subject_noxrefs~4^2</pf>
<pf>subject_xrefs~4^1.5</pf>
<pf>contents~3^1.5</pf>
<ps>2</ps>
<boost>log(sum(popularity_boost,10))</boost>
</defaultparams>
</solr>