-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathext_conf_template.txt
35 lines (24 loc) · 2.43 KB
/
ext_conf_template.txt
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
# cat=mksearch/basic/file; type=string;label=Directory containing Zend Framework library (absolute path)
zendPath =
# cat=mksearch/basic/file; type=string;label=Directory containing Lucene index directory / directories. Either absolute path or relative to PATH_site.
luceneIndexDir =
# cat=mksearch/basic/file; type=string; label= Tika jar-file: Absolute path to Apache Tika jarfile (optional)
tikaJar =
# cat=mksearch/basic/file; type=string; label= When sending a file to tika with umlauts in the filename, the LC_CTYPE must be set so umlauts are not removed and the file can be read correct. Leave empty if setting the locale is not desired. On Windows systems this is ignored!
tikaLocaleType = de_DE.UTF-8
# cat=mksearch/basic/file; type=string; label= Parameters inserted after the tika command. Usually used to redirect STDERR somewhere like "2>/dev/null" to suppress errors of tika.
postTikaCommandParameters =
# cat=mksearch/basic; type=string;label=Default index to use for search
defaultIndex = default
# cat=mksearch/basic; type=boolean;label=Use internal Elastica: should the mksearch build in elastica library used? Otherwise you can use a other/newser version from (https://github.com/ruflin/Elastica).
useInternalElasticaLib = 1
# cat=mksearch/basic/dims/a; type=string;label=[all types] max. abstract length: Max. abstract length abstract, used for display in search result list, for content types without explicitely defined limit. Note: Indexers are free to ignore this limit!
abstractMaxLength_fallback = 200
# cat=mksearch/basic; type=boolean; label= Curl usage: Shall Curl be used for saver Http Transport? Default is file_get_contents which needs allow_url_fopen to be active which in turn is unsafe!
useCurlAsHttpTransport = 1
# cat=mksearch/basic; type=boolean; label= Enable rn_base util DB Hook: Activates the auto indexing progress for insert, update and delete statements for \Sys25\RnBase\Database\Connection calls. So the queue can be filled automaticaly for frontendediting, imports or special be-module operations. Requires rn_base 0.14.6 or later!
enableRnBaseUtilDbHook = 0
# cat=mksearch/basic; type=int; label= Queue entries older than this seconds are deleted automatically (default 30 days) so the queue table stays small.
secondsToKeepQueueEntries = 604800
# cat=mksearch/basic; type=int; label= Amount of minutes to keep "being_indexed" entries in queue before resetting them (default 60 minutes).
minutesToKeepBeingIndexedEntries = 60