source: main/trunk/greenstone3/web/WEB-INF/classes/AbstractSearch.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

  • Property svn:keywords set to Author Date Id Revision
File size: 314 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
Note: See TracBrowser for help on using the repository browser.