service.solr.index.staticConfigurationClasspath= eu/dnetlib/functionality/index/conf/files/** service.solr.index.jsonConfiguration= \ {"id":"solr",\ "address":"localhost:9983",\ "port":"8983",\ "webContext":"solr",\ "numShards":"4",\ "replicationFactor":"1",\ "maxShardsPerNode":"4",\ "host":"localhost",\ "luceneMatchVersion":"6.6.0",\ "feedingShutdownTolerance":"30000",\ "feedingBufferFlushThreshold":"1000",\ "feedingSimulationMode":"false" } 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.functionality.index.solr.feed.StreamingInputDocumentFactory service.index.solr.schema.template = classpath:/eu/dnetlib/functionality/index/conf/schemaTemplate.xslt