Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 734 for documents (0.2 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

        String USER_CODE_PATTERN = "userCodePattern";
    
        String API_ADMIN_ACCESS_PERMISSION_SET = "apiAdminAccessPermissionSet";
    
        String CRAWLER_DOCUMENT_SPACE_CHARS = "crawlerDocumentSpaceChars";
    
        String CRAWLER_DOCUMENT_SPACES = "crawlerDocumentSpaces";
    
        String CRAWLER_DOCUMENT_FULLSTOP_CHARS = "crawlerDocumentFullstopChars";
    
        String INDEX_ADMIN_ARRAY_FIELD_SET = "indexAdminArrayFieldSet";
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 85K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/Constants.java

        public static final String SUGGEST_SEARCH_LOG_PROPERTY = "suggest.searchlog";
    
        public static final String SUGGEST_DOCUMENTS_PROPERTY = "suggest.document";
    
        public static final String PURGE_SUGGEST_SEARCH_LOG_DAY_PROPERTY = "purge.suggest.searchlog.day";
    
        public static final String LTR_MODEL_NAME_PROPERTY = "ltr.model.name";
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.4K bytes
    - Viewed (0)
  3. docs/config/README.md

    MINIO_ETCD_CLIENT_CERT_KEY  (path)      client cert key for mTLS authentication
    MINIO_ETCD_COMMENT          (sentence)  optionally add a comment to this setting
    ```
    
    This behavior is consistent across all keys; each key self-documents itself with valid examples.
    
    ## Dynamic systems without restarting server
    
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Sep 11 21:48:54 GMT 2023
    - 17.7K bytes
    - Viewed (0)
  4. helm/minio/values.yaml

    ## This can be useful for LDAP password, etc
    ## The key in the secret must be 'config.env'
    ##
    extraSecret: ~
    
    ## OpenID Identity Management
    ## The following section documents environment variables for enabling external identity management using an OpenID Connect (OIDC)-compatible provider.
    Others
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Apr 28 10:14:37 GMT 2024
    - 18.4K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/reflect/ClassPath.java

     *   <li>It does not know how to look for classes when running under an Android VM. (ClassGraph does
     *       not support this directly, either, but ClassGraph documents how to <a
     *       href="https://github.com/classgraph/classgraph/wiki/Build-Time-Scanning">perform build-time
     *       classpath scanning and make the results available to an Android app</a>.)
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Jan 05 17:43:40 GMT 2022
    - 24.9K bytes
    - Viewed (1)
  6. docs/bucket/notifications/README.md

    format is used, MinIO synchronizes objects in the bucket with documents in the index. For each event in the MinIO, the server creates a document with the bucket and object name from the event as the document ID. Other details of the event are stored in the body of the document. Thus if an existing object is over-written in MinIO, the corresponding document in the Elasticsearch index is updated. If an object is deleted, the corresponding document is deleted from the index.
    
    When the _access_ format...
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 84K bytes
    - Viewed (2)
  7. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

                    for (final Map<String, Object> document : documentItems) {
                        if (!first1) {
                            buf.append(',');
                        } else {
                            first1 = false;
                        }
                        buf.append('{');
                        boolean first2 = true;
                        for (final Map.Entry<String, Object> entry : document.entrySet()) {
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 02:17:23 GMT 2024
    - 50.3K bytes
    - Viewed (0)
  8. cmd/xl-storage_test.go

    		{"data/G_792/srv-tse/c/users/denis/documents/gestion!20locative/heritier/propri!E9taire/20190101_a2.03!20-!20m.!20heritier!20re!B4mi!20-!20proce!60s-verbal!20de!20livraison!20et!20de!20remise!20des!20cle!B4s!20acque!B4reurs!20-!204-!20livraison!20-!20lp!20promotion!20toulouse!20-!20encre!20et!20plume!20-!205!20de!B4c.!202019!20a!60!2012-49.pdf.ecc", errFileNameTooLong},
    		{"data/G_792/srv-tse/c/users/denis/documents/gestionlocative.txt", nil},
    	}
    
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 11 17:45:28 GMT 2024
    - 66.7K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                        <span class="font-weight-bold col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.suggest_documents_enabled"/></span>
                                        <div class="form-inline col-sm-9">
                                            <la:errors property="suggestDocuments"/>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Jan 16 12:54:35 GMT 2023
    - 39.4K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_de.properties

    labels.dict_stopwords_button_upload = Hochladen
    labels.dict_stopwords_file = Stopwort-Liste
    labels.boost_document_rule_configuration=Dok.-Boost
    labels.boost_document_rule_title_details=Dok.-Boost
    labels.boost_document_rule_list_url_expr=Bedingung
    labels.boost_document_rule_url_expr=Bedingung
    labels.boost_document_rule_boost_expr=Boost-Ausdruck
    labels.boost_document_rule_sort_order=Sortierreihenfolge
    labels.access_token_configuration=Zugriffstoken
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
Back to top