source: other-projects/trunk/gs3-webservices-democlient/src/GSearchInstaller/indexInfo.xml@ 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: 1.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<resultPage indexName="INDEX_NAME">
3 <indexInfo>
4 <IndexShortName>INDEX_NAME</IndexShortName>
5 <IndexLongName>Fedora index on Lucene for ingested Greenstone documents</IndexLongName>
6 <EngineUrl>http://lucene.apache.org/</EngineUrl>
7 <EngineShortName>Lucene</EngineShortName>
8 <EngineLongName>Apache Lucene project</EngineLongName>
9 <EngineDescription>The Apache Lucene project develops open-source search software.</EngineDescription>
10 <EngineTags>lucene apache open-source search software</EngineTags>
11 <EngineImage>http://lucene.apache.org/lucene_green_300.gif</EngineImage>
12 <QueryLanguage>See e.g. http://lucene.apache.org/java/docs/queryparsersyntax.html</QueryLanguage>
13 <SampleSearch>dc.title:fedora AND dc.creator:"thornton staples"</SampleSearch>
14 <IndexFieldNameList>PID, repositoryName,<BR/>
15 property.label, property.contentModel, property.createdDate,<BR/>
16 property.lastModifiedDate, property.state, property.type,<BR/>
17 dc.creator, dc.date, dc.description, dc.format, dc.identifier,<BR/>
18 dc.publisher, dc.relations, dc.right, dc.source,<BR/>
19 dc.subject, dc.title,<BR/>
20 DS2.text,<BR/>
21 others depending on the indexing stylesheet.
22 </IndexFieldNameList>
23 <EngineDeveloper>Apache Lucene project</EngineDeveloper>
24 <EngineContact>[email protected]</EngineContact>
25 <EngineAttribution>The Apache Lucene project &#169; 2005, The Apache Lucene project,
26 All Rights Reserved</EngineAttribution>
27 </indexInfo>
28</resultPage>
Note: See TracBrowser for help on using the repository browser.