- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for url_link (0.03 sec)
-
src/test/java/org/codelibs/fess/query/QueryTestBase.java
public String getResponseFieldSitePath() { return "site_path"; } @Override public String getResponseFieldUrlLink() { return "url_link"; } @Override public BigDecimal getQueryBoostImportantContentLangAsDecimal() { return new BigDecimal("-1.0"); } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 14.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/QueryFieldConfigTest.java
public String getResponseFieldSitePath() { return "site_path"; } @Override public String getResponseFieldUrlLink() { return "url_link"; } @Override public String getIndexFieldExpires() { return "expires"; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 33.2K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Cache.kt
rawSource.use { val source = rawSource.buffer() val urlLine = source.readUtf8LineStrict() // Choice here is between failing with a correct RuntimeException // or mostly silently with an IOException url = urlLine.toHttpUrlOrNull() ?: throw IOException("Cache corruption for $urlLine").also { Platform.get().log("cache corruption", WARN, it) }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 16 09:39:51 UTC 2025 - 26.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.4K bytes - Viewed (0)