forked from discoverygarden/barnard-basic-solr-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.properties
30 lines (22 loc) · 1.32 KB
/
index.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $Id: index.properties 6569 2008-02-08 15:16:13Z gertsp $
# Properties for the DemoOnSolr index
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://localhost:8080/solr
# The directory must exist, it is used for browseIndex and gfindObjects.
fgsindex.indexDir = /usr/local/fedora/solr/collection1/data/index
# the next two properties have their counterpart in the Solr config file schema.xml,
# make sure they match, else you get different search behaviour from the same query
# sent to Solr versus sent to GSearch.
fgsindex.analyzer = org.apache.lucene.analysis.standard.StandardAnalyzer
fgsindex.defaultQueryFields = dc.description dc.title
# This may not be needed for all versions of gsearch.
fgsindex.uriResolver = dk.defxws.fedoragsearch.server.URIResolverImpl
# for queries sent to Solr, sorting is determined in the Solr config files
# for queries sent to GSearch, sortFields may be given as parameter to gfindObjects, or as config default.
###########