-
Notifications
You must be signed in to change notification settings - Fork 0
/
ss_config.xml
25 lines (25 loc) · 1.04 KB
/
ss_config.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns="http://hcmc.uvic.ca/ns/staticSearch">
<params>
<searchFile>./html/search.html</searchFile>
<recurse>false</recurse>
<linkToFragmentId>true</linkToFragmentId>
<scrollToTextFragment>false</scrollToTextFragment>
<phrasalSearch>true</phrasalSearch>
<wildcardSearch>true</wildcardSearch>
<createContexts>true</createContexts>
<resultsPerPage>5</resultsPerPage>
<minWordLength>3</minWordLength>
<!--NOTE: If phrasalSearch is set to TRUE, then
maxContexts prop will be ignored-->
<maxKwicsToHarvest>5</maxKwicsToHarvest>
<maxKwicsToShow>5</maxKwicsToShow>
<totalKwicLength>15</totalKwicLength>
<kwicTruncateString>...</kwicTruncateString>
<verbose>false</verbose>
<stopwordsFile>stopwords.txt</stopwordsFile>
<dictionaryFile>words.txt</dictionaryFile>
<indentJSON>false</indentJSON>
<outputFolder>static-search</outputFolder>
</params>
</config>