Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for gsa (0.03 sec)

  1. src/test/resources/plugin/repo3/index.html

    <a href="fess-webapp-classic-api/" title="fess-webapp-classic-api/">fess-webapp-classic-api/</a>                                         -         -      
    <a href="fess-webapp-gsa-api/" title="fess-webapp-gsa-api/">fess-webapp-gsa-api/</a>                                             -         -      
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Jun 17 13:30:41 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. src/main/resources/fess_config.properties

    query.additional.facet.fields=
    query.additional.sort.fields=
    query.additional.analyzed.fields=
    query.additional.not.analyzed.fields=
    query.gsa.response.fields=UE,U,T,RK,S,LANG
    query.gsa.default.lang=en
    query.gsa.default.sort=
    query.gsa.meta.prefix=MT_
    query.gsa.index.field.charset=charset
    query.gsa.index.field.content_type.=content_type
    query.collapse.max.concurrent.group.results=4
    query.collapse.inner.hits.name=similar_docs
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Oct 01 14:13:38 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java

            final int fileType;
            if (fileName.startsWith("system") && fileName.endsWith(".properties")) {
                fileType = 1;
            } else if (fileName.startsWith("gsa") && fileName.endsWith(".xml")) {
                fileType = 2;
            } else if (fileName.endsWith(".bulk")) {
                fileType = 3;
            } else if (fileName.startsWith("fess") && fileName.endsWith(".json")) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 01:54:46 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/Constants.java

        public static final String WEB_API_JSON_PROPERTY = "web.api.json";
    
        public static final String WEB_API_SUGGEST_PROPERTY = "web.api.suggest";
    
        public static final String WEB_API_GSA_PROPERTY = "web.api.gsa";
    
        public static final String WEB_API_POPULAR_WORD_PROPERTY = "web.api.popularword";
    
        public static final String APP_VALUE_PROPERTY = "system.properties";
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Aug 22 12:43:18 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String QUERY_GSA_RESPONSE_FIELDS = "query.gsa.response.fields";
    
        /** The key of the configuration. e.g. en */
        String QUERY_GSA_DEFAULT_LANG = "query.gsa.default.lang";
    
        /** The key of the configuration. e.g.  */
        String QUERY_GSA_DEFAULT_SORT = "query.gsa.default.sort";
    
        /** The key of the configuration. e.g. MT_ */
        String QUERY_GSA_META_PREFIX = "query.gsa.meta.prefix";
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (1)
Back to top