Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 515 for titles (0.04 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/MarkdownExtractorTest.java

            CloseableUtil.closeQuietly(in);
    
            // Verify front matter metadata
            final String[] titles = extractData.getValues("frontmatter.title");
            assertNotNull(titles);
            assertEquals("Sample Markdown Document", titles[0]);
    
            final String[] authors = extractData.getValues("frontmatter.author");
            assertNotNull(authors);
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Mon Nov 24 03:59:47 UTC 2025
    - 6.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessFwAssistantDirector.java

            // this configuration is on fess_env.properties because this is true only when development
            direction.directDevelopmentHere(fessConfig.isDevelopmentHere());
    
            // titles of the application for logging are from configurations
            direction.directLoggingTitle(fessConfig.getDomainTitle(), fessConfig.getEnvironmentTitle());
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/helper/DocumentHelper.java

         */
        public String getTitle(final ResponseData responseData, final String title, final Map<String, Object> dataMap) {
            if (title == null) {
                return StringUtil.EMPTY; // empty
            }
    
            final int[] spaceChars = getSpaceChars();
            try (final Reader reader = new StringReader(title)) {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 17.4K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/storage/admin_storage.jsp

    <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%><!DOCTYPE html>
    ${fe:html(true)}
    <head>
        <meta charset="UTF-8">
        <title><la:message key="labels.admin_brand_title"/> | <la:message
                key="labels.storage_configuration"/></title>
        <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include>
    </head>
    <body class="hold-transition sidebar-mini">
    <div class="wrapper">
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 13 05:54:52 UTC 2025
    - 20.7K bytes
    - Viewed (0)
  5. dbflute_fess/dfprop/documentMap.dfprop

        #  You can set PropertiesHtml settings.
        #  Elements of this map are as below:
        #   o key of map: Properties Title Name
        #   o baseDir: base directory for directory property. (NotRequired)
        #   o rootFile: root file to read properties (Required)
        #   o environmentMap: map of environment files, the value is dir path (NotRequired)
        #   o diffIgnoredKeyList: list of ignored keys for differences (NotRequired)
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Oct 31 23:35:14 UTC 2015
    - 9.4K bytes
    - Viewed (0)
  6. dbflute_fess/_readme.txt

    manage.bat(sh) => 24 (sql2entity):
    A execution command of Sql2Entity task
    which generates classes corresponding your outside-SQL files,
    for example, entities, parameter-beans to specified
    directories by DBFlute properties on "dfprop" directory.
    
    manage.bat(sh) => 0 (replace-schema):
    A execution command of ReplaceSchema task
    which creates your tables and loads data by
    resources located to the "playsql" directory.
    
    manage.bat(sh) => 25 (outside-sql-test):
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Jul 04 22:46:31 UTC 2015
    - 2.5K bytes
    - Viewed (0)
  7. src/main/resources/fess_config.properties

    query.boost.fuzzy.min.length=4
    # Boost value for fuzzy title queries.
    query.boost.fuzzy.title=0.01
    # Fuzziness for fuzzy title queries.
    query.boost.fuzzy.title.fuzziness=AUTO
    # Number of expansions for fuzzy title queries.
    query.boost.fuzzy.title.expansions=10
    # Prefix length for fuzzy title queries.
    query.boost.fuzzy.title.prefix_length=0
    # Whether to allow transpositions in fuzzy title queries.
    query.boost.fuzzy.title.transpositions=true
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Dec 11 09:47:03 UTC 2025
    - 54.8K bytes
    - Viewed (0)
  8. MIGRATION.md

        solr_data = json.load(f)
    
    # Transform documents
    fess_docs = []
    for doc in solr_data['response']['docs']:
        fess_doc = {
            "url": doc.get("id", ""),
            "title": doc.get("title", [""])[0] if isinstance(doc.get("title"), list) else doc.get("title", ""),
            "content": doc.get("content", [""])[0] if isinstance(doc.get("content"), list) else doc.get("content", ""),
            "mimetype": "text/html",
            "filetype": "html",
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 06 12:40:11 UTC 2025
    - 23.2K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/orig/view/index.jsp

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title><la:message key="labels.search_title" /></title>
    <c:if test="${osddLink}">
    	<link rel="search" type="application/opensearchdescription+xml"
    		href="${fe:url('/osdd')}"
    		title="<la:message key="labels.index_osdd_title" />" />
    </c:if>
    <link href="${fe:url('/css/bootstrap.min.css')}" rel="stylesheet"
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Jan 18 12:09:07 UTC 2025
    - 7K bytes
    - Viewed (1)
  10. src/main/resources/fess_indices/fess.json

            "title_nl",
            "title_no",
            "title_pa",
            "title_pl",
            "title_pt",
            "title_pt-br",
            "title_ro",
            "title_ru",
            "title_si",
            "title_sq",
            "title_sv",
            "title_ta",
            "title_te",
            "title_th",
            "title_tl",
            "title_tr",
            "title_uk",
            "title_ur",
            "title_vi",
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Jun 06 14:17:42 UTC 2025
    - 39.8K bytes
    - Viewed (0)
Back to top