#{localhost} service.port = 9080 service.name = IndexService service.base.address = http://localhost:${service.port}/${service.name} service.registration.blackboard = true #ISSN subscription issn.index.service.profid = 2-9be62181-27e4-4a78-bf01-8e5065ed990f_U2VydmljZVJlc291cmNlcy9JbmRleFNlcnZpY2VSZXNvdXJjZVR5cGU= issn.consumer.reference = ${service.base.address}/${service.name}?WSDL #issn.consumer.reference = ${service.base.address}/WSDLProvider?action=getWSDL issn.checking.producers = false #ip address instead of host name needs to be provided issn.checking.location = http://localhost:8090/app/services/isSN #IS services locations, currently from driver17.isti.cnr.it is.lu.service.location = http://localhost:8090/app/services/isLookUp is.pr.service.location = http://localhost:8090/app/services/isRegistry #is.rs.service.location = http://129.70.40.102:8003/SOAP/ResultSet #when using internal IndexResultSet is.rs.service.location = ${service.base.address}/ResultSet is.sn.service.location = http://localhost:8090/app/services/isSN #IS index profile last update properties status.date.format.pattern = yyyy-MM-dd'T'hh:mm:ss status.time.zone = GMT #result set iterator properties iterator.rs.queue.size = 10000 #changed due to 413 Request Entity Too Large iterator.rs.package.size = 20 #maximum timeout (in seconds) for retrieving single result from rs iterator.rs.max.timeout = 7200 #index record xslt location index.record.xslt.location = xslt/indexRecordResult.xslt #result set used by index lookup properties index.lookup.rs.dataprov = ${issn.consumer.reference} index.lookup.rs.init.pagesize = 50 index.lookup.rs.expiry.time = 1800 index.lookup.rs.keep.alive.time = 1800 #maximum results analyzed when getting browsing statistics index.browsing.stats.max.analyzed = 1000 #data provider expiry time (also in seconds) data.provider.expiry.time = 7200 #scheduler cleanup properties scheduler.data.prov.cleanup.cron.expr = 14 0 * * * ? scheduler.rs.cleanup.cron.expr = 0 0/10 * * * ? #maintaining index configurations properties #this property is used by SimpleMDFormatRelationsContainer for storing serialized data index.configs.storage.path = /tmp/persisted_mdformat_data #those two properties are used by MDFormatDiffCheckerModule index.configs.recreate.layouts = true index.configs.startup.check = true #performs index optimization at service startup optimize.on.startup = false #performs index service read-only status check at service startup check.service.status.on.startup = true