- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for rewritten2 (0.03 sec)
-
src/test/java/org/codelibs/fess/helper/SearchHelperTest.java
((MockSearchRequestParams) p).setQuery("rewritten1"); return p; }; SearchHelper.SearchRequestParamsRewriter rewriter2 = p -> { ((MockSearchRequestParams) p).setQuery("rewritten2"); return p; }; searchHelper.addRewriter(rewriter1); searchHelper.addRewriter(rewriter2);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 18.9K bytes - Viewed (0) -
docs/changelogs/changelog_2x.md
unnecessary work that could put the client in an inconsistent state if the health check fails. ## Version 2.7.0 _2015-12-13_ * **Rewritten connection management.** Previously OkHttp's connection pool managed both idle and active connections for HTTP/2, but only idle connections for HTTP/1.x. With this update the connection pool manages both
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 26.6K bytes - Viewed (0)