Project

General

Profile

1
service.solr.index.staticConfigurationClasspath= eu/dnetlib/functionality/index/conf/files/**
2
service.solr.index.jsonConfiguration= \
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" }
15

    
16
service.index.solr.returnEmptyFields		= true
17
service.index.solr.schema.textfieldtype		= text_common
18
service.index.solr.nh.mdformat.enable		= true
19
service.index.solr.highlight.enable			= true
20
service.index.solr.rank.enable				= true
21
service.index.feed.repeatDelay				= 20000
22
services.mapreduce.index.solr.feed.sim.mode	= false
23
service.index.solr.document.factory			= eu.dnetlib.functionality.index.solr.feed.StreamingInputDocumentFactory
24
service.index.solr.schema.template			= classpath:/eu/dnetlib/functionality/index/conf/schemaTemplate.xslt
(1-1/2)