service.solr.index.staticConfigurationClasspath= eu/dnetlib/index/solr/conf/files/** service.solr.index.jsonConfiguration= \ {"id":"solr",\ "address":"localhost:9983",\ "port":"8983",\ "webContext":"solr",\ "numShards":"1",\ "replicationFactor":"1",\ "maxShardsPerNode":"2",\ "host":"localhost",\ "feedingShutdownTolerance":"30000",\ "feedingBufferFlushThreshold":"1000",\ "feedingSimulationMode":"false",\ "luceneMatchVersion":"4.9",\ "serverLibPath":"../../../../contrib/extraction/lib",\ "filterCacheSize":"512","filterCacheInitialSize":"512",\ "queryCacheSize":"512","queryCacheInitialSize":"512",\ "documentCacheSize":"512","documentCacheInitialSize":"512",\ "ramBufferSizeMB":"960","mergeFactor":"40",\ "autosoftcommit":"-1","autocommit":"15000",\ "termIndexInterval":"1024","maxIndexingThreads":"8",\ "queryResultWindowSize":"20","queryResultMaxDocCached":"200"} service.index.solr.returnEmptyFields = true service.index.solr.schema.textfieldtype = text_common service.index.solr.nh.mdformat.enable = true service.index.solr.highlight.enable = true service.index.solr.rank.enable = true service.index.feed.repeatDelay = 20000 services.mapreduce.index.solr.feed.sim.mode = false service.index.solr.document.factory = eu.dnetlib.index.solr.feed.StreamingInputDocumentFactory service.index.solr.schema.template = classpath:/eu/dnetlib/index/solr/conf/schemaTemplate.xslt