Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for rewritten1 (0.04 sec)

  1. src/test/java/org/codelibs/fess/helper/SearchHelperTest.java

            SearchHelper.SearchRequestParamsRewriter rewriter1 = p -> {
                ((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)
  2. 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)
Back to top