- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for content_title (1.93 sec)
-
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) -
src/main/webapp/WEB-INF/view/searchResults.jsp
<li id="result${s.index}"> <h3 class="title text-truncate"> <a class="link" href="${doc.url_link}" data-uri="${doc.url_link}" data-id="${doc.doc_id}" data-order="${s.index}">${doc.content_title}</a> </h3> <div class="body"> <c:if test="${thumbnailSupport && !empty doc.thumbnail}"> <div class="me-3">Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 9.2K bytes - Viewed (0) -
src/main/resources/fess_config.properties
index.field.thumbnail=thumbnail # Field name for virtual host in the index. index.field.virtual_host=virtual_host # Field name for content title in the response. response.field.content_title=content_title # Field name for content description in the response. response.field.content_description=content_description # Field name for URL link in the response. response.field.url_link=url_link
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. virtual_host */ String INDEX_FIELD_virtual_host = "index.field.virtual_host"; /** The key of the configuration. e.g. content_title */ String RESPONSE_FIELD_content_title = "response.field.content_title"; /** The key of the configuration. e.g. content_description */ String RESPONSE_FIELD_content_description = "response.field.content_description";Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2) -
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)