Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for trac (0.16 sec)

  1. src/main/resources/fess_config.properties

    index.reindex.refresh=false
    index.reindex.timeout=1m
    index.reindex.scroll=5m
    index.reindex.max_docs=
    
    # query
    query.max.length=1000
    query.timeout=10000
    query.timeout.logging=true
    query.track.total.hits=10000
    query.geo.fields=location
    query.browser.lang.parameter.name=browser_lang
    query.replace.term.with.prefix.query=true
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  2. src/main/java/org/codelibs/fess/Constants.java

        public static final String FESS_VAR_PATH = "fess.var.path";
    
        public static final String FESS_LOG_LEVEL = "fess.log.level";
    
        public static final String TRACK_TOTAL_HITS = "track_total_hits";
    
        public static final String SYSTEM_PROP_PREFIX = "fess.system.";
    
        public static final String FESS_CONFIG_PREFIX = "fess.config.";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.4K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_fr.properties

    labels.crawlingConfigName	=	Nom
    labels.crawlingConfigPath	=	Chemin d'exploration
    labels.processType	=	Type de processus
    labels.parameters	=	Paramètres
    labels.designFile	=	Envoyer  un fichier
    labels.bulkFile	=	Fichier en vrac
    labels.appendQueryParameter	=	Paramètres de requête supplémentaires
    labels.configId	=	ID de configuration
    labels.configParameter	=	Paramètres de configuration
    labels.content	=	Contenu
    labels.csvFileEncoding	=	Encodage CSV
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                                <la:option value="INFO">INFO</la:option>
                                                <la:option value="DEBUG">DEBUG</la:option>
                                                <la:option value="TRACE">TRACE</la:option>
                                                <la:option value="ALL">ALL</la:option>
                                            </la:select>
                                        </div>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Jan 16 12:54:35 GMT 2023
    - 39.4K bytes
    - Viewed (0)
Back to top