Project

General

Profile

« Previous | Next » 

Revision 48891

upgraded solr version to 6.6.0

View differences:

applicationContext-index-solr-service.properties
1 1
service.solr.index.staticConfigurationClasspath= eu/dnetlib/functionality/index/conf/files/**
2 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"} 
3
        {"id":"solr",\
4
        "address":"localhost:9983",\
5
        "port":"8983",\
6
        "webContext":"solr",\
7
        "numShards":"4",\
8
        "replicationFactor":"1",\
9
	    "maxShardsPerNode":"4",\
10
        "host":"localhost",\
11
        "luceneMatchVersion":"6.6.0",\
12
        "feedingShutdownTolerance":"30000",\
13
        "feedingBufferFlushThreshold":"1000",\
14
        "feedingSimulationMode":"false" }
23 15

  
24 16
service.index.solr.returnEmptyFields		= true
25 17
service.index.solr.schema.textfieldtype		= text_common

Also available in: Unified diff