Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 24 for seksen (0.03 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/resources/fess_indices/fess/tr/stopwords.txt

    oluyor
    on
    ona
    ondan
    onlar
    onlardan
    onları
    onların
    onu
    onun
    otuz
    oysa
    öyle
    pek
    rağmen
    sadece
    sanki
    sekiz
    seksen
    sen
    senden
    seni
    senin
    siz
    sizden
    sizi
    sizin
    şey
    şeyden
    şeyi
    şeyler
    şöyle
    şu
    şuna
    şunda
    şundan
    şunları
    şunu
    tarafından
    trilyon
    tüm
    üç
    üzere
    var
    vardı
    ve
    veya
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 19 06:31:02 GMT 2018
    - 1.5K bytes
    - Click Count (0)
  2. docs/de/README.md

    ## Website
    
    [fess.codelibs.org](https://fess.codelibs.org/)
    
    ## Probleme/Fragen
    
    [discuss.codelibs.org](https://discuss.codelibs.org/c/FessEN/)
    
    ## Erste Schritte
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Tue Nov 11 22:42:32 GMT 2025
    - 7.8K bytes
    - Click Count (0)
  3. src/main/resources/fess_message_de.properties

    errors.cannot_delete_doc_because_of_running = Ein Crawler wird ausgeführt. Sie können keine Dokumente löschen.
    errors.failed_to_delete_doc_in_admin = Fehler beim Löschen eines Dokuments.
    errors.failed_to_send_testmail=Fehler beim Senden einer Test-E-Mail.
    errors.invalid_query_unknown = Die angegebene Abfrage hat eine unbekannte Bedingung.
    errors.invalid_query_parse_error = Die angegebene Abfrage ist ungültig.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 13.6K bytes
    - Click Count (0)
  4. src/main/resources/fess_label_de.properties

    labels.chat_step_intent=Analyse
    labels.chat_step_search=Suche
    labels.chat_step_evaluate=Bewertung
    labels.chat_step_fetch=Abruf
    labels.chat_step_answer=Antwort
    labels.chat_input_hint=Enter zum Senden, Shift+Enter für neue Zeile
    labels.chat_send=Nachricht senden
    labels.chat_retry=Erneut versuchen
    labels.chat_dismiss=Schließen
    labels.chat_copied=Kopiert!
    labels.chat_copy_failed=Kopieren fehlgeschlagen
    
    labels.chat_filter=Filter
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 52.3K bytes
    - Click Count (1)
  5. .github/ISSUE_TEMPLATE/question.md

    ---
    name: Questions
    about: See discuss.codelibs.org
    title: 'DO NOT CREATE ME'
    labels: ''
    assignees: ''
    
    ---
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri May 15 12:05:24 GMT 2020
    - 183 bytes
    - Click Count (0)
  6. .github/ISSUE_TEMPLATE/bug_report.md

    ---
    name: Bug report
    about: Create a report to help us improve
    title: ''
    labels: bug
    assignees: ''
    
    ---
    
    (_Please use [discuss.codelibs.org](https://discuss.codelibs.org/c/FessEN/8) before filing a bug._)
    
    **Describe the bug**
    A clear and concise description of what the bug is.
    
    **To Reproduce**
    Steps to reproduce the behavior:
    1. Go to '...'
    2. Click on '....'
    3. Scroll down to '....'
    4. See error
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Aug 17 22:53:30 GMT 2020
    - 782 bytes
    - Click Count (0)
  7. 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) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Nov 28 16:29:12 GMT 2025
    - 14.2K bytes
    - Click Count (0)
  8. .github/ISSUE_TEMPLATE/feature_request.md

    ---
    name: Feature request
    about: Suggest an idea for this project
    title: ''
    labels: ''
    assignees: ''
    
    ---
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri May 15 11:56:53 GMT 2020
    - 190 bytes
    - Click Count (0)
  9. README.md

    ## Website
    
    [fess.codelibs.org](https://fess.codelibs.org/)
    
    ## Issues/Questions
    
    [discuss.codelibs.org](https://discuss.codelibs.org/c/FessEN/)
    
    ## Getting Started
    
    There are 2 ways to try Fess. The first is to download and install yourself. The second is to use [Docker](https://www.docker.com/products/docker-engine).
    
    ### Download and Install/Run
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Feb 14 03:19:23 GMT 2026
    - 7.8K bytes
    - Click Count (2)
  10. src/main/java/org/codelibs/fess/opensearch/client/CrawlerEngineClient.java

     */
    package org.codelibs.fess.opensearch.client;
    
    import static org.codelibs.core.stream.StreamUtil.split;
    
    import org.codelibs.core.lang.StringUtil;
    import org.codelibs.fesen.client.HttpClient;
    import org.codelibs.fess.Constants;
    import org.codelibs.fess.crawler.client.FesenClient;
    import org.codelibs.fess.mylasta.direction.FessConfig;
    import org.codelibs.fess.util.ComponentUtil;
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Aug 07 03:06:29 GMT 2025
    - 2.6K bytes
    - Click Count (0)
Back to Top