Project

General

Profile

1
container.hostname								= 	localhost
2
services.is.store.database.bean          		=   persistentExistDatabase
3
#services.is.store.database.bean                = 	temporaryExistDatabase
4

    
5
#dnet.data.path 									=	/var/lib/dnet
6
services.registration.default.hnmlocator   		=   dynamicHNMLocator
7

    
8
services.schemas								=	classpath*:/eu/dnetlib/test/schemas/**/*.xsd
9

    
10
services.msro.reindex.limit      				=   100
11
#services.msro.disabled.beans   				=   reindexOAIPostCleaningEFGHandler,reindexOAIPostEditEFGHandler,reindexPostEditEFGHandler
12

    
13

    
14
services.aggregator.host						=	localhost
15
services.aggregator.name        				=   DRIVER
16

    
17
services.aggregator.country						=	EE
18
services.msro.data.source.resolver				=	extendedDataSourceResolver
19
services.registry.pending.resource.manager		=	compatPendingManager
20
transport.soap.force.local.address				=	true
21

    
22
msro.wf.nodes.mdstoreSearch.format 				=	DLIF
23
msro.wf.nodes.mdstoreSearch.interpretation 		=	cleaned
24

    
25

    
26
#AUTH
27
dnet.modular.ui.authorization.manager 				= simpleAuthenticationManager
28
dnet.modular.ui.authorization.default.superAdmin 	= admin
29
inspector.admin.password							= 37fbe03984499c625b9c3f8667a9bc1c
30

    
31

    
32

    
33
# MSRO SPECIFIC
34
services.msro.graph.updateindex.incremental		=	classpath:/eu/dnetlib/enabling/manager/msro/wf/update-index-incremental.wf.xml
35
services.msro.data.source.resolver				=	extendedDataSourceResolver
36
services.msro.reindex.limit      				=   100
37

    
38

    
39

    
40

    
41
# Mail configuration
42

    
43
msro.wf.mail.smtp.host = smtp.isti.cnr.it
44
msro.wf.mail.smtp.user = smtp-dnet
45
msro.wf.mail.smtp.password = hhr*7932
46
msro.wf.mail.cc = michele.artini@isti.cnr.it
47

    
48
service.index.solr.rank.enable=true
49

    
50
#MDSTORE
51
#services.mdstore.dao= postgresMDStoreDao
52

    
53
#INDEX
54

    
55
service.index.feed.repeatDelay = 2000
56
service.index.solr.nh.mdformat.enable=false
57
service.solr.index.jsonConfiguration= \
58
	{"id":"solr",\
59
	"address":"localhost:9983",\
60
	"port":"8983",\
61
	"webContext":"solr",\
62
	"numShards":"1",\
63
	"replicationFactor":"1",\
64
	"host":"localhost",\
65
	"feedingShutdownTolerance":"30000",\
66
	"feedingBufferFlushThreshold":"1000",\
67
	"feedingSimulationMode":"false",\
68
	"luceneMatchVersion":"4.9",\
69
	"serverLibPath":"../../../../contrib/extraction/lib",\
70
	"filterCacheSize":"512","filterCacheInitialSize":"512",\
71
	"queryCacheSize":"512","queryCacheInitialSize":"512",\
72
	"documentCacheSize":"512","documentCacheInitialSize":"512",\
73
	"ramBufferSizeMB":"960","mergeFactor":"40",\
74
	"autosoftcommit":"-1","autocommit":"15000",\
75
	"termIndexInterval":"1024","maxIndexingThreads":"8",\
76
	"queryResultWindowSize":"20","queryResultMaxDocCached":"200"} 
(2-2/3)