Project

General

Profile

1
service.solr.index.staticConfigurationClasspath= eu/dnetlib/index/solr/conf/files/**
2
service.solr.index.jsonConfiguration= \
3
	{"id":"solr",\
4
	"address":"localhost:9983",\
5
	"port":"8983",\
6
	"webContext":"solr",\
7
	"numShards":"1",\
8
	"replicationFactor":"1",\
9
    "maxShardsPerNode":"2",\
10
	"host":"localhost",\
11
	"feedingShutdownTolerance":"30000",\
12
	"feedingBufferFlushThreshold":"1000",\
13
	"feedingSimulationMode":"false",\
14
	"luceneMatchVersion":"4.9",\
15
	"serverLibPath":"../../../../contrib/extraction/lib",\
16
	"filterCacheSize":"512","filterCacheInitialSize":"512",\
17
	"queryCacheSize":"512","queryCacheInitialSize":"512",\
18
	"documentCacheSize":"512","documentCacheInitialSize":"512",\
19
	"ramBufferSizeMB":"960","mergeFactor":"40",\
20
	"autosoftcommit":"-1","autocommit":"15000",\
21
	"termIndexInterval":"1024","maxIndexingThreads":"8",\
22
	"queryResultWindowSize":"20","queryResultMaxDocCached":"200"} 
23

    
24
service.index.solr.returnEmptyFields		= true
25
service.index.solr.schema.textfieldtype		= text_common
26
service.index.solr.nh.mdformat.enable		= true
27
service.index.solr.highlight.enable			= true
28
service.index.solr.rank.enable				= true
29
service.index.feed.repeatDelay				= 20000
30
services.mapreduce.index.solr.feed.sim.mode	= false
31
service.index.solr.document.factory			= eu.dnetlib.index.solr.feed.StreamingInputDocumentFactory
32
service.index.solr.schema.template			= classpath:/eu/dnetlib/index/solr/conf/schemaTemplate.xslt
(1-1/4)