source: trunk/gsdl3/web/WEB-INF/classes/AbstractSearch.properties@ 10042

Last change on this file since 10042 was 10042, checked in by kjdon, 19 years ago

resources/java files moved to web/WEB-INF/classes so they are automatically in the classpath

  • Property svn:keywords set to Author Date Id Revision
File size: 499 bytes
Line 
1#service stuff
2TextQuery.name=Text Search
3TextQuery.description=Full text and/or metadata search service
4TextQuery.submit=Search
5
6#compulsory query params
7param.index=Index to search in
8param.maxDocs=Maximum hits to return
9param.query=Query string
10param.hitsPerPage=Hits per page
11param.startPage=Start from page
12
13#optional params
14param.stem=Turn stemming
15param.case=Turn casefolding
16param.matchMode=Match
17param.matchMode.all=all
18param.matchMode.some=some
19param.boolean.on=on
20param.boolean.off=off
Note: See TracBrowser for help on using the repository browser.