- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for 005 (0.05 sec)
-
src/test/java/org/codelibs/fess/query/QueryTestBase.java
} @Override public String getQueryBoostContent() { return "0.05"; } @Override public BigDecimal getQueryBoostContentAsDecimal() { return new BigDecimal("0.05"); } @Override public String getQueryBoostFuzzyTitle() { return "0.01";
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/helper/QueryHelperTest.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/TermQueryCommandTest.java
"{\"bool\":{\"should\":[{\"match_phrase\":{\"title\":{\"query\":\"aaa\",\"slop\":0,\"zero_terms_query\":\"NONE\",\"boost\":0.5}}},{\"match_phrase\":{\"content\":{\"query\":\"aaa\",\"slop\":0,\"zero_terms_query\":\"NONE\",\"boost\":0.05}}}],\"adjust_pure_negative\":true,\"boost\":1.0}}", "aaa"); assertQueryBuilder(MatchPhraseQueryBuilder.class,
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 20.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/PrefixQueryCommandTest.java
return new BigDecimal("0.5"); } @Override public BigDecimal getQueryBoostContentAsDecimal() { return new BigDecimal("0.05"); } @Override public BigDecimal getQueryBoostImportantContentAsDecimal() { return new BigDecimal("-1.0"); // Negative boost }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 13.1K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/filter/UrlFilterTest.java
} /** * Test adding a single exclude pattern */ public void test_addExclude_singlePattern() { String sessionId = "test-session-005"; urlFilter.init(sessionId); urlFilter.addExclude(".*\\.(jpg|png|gif)$"); assertTrue(urlFilter.match("https://example.com/page.html"));
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 19K bytes - Viewed (0) -
cmd/erasure-server-pool-rebalance.go
} pfi := float64(poolStats.InitFreeSpace+poolStats.Bytes) / float64(poolStats.InitCapacity) // Mark pool rebalance as done if within 5% from PercentFreeGoal. if diff := math.Abs(pfi - r.PercentFreeGoal); diff <= 0.05 { r.PoolStats[poolIdx].Info.Status = rebalCompleted r.PoolStats[poolIdx].Info.EndTime = time.Now() return true } return false }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Sep 04 20:47:24 UTC 2025 - 28.9K bytes - Viewed (0) -
docs/en/docs/release-notes.md
pip install "fastapi[standard]" ``` #### Other Changes * This adds support for calling the CLI as: ```bash python -m fastapi ``` * And it upgrades `fastapi-cli[standard] >=0.0.5`. #### Technical Details Before this, `fastapi` would include the standard dependencies, with Uvicorn and the `fastapi-cli`, etc. And `fastapi-slim` would not include those standard dependencies.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Sep 05 12:48:45 UTC 2025 - 544.1K bytes - Viewed (0)