source: main/trunk/greenstone3/web/WEB-INF/classes/AbstractTextSearch.properties@ 24396

Last change on this file since 24396 was 24396, checked in by davidb, 13 years ago

Changes to text-search properties to reflect the more generalized inheritence hierarchy

File size: 421 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.indexSubcollection=Index sub collection
8
9#optional params
10param.stem=Turn stemming
11param.case=Turn casefolding
12param.accent=Turn accentfolding
13param.matchMode=Match
14param.matchMode.all=all
15param.matchMode.some=some
16param.boolean.on=on
17param.boolean.off=off
Note: See TracBrowser for help on using the repository browser.