Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for content_title (4.57 sec)

  1. src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist.jsp

                                                    <li class="col-sm-12">
                                                        <h3 class="title">
                                                            <a href="${doc.url_link}">${doc.content_title}</a>
                                                        </h3>
                                                        <div class="body col-sm-10">
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 13 05:54:52 UTC 2025
    - 20.1K bytes
    - Viewed (0)
  2. src/main/config/openapi/openapi-user.yaml

                            title:
                              type: string
                              example: "Open Source Enterprise Search Server: Fess — Fess 11.0 documentation"
                            content_title:
                              type: string
                              example: "Open Source Enterprise Search Server: Fess — Fe..."
                            digest:
                              type: string
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu May 09 06:31:27 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/rank/fusion/DefaultSearcher.java

            if (Constants.TEXT_FRAGMENT_TYPE_QUERY.equals(fessConfig.getQueryHighlightTextFragmentType())) {
                docMap.put(Constants.TEXT_FRAGMENTS, viewHelper.createTextFragmentsByQuery());
            }
    
            // ContentTitle
            if (viewHelper != null) {
                docMap.put(fessConfig.getResponseFieldContentTitle(), viewHelper.getContentTitle(docMap));
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 20 09:24:04 UTC 2025
    - 12.6K bytes
    - Viewed (0)
Back to top