Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for search_count_ (0.07 seconds)

  1. src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp

                                                    </c:if>
                                                    <c:if test="${logType.startsWith('search_count_') or logType.startsWith('search_user_')}">
                                                        <th><la:message
                                                                key="labels.searchlog_requested_time"/></th>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 16.2K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/rank/fusion/RankFusionProcessorConcurrencyTest.java

         */
        @Test
        public void test_searchWhileRegisteringSearchers() throws Exception {
            final CountDownLatch startLatch = new CountDownLatch(1);
            final AtomicInteger searchCount = new AtomicInteger(0);
            final AtomicInteger registerCount = new AtomicInteger(0);
    
            try (RankFusionProcessor processor = new RankFusionProcessor()) {
                processor.setSearcher(new TestSearcher(100));
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 13.5K bytes
    - Click Count (0)
Back to Top