Changeset 2922 for trunk/java-client


Ignore:
Timestamp:
2002-01-30T02:02:39+13:00 (22 years ago)
Author:
cs025
Message:

Added Default metadata behaviour control

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-client/org/nzdl/gsdl/util/NzdlConstants.java

    r2317 r2922  
    2424 * Contains default values for: query and other stuff.
    2525 *
    26  * @author Stuart Yeates  ([email protected])
    27  * @author Aziz Mahoui    ([email protected])
    28  * @author Gordon Paynter ([email protected])
    29  * @author Dave Nichols   ([email protected])
     26 * @author Stuart Yeates   ([email protected])
     27 * @author Aziz Mahoui     ([email protected])
     28 * @author Gordon Paynter  ([email protected])
     29 * @author Dave Nichols    ([email protected])
     30 * @author George Buchanan ([email protected])
    3031 * @version $Revision$
    3132 */
     
    3839  String DEFAULT_CASE_FOLDING_STRING = "true";
    3940  String DEFAULT_STEMMING_STRING     = "false";
     41  boolean DEFAULT_QUERY_META  = false;
    4042  String BOOLEAN_STRING = "boolean";
    4143  String RANKED_STRING = "ranked";
     44 
    4245
    4346
    44 
    45     /* Greenstone metadata names */
     47  /* Greenstone metadata names */
    4648
    4749
    48  String LONG_COLLECTION_NAME = "collectionname";
    49  String ICON = "iconcollection";
    50  String SMALL_ICON = "iconcollectionsmall";
    51  String COLLECTION_DESCRIPTION = "collectionextra";
    52 
    53 
    54 
    55 
    56 
     50  String LONG_COLLECTION_NAME = "collectionname";
     51  String ICON = "iconcollection";
     52  String SMALL_ICON = "iconcollectionsmall";
     53  String COLLECTION_DESCRIPTION = "collectionextra";
     54 
     55 
    5756
    5857  int    DEFAULT_START_RESULTS = 1;
Note: See TracChangeset for help on using the changeset viewer.