Project

General

Profile

1
# service identity
2
services.search.serviceName = uoa-search
3

    
4
services.search.cacheBrowseData = false
5
services.search.mdFormat = DMF
6
services.search.indexLayout = index
7

    
8
#working directory for search service to store vocabularies
9
#services.search.vocabulariesPath = not/valid/path
10

    
11
services.search.configurationPath = classpath:/configuration.xml
12

    
13
services.search.maxResults = 10000
14
services.search.maxSize = 10000
15

    
16
services.search.infrastructure = shadow
17
services.registration.default.removeRegistration = false
(1-1/4)