source: other-projects/trunk/gs3-webservices-democlient/src/GSearchInstaller/index.properties@ 15736

Last change on this file since 15736 was 15736, checked in by ak19, 16 years ago

GSearchInstaller.jar executable, src code, docs

  • Property svn:executable set to *
File size: 821 bytes
Line 
1# $Id: index.properties,v 1.2 2006/10/13 14:17:53 gertsp Exp $
2
3# Properties for the FedoraIndex (formerly DemoOnLucene) index
4
5fgsindex.indexName = INDEX_NAME
6
7fgsindex.operationsImpl = dk.defxws.fgslucene.OperationsImpl
8
9fgsindex.defaultUpdateIndexDocXslt = demoFoxmlToLucene
10fgsindex.defaultUpdateIndexResultXslt = updateIndexToResultPage
11fgsindex.defaultGfindObjectsResultXslt = gfindObjectsToResultPage
12fgsindex.defaultBrowseIndexResultXslt = browseIndexToResultPage
13fgsindex.defaultGetIndexInfoResultXslt = copyXml
14
15#fgsindex.indexDir = <...> The directory must exist
16fgsindex.indexDir = FEDORA_HOME/data/luceneIndexes/INDEX_NAME
17
18fgsindex.analyzer = org.apache.lucene.analysis.standard.StandardAnalyzer
19fgsindex.defaultQueryFields = dc.description dc.title dc.creator dc.identifier ds.label ds.fulltext
Note: See TracBrowser for help on using the repository browser.