forked from discoverygarden/basic-solr-config
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.properties
19 lines (18 loc) · 1.02 KB
/
index.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $Id: index.properties $
fgsindex.indexName = FgsIndex
fgsindex.operationsImpl = dk.defxws.fgssolrremote.OperationsImpl
fgsindex.defaultUpdateIndexDocXslt = foxmlToSolr
fgsindex.defaultUpdateIndexResultXslt = updateIndexToResultPage
fgsindex.defaultGfindObjectsResultXslt = gfindObjectsToResultPage
fgsindex.defaultBrowseIndexResultXslt = browseIndexToResultPage
fgsindex.defaultGetIndexInfoResultXslt = copyXml
fgsindex.indexBase = http://10.0.0.39:8080/solr/yudl
fgsindex.indexDir = NOT_USED
fgsindex.analyzer = org.apache.lucene.analysis.standard.StandardAnalyzer
fgsindex.defaultQueryFields = dc.description dc.title
fgsindex.untokenizedFields = PID
fgsindex.snippetBegin = <span class=\"highlight\">
fgsindex.snippetEnd = </span>
# custom URIResolver
####################
fgsindex.uriResolver = dk.defxws.fedoragsearch.server.URIResolverImpl