Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for catalan (0.04 sec)

  1. src/main/resources/fess_indices/fess.json

              "type":       "keyword_marker",
              "keywords_path": "${fess.dictionary.path}ca/protwords.txt"
            },
            "catalan_stemmer": {
              "type":       "stemmer",
              "language":   "catalan"
            },
            "catalan_override": {
              "type":       "stemmer_override",
              "rules_path": "${fess.dictionary.path}ca/stemmer_override.txt"
            },
            "czech_stop": {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Fri Jun 06 14:17:42 UTC 2025
    - 39.8K bytes
    - Viewed (0)
  2. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

          },
          "catalan_stop": {
            "type":       "stop",
            "stopwords":  "_catalan_"
          },
          "catalan_keywords": {
            "type":       "keyword_marker",
            "keywords": ["Hola", "món", "recerca"]
          },
          "catalan_stemmer": {
            "type":       "stemmer",
            "language":   "catalan"
          },
          "czech_stop": {
            "type":       "stop",
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 57.4K bytes
    - Viewed (1)
  3. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

          },
          "catalan_stop": {
            "type":       "stop",
            "stopwords":  "_catalan_"
          },
          "catalan_keywords": {
            "type":       "keyword_marker",
            "keywords": ["Hola", "món", "recerca"]
          },
          "catalan_stemmer": {
            "type":       "stemmer",
            "language":   "catalan"
          },
          "czech_stop": {
            "type":       "stop",
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Wed Mar 24 12:55:37 UTC 2021
    - 57.4K bytes
    - Viewed (0)
  4. src/main/resources/suggest_indices/suggest_analyzer.json

          "catalan_stop": {
            "type":       "stop",
            "stopwords":  "_catalan_"
          },
          "catalan_keywords": {
            "type":       "keyword_marker",
            "keywords_path": "${fess.dictionary.path}ca/protwords.txt"
          },
          "catalan_stemmer": {
            "type":       "stemmer",
            "language":   "catalan"
          },
          "czech_stop": {
            "type":       "stop",
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu May 23 05:09:51 UTC 2019
    - 57.7K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/_aws/fess.json

              "type":       "keyword_marker",
              "keywords": ["Hola", "món", "recerca"]
            },
            "catalan_stemmer": {
              "type":       "stemmer",
              "language":   "catalan"
            },
            "catalan_override": {
              "type":       "stemmer_override",
              "rules": []
            },
            "czech_stop": {
              "type":       "stop",
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 14 00:36:40 UTC 2025
    - 117.3K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/_cloud/fess.json

              "type":       "keyword_marker",
              "keywords": ["Hola", "món", "recerca"]
            },
            "catalan_stemmer": {
              "type":       "stemmer",
              "language":   "catalan"
            },
            "catalan_override": {
              "type":       "stemmer_override",
              "rules": []
            },
            "czech_stop": {
              "type":       "stop",
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/FessBoot.java

    import java.io.File;
    import java.util.List;
    import java.util.Properties;
    
    import org.apache.catalina.Container;
    import org.apache.catalina.Context;
    import org.apache.catalina.Host;
    import org.apache.catalina.connector.Connector;
    import org.apache.catalina.core.StandardHost;
    import org.apache.catalina.startup.Tomcat;
    import org.apache.tomcat.util.http.CookieProcessorBase;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 11.3K bytes
    - Viewed (0)
  8. dbflute_fess/dfprop/littleAdjustmentMap.dfprop

        # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        # o isAvailableAddingCatalogToTableSqlName: (NotRequired - Default false)
        #   [true]
        #     Add catalog to table SQL name. (The table name on query is CATALOG.SCHEMA.TABLE)
        #
        #; isAvailableAddingCatalogToTableSqlName = false
        # - - - - - - - - - -/
    
        # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 25 06:04:16 UTC 2015
    - 8.8K bytes
    - Viewed (0)
  9. src/main/assemblies/files/logging.properties

    java.util.logging.FileHandler.pattern=${fess.log.path}/server_%g.log
    java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter
    java.util.logging.FileHandler.count=10
    
    # Suppress warning logs
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 21 11:31:50 UTC 2016
    - 475 bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/tomcat/valve/SuppressErrorReportValve.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.tomcat.valve;
    
    import org.apache.catalina.valves.ErrorReportValve;
    
    /**
     * This class is a valve to suppress error reports.
     * It extends {@link ErrorReportValve} and disables the display of
     * error reports and server information.
     */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1.1K bytes
    - Viewed (0)
Back to top