source: trunk/gsdl3/resources/java/GS2MGSearch.properties@ 4288

Last change on this file since 4288 was 3792, checked in by mdewsnip, 21 years ago

Updated to reflect the capabilities of the MG search engine and the MG JNI code.

  • Property svn:keywords set to Author Date Id Revision
File size: 374 bytes
Line 
1#query params
2param.index=Index to search in
3param.stem=Turn stemming
4param.case=Turn casefolding
5param.maxDocs=Maximum hits to return
6param.matchMode=Match
7param.matchMode.all=all of the words
8param.matchMode.some=some of the words
9param.query=Enter your query string
10param.boolean.on=on
11param.boolean.off=off
12
13#service stuff
14TextQuery.name=Query
15TextQuery.submit=Search
Note: See TracBrowser for help on using the repository browser.