- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 104 for last_modified (0.12 sec)
-
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>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Jun 09 04:29:42 UTC 2022 - 9K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/entity/OpenSearchUrlQueue.java
if (parentUrl != null) { builder.field(PARENT_URL, parentUrl); } if (depth != null) { builder.field(DEPTH, depth); } if (lastModified != null) { builder.field(LAST_MODIFIED, lastModified); } if (createTime != null) { builder.field(CREATE_TIME, createTime); } builder.field(WEIGHT, weight); builder.endObject();
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Nov 07 04:44:10 UTC 2024 - 2.2K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/entity/OpenSearchAccessResult.java
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Nov 07 04:44:10 UTC 2024 - 4.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/common/help.jsp
documents which has "Fess" as the document title, you can enter: <pre>title:Fess</pre> The available fields are "url", "host", "site", "title", "content", "content_length", "last_modified" and "mimetype", and they are customizable. </dd> <dt>Sort</dt> <dd> sort field sorts documents by a specified field name. The format is "sort:<field>.<order>", where <order> is asc or
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Feb 26 14:01:31 UTC 2018 - 2.4K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/searchOptions.jsp
<la:option value="content_length.desc"> <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}">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Wed Jul 17 08:19:53 UTC 2019 - 3.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/searchOptions.jsp
<la:option value="content_length.desc"> <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}">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Wed Jul 17 08:19:53 UTC 2019 - 3.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist_edit.jsp
<div class="col-sm-9"> <la:errors property="doc.last_modified"/> <la:text styleId="doc.last_modified" property="doc.last_modified" styleClass="form-control"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 24.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/common/help_ja.jsp
<dt>フィールド指定検索</dt> <dd> フィールド名の後にコロン : で指定した任意のフィールドで検索することができます。 たとえば、ドキュメントの title フィールドで Fess を含むドキュメントを検索する場合は次のように入力します。 <pre>title:Fess</pre> 標準で利用可能なフィールドは url, host, site, title, content, content_length, last_modified および mimetype になります。 設定で指定するフィールドは変更することができます。 </dd> <dt>ソート</dt> <dd> sort 演算子は指定したフィールド名でドキュメントをソートします。 sort 演算子の利用方法は sort:<field>.<order> になります。 <order> は asc または desc で昇順・降順を指定できます。
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Feb 26 14:01:31 UTC 2018 - 3.4K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/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>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Jun 09 04:29:42 UTC 2022 - 9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/search.jsp
</c:if> <c:if test="${sort=='content_length.desc'}"> <la:message key="labels.search_result_sort_content_length_desc" /> </c:if> <c:if test="${sort=='last_modified.asc'}"> <la:message key="labels.search_result_sort_last_modified_asc" /> </c:if> <c:if test="${sort=='last_modified.desc'}"> <la:message key="labels.search_result_sort_last_modified_desc" /> </c:if> <c:if test="${sort=='click_count.asc'}">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 6.6K bytes - Viewed (0)