Changeset 18685


Ignore:
Timestamp:
2009-03-15T16:07:39+13:00 (15 years ago)
Author:
kjdon
Message:

renamed STEMOPTIONS to INDEXOPTIONS as that is what it is in config file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/util/StaticStrings.java

    r17752 r18685  
    8181    static final public String COMMENTED_LEVELS_STR = "#levels";
    8282    static final public String COMMENTED_LEVEL_DEFAULT_STR = "#defaultlevel";
    83     static final public String COMMENTED_STEMOPTIONS_STR = "#indexoptions";
     83    static final public String COMMENTED_INDEXOPTIONS_STR = "#indexoptions";
    8484    static final public String CONTENT_ATTRIBUTE = "content";
    8585    static final public String CONTENT_ELEMENT = "content";
     
    236236    static final public String SPEECH_CHARACTER = "\"";
    237237    static final public String STEM_OPTION_STR = "stem";
    238     static final public String STEMOPTIONS_STR = "indexoptions";
    239238    static final public String STOP_CHARACTER = ".";
    240239    static final public String SUBCOLLECTION_ELEMENT = "Subcollection";
Note: See TracChangeset for help on using the changeset viewer.