- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for executionTime (0.07 seconds)
-
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/entity/OpenSearchAccessResult.java
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sun Jul 06 02:13:03 GMT 2025 - 6.5K bytes - Click Count (0) -
fess-crawler-opensearch/src/main/resources/mapping/data.json
}, "mimeType": { "type": "keyword" }, "sessionId": { "type": "keyword" }, "url": { "type": "keyword" }, "executionTime": { "type": "long" }, "createTime": { "type": "long" }, "accessResultData": { "properties": { "transformerName": { "type": "keyword"Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Nov 07 04:44:10 GMT 2024 - 963 bytes - Click Count (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/OpenSearchDataService.java
/** * Fields to fetch for access result list without data. */ private static final String[] ACCESS_RESULT_FIELDS = { "parentUrl", "method", "mimeType", "sessionId", "url", "executionTime", "createTime", "contentLength", "lastModified", "ruleId", "httpStatusCode", "status" }; /** * Creates a new instance of OpenSearchDataService. * @param crawlerConfig The crawler configuration.Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Mon Nov 24 03:59:47 GMT 2025 - 11.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
public void setAccessResultData(AccessResultData<String> accessResultData) { // Do nothing in test } @Override public void setExecutionTime(Integer executionTime) { // Do nothing in test } @Override public void setCreateTime(Long createTime) { // Do nothing in test } @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)