Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 369 for documented (0.05 sec)

  1. src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java

        }
    
        /**
         * Extracts a subset of documents from the full result list based on pagination parameters.
         * Applies proper bounds checking to ensure the extracted range is within the document list size.
         *
         * @param docs the full list of search result documents
         * @param pageSize the number of documents to include in the page
         * @param startPosition the starting position for pagination
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 24.8K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_es.properties

    labels.dict_stopwords_button_download = Descargar
    labels.dict_stopwords_button_upload = Subir
    labels.dict_stopwords_file = Archivo de palabras vacías
    labels.boost_document_rule_configuration=Impulso de documento
    labels.boost_document_rule_title_details=Impulso de documento
    labels.boost_document_rule_list_url_expr=Condición
    labels.boost_document_rule_url_expr=Condición
    labels.boost_document_rule_boost_expr=Expresión de impulso
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  3. src/test/java/org/codelibs/fess/ds/DataStoreTest.java

                    // Simulate storing documents
                    Map<String, Object> doc1 = new HashMap<>();
                    doc1.put("id", "1");
                    doc1.put("title", "Document 1");
                    callback.store(initParamMap, doc1);
    
                    Map<String, Object> doc2 = new HashMap<>();
                    doc2.put("id", "2");
                    doc2.put("title", "Document 2");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 13K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackTest.java

                @Override
                public void commit() {
                    documentsBeforeCommit.set(docCount);
                    commitCount.incrementAndGet();
                }
            };
    
            // Store some documents
            DataStoreParams params = new DataStoreParams();
            Map<String, Object> data = new HashMap<>();
    
            callback.store(params, data);
            callback.store(params, data);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 12.4K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/thumbnail/impl/HtmlTagBasedGenerator.java

         */
        @Override
        public void destroy() {
        }
    
        /**
         * Creates a thumbnail generation task for the specified document.
         *
         * @param path the file path or URL of the document
         * @param docMap the document metadata map containing field values
         * @return a tuple containing the generator name, thumbnail ID, and path
         */
        @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 10.4K bytes
    - Viewed (0)
  6. guava/src/com/google/common/net/MediaType.java

      /**
       * As described in <a href="http://www.ietf.org/rfc/rfc3023.txt">RFC 3023</a>, this constant
       * ({@code text/xml}) is used for XML documents that are "readable by casual users." {@link
       * #APPLICATION_XML_UTF_8} is provided for documents that are intended for applications.
       */
      public static final MediaType XML_UTF_8 = createConstantUtf8(TEXT_TYPE, "xml");
    
      /**
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 48K bytes
    - Viewed (0)
  7. src/main/resources/fess_message_de.properties

    errors.target_file_does_not_exist = Die Datei {0} existiert nicht.
    errors.failed_to_delete_file = Fehler beim Löschen der Datei {0}.
    errors.docid_not_found = Dokumenten-ID nicht gefunden. Ursache: {0}
    errors.document_not_found = Die URL für die Dokumenten-ID wurde nicht gefunden. Ursache: {0}
    errors.not_load_from_server = Konnte von diesem Server nicht geladen werden. Ursache: {0}
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  8. src/main/resources/fess_message_fr.properties

    errors.cannot_delete_doc_because_of_running = Un robot d'exploration est en cours d'exécution. Vous ne pouvez pas supprimer de documents.
    errors.failed_to_delete_doc_in_admin = Échec de la suppression d'un document.
    errors.failed_to_send_testmail=Échec de l'envoi d'un e-mail de test.
    errors.invalid_query_unknown = La requête spécifiée a une condition inconnue.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_it.properties

    labels.dict_stopwords_button_download = Scarica
    labels.dict_stopwords_button_upload = Carica
    labels.dict_stopwords_file = File stopwords
    labels.boost_document_rule_configuration=Regola di boost documento
    labels.boost_document_rule_title_details=Regola di boost documento
    labels.boost_document_rule_list_url_expr=Condizione
    labels.boost_document_rule_url_expr=Condizione
    labels.boost_document_rule_boost_expr=Espressione di boost
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_de.properties

    labels.web_crawling_title_details=Web-Crawling-Konfiguration
    labels.included_urls=Eingeschlossene URLs
    labels.excluded_urls=Ausgeschlossene URLs
    labels.included_doc_urls=Eingeschlossene Dokumenten-URLs
    labels.excluded_doc_urls=Ausgeschlossene Dokumenten-URLs
    labels.user_agent=User-Agent
    labels.web_crawling_button_create=Erstellen
    labels.web_crawling_button_create_job=Neuen Job erstellen
    labels.crawler_configuration=Allgemeine Konfiguration
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
Back to top