Changeset 28061


Ignore:
Timestamp:
2013-08-15T14:02:51+12:00 (11 years ago)
Author:
kjdon
Message:

rank param keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/SharedSoleneGS2FieldSearch.java

    r28030 r28061  
    3333public abstract class SharedSoleneGS2FieldSearch extends AbstractGS2FieldSearch
    3434{
    35   //  protected static final String RANK_PARAM_RANK_VALUE = "rank";
     35
     36  protected static String RANK_PARAM_RANK = "rank";
     37  protected static String RANK_PARAM_NONE = "none";
     38
    3639  protected static final String SORT_ELEM = "sort";
    3740  protected static final String SORT_ORDER_PARAM = "sortOrder";
Note: See TracChangeset for help on using the changeset viewer.