Changeset 36147 for main


Ignore:
Timestamp:
2022-05-09T09:38:54+12:00 (2 years ago)
Author:
kjdon
Message:

a couple strings to do with solr, and internal representation of sortfields and facets

File:
1 edited

Legend:

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

    r36137 r36147  
    110110    static final public String EXTRACTED_NAMESPACE = "ex.";
    111111    static final public String FACET_ELEMENT = "Facet";
     112    static final public String FACETS_ELEMENT = "Facets";
    112113    static final public String FACET_STR = "Facet";
    113114    static final public String FACET_LOW_STR = "facet";
     
    250251    static final public String SOLR_ELEMENT = "Solr";
    251252    static final public String SORT_ELEMENT = "Sort";
     253    static final public String SORTS_ELEMENT = "Sorts";
    252254    static final public String SORT_LOW_STR = "sort";
    253255    static final public String SORT_DEFAULT_ELEMENT = "defaultSort";
     
    295297    static final public String MGPP_STR                           = "mgpp";
    296298    static final public String LUCENE_STR                           = "lucene";
     299    static final public String SOLR_STR = "solr";
    297300   
    298301}
Note: See TracChangeset for help on using the changeset viewer.