- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 46 for last_modified (0.09 seconds)
-
src/test/java/org/codelibs/fess/query/QueryFieldConfigSetBasedLookupTest.java
public String getIndexFieldSite() { return "site"; } @Override public String getIndexFieldLastModified() { return "last_modified"; } @Override public String getIndexFieldTimestamp() { return "timestamp"; } @Override
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 19.4K bytes - Click Count (0) -
src/main/config/openapi/openapi-user.yaml
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu May 09 06:31:27 GMT 2024 - 21.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/QueryHelperTest.java
Set.of(), // "{\"timestamp\":{\"order\":\"desc\"}}{\"last_modified\":{\"order\":\"asc\"}}", // buildQuery("sort:timestamp.desc sort:last_modified")); assertQueryContext(query, Map.of(), // Set.of(), // "{\"timestamp\":{\"order\":\"desc\"}}{\"last_modified\":{\"order\":\"desc\"}}", // buildQuery("sort:timestamp.desc sort:last_modified.desc"));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 53.2K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/searchResults.jsp
key="labels.search_result_more" /></a> </div> <div class="info"> <fmt:formatDate value="${fe:parseDate(doc.last_modified)}" type="BOTH" pattern="yyyy-MM-dd HH:mm" /> <c:if test="${doc.last_modified==null || doc.last_modified==''}"> <fmt:formatDate value="${fe:parseDate(doc.created)}" type="BOTH" pattern="yyyy-MM-dd HH:mm" /> </c:if>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 12.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/crawler/transformer/AbstractFessFileTransformer.java
final Date lastModified = FessFunctions.parseDate(lastModifiedObj.toString()); if (lastModified != null) { return lastModified; } } else if (lastModifiedObj instanceof final String[] lastModifieds && lastModifieds.length > 0) { final Date lastModified = FessFunctions.parseDate(lastModifieds[0]); if (lastModified != null) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 25.7K bytes - Click Count (0) -
src/main/resources/fess_config.properties
# Field name for language in the index. index.field.lang=lang # Field name for cache status in the index. index.field.has_cache=has_cache # Field name for last modified date in the index. index.field.last_modified=last_modified # Field name for anchor in the index. index.field.anchor=anchor # Field name for segment in the index. index.field.segment=segment # Field name for role in the index. index.field.role=role
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/query/QueryFieldConfigTest.java
public String getIndexFieldSite() { return "site"; } @Override public String getIndexFieldLastModified() { return "last_modified"; } @Override public String getIndexFieldTimestamp() { return "timestamp"; } @Override
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 33.6K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/advance.jsp
<la:message key="labels.search_result_sort_content_length_desc" /> </la:option> <la:option value="last_modified.asc"> <la:message key="labels.search_result_sort_last_modified_asc" /> </la:option> <la:option value="last_modified.desc"> <la:message key="labels.search_result_sort_last_modified_desc" /> </la:option> <c:if test="${searchLogSupport}">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 13 05:54:52 GMT 2025 - 14.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
// last_modified final Date lastModified = responseData.getLastModified(); if (lastModified != null) { putResultDataBody(dataMap, fessConfig.getIndexFieldLastModified(), lastModified); // timestamp putResultDataBody(dataMap, fessConfig.getIndexFieldTimestamp(), lastModified); } else { // timestampCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 01:46:45 GMT 2026 - 55.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistAction.java
"filename", "content", "has_cache", "cache", "digest", "host", "site", "segment", "config_id", "parent_id", "content_length", "favorite_count", "click_count", "created", "timestamp", "last_modified", "expires", "virtual_host", "doc_id"); // =================================================================================== // Attribute // =========
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:38:39 GMT 2026 - 25.5K bytes - Click Count (1)