- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 104 for last_modified (0.13 sec)
-
src/main/webapp/WEB-INF/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) -
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}">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 14.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ds/AbstractDataStore.java
// title // content // cache // digest // host // site // url // anchor // content_length // last_modified // id // virtual_host defaultDataMap.put(fessConfig.getIndexFieldVirtualHost(),
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 6.3K bytes - Viewed (0) -
src/main/resources/fess_indices/_aws/fess/doc.json
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Aug 15 11:50:35 UTC 2023 - 11.7K bytes - Viewed (0) -
src/main/resources/fess_indices/_cloud/fess/doc.json
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Aug 15 11:50:35 UTC 2023 - 11.7K bytes - Viewed (0) -
src/main/resources/fess_indices/fess/doc.json
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Aug 15 11:50:35 UTC 2023 - 11.8K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/common/help_ko.jsp
<dl> <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.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/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}">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 14.9K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/AbstractCrawlerService.java
protected static final String URL = "url"; protected static final String LAST_MODIFIED = "lastModified"; protected static final String CREATE_TIME = "createTime"; protected static final String _DOC = "_doc"; protected static final String[] timestampFields = { LAST_MODIFIED, CREATE_TIME }; protected static final HashFunction murmur3Hash = Hashing.murmur3_128(0);
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Nov 07 04:44:10 UTC 2024 - 23.6K bytes - Viewed (0) -
src/main/resources/fess_config.properties
index.field.doc_id=doc_id index.field.id=_id index.field.version=_version index.field.seq_no=_seq_no index.field.primary_term=_primary_term index.field.lang=lang index.field.has_cache=has_cache index.field.last_modified=last_modified index.field.anchor=anchor index.field.segment=segment index.field.role=role index.field.boost=boost index.field.created=created index.field.timestamp=timestamp index.field.label=label
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0)