Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for mesen (0.03 sec)

  1. src/main/java/org/codelibs/fess/job/ExecJob.java

         */
        public ExecJob timeout(final int timeout) {
            this.timeout = timeout;
            return this;
        }
    
        /**
         * Sets whether to use local Fesen instance.
         *
         * @param useLocalFesen true to use local Fesen, false otherwise
         * @return this ExecJob instance for method chaining
         */
        public ExecJob useLocalFesen(final boolean useLocalFesen) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 14.2K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/helper/CurlHelperTest.java

    import java.io.FileWriter;
    import java.io.IOException;
    import java.lang.reflect.Field;
    
    import javax.net.ssl.SSLSocketFactory;
    
    import org.codelibs.curl.Curl;
    import org.codelibs.curl.CurlRequest;
    import org.codelibs.fesen.client.node.NodeManager;
    import org.codelibs.fess.mylasta.direction.FessConfig;
    import org.codelibs.fess.unit.UnitFessTestCase;
    import org.codelibs.fess.util.ComponentUtil;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 05:35:01 UTC 2025
    - 10.1K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_de.properties

    labels.labelTypeIds=Labels
    labels.lang=Sprache
    labels.outputs=Ausgaben
    labels.pos=Wortart
    labels.purgeJobLogDay=Alte Jobprotokolle löschen
    labels.purgeUserInfoDay=Alte Benutzerprotokolle löschen
    labels.reading=Lesen
    labels.roleTypeIds=Rollen-IDs
    labels.scriptData=Skript
    labels.scriptResult=Ergebnis
    labels.scriptType=Ausführungsmethode
    labels.segmentation=Segmentierung
    labels.startTime=Startzeit
    labels.target=Ziel
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  4. src/main/java/org/codelibs/fess/util/ResourceUtil.java

         * This class is designed to be used statically.
         */
        protected ResourceUtil() {
            // nothing
        }
    
        /**
         * Gets the HTTP URL for the OpenSearch (Fesen) server.
         * First checks for a system-configured search engine address,
         * then falls back to the URL configured in FessConfig.
         *
         * @return the HTTP URL for the OpenSearch server
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 14.1K bytes
    - Viewed (0)
  5. src/main/resources/fess_message_de.properties

    errors.failed_to_upgrade_from=Fehler beim Upgrade von {0}.
    errors.failed_to_reindex=Fehler beim Starten der Neuindizierung von {0} nach {1}.
    errors.failed_to_read_request_file=Fehler beim Lesen einer Anforderungsdatei: {0}
    errors.invalid_header_for_request_file=Ungültige Header-Zeile: {0}
    errors.could_not_delete_logged_in_user=Sie können keinen angemeldeten Benutzer löschen.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_es.properties

    labels.facet_timestamp_1day=Últimas 24 horas
    labels.facet_timestamp_1week=Última semana
    labels.facet_timestamp_1month=Último mes
    labels.facet_timestamp_1year=Último año
    labels.facet_timestamp_3month=Últimos 3 meses
    labels.facet_timestamp_6month=Últimos 6 meses
    labels.facet_timestamp_2year=Últimos 2 años
    labels.facet_timestamp_3year=Últimos 3 años
    labels.facet_contentLength_title=Tamaño
    labels.facet_contentLength_10k=  - 10KB
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/opensearch/user/allcommon/EsAbstractBehavior.java

        // ===================================================================================
        //                                                                       Fesen
        //                                                                              ======
        public RefreshResponse refresh() {
            return client.admin().indices().prepareRefresh(asEsIndex()).execute().actionGet(refreshTimeout);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 21 04:02:44 UTC 2025
    - 26.4K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/Constants.java

        public static final String FESEN_TYPE_AWS = "aws";
    
        /** Search engine username configuration key. */
        public static final String FESEN_USERNAME = "fesen.username";
    
        /** Search engine password configuration key. */
        public static final String FESEN_PASSWORD = "fesen.password";
    
        // ============================================================
        // Execution Type Constants
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 34.6K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_it.properties

    labels.facet_label_title=Etichetta
    labels.facet_timestamp_title=Periodo
    labels.facet_timestamp_1day=Ultime 24 ore
    labels.facet_timestamp_1week=Ultima settimana
    labels.facet_timestamp_1month=Ultimo mese
    labels.facet_timestamp_1year=Ultimo anno
    labels.facet_timestamp_3month=Ultimi 3 mesi
    labels.facet_timestamp_6month=Ultimi 6 mesi
    labels.facet_timestamp_2year=Ultimi 2 anni
    labels.facet_timestamp_3year=Ultimi 3 anni
    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/test/java/org/codelibs/fess/job/SuggestJobTest.java

                    String classpath = cmdList.get(cpIndex + 1);
                    assertTrue(classpath.contains(confPath));
                }
            }
        }
    
        // Test executeSuggestCreator with local Fesen
        public void test_executeSuggestCreator_withLocalFesen() {
            createRequiredDirectories();
            suggestJob.useLocalFesen(true);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 31.4K bytes
    - Viewed (0)
Back to top