Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for occur (0.49 seconds)

  1. src/test/java/org/codelibs/fess/opensearch/client/SearchEngineClientRebuildTest.java

            assertTrue(result);
            assertEquals("No indices should be created with empty targets", 0, testClient.createdIndices.size());
            assertEquals("No reindex should occur with empty targets", 0, testClient.reindexPairs.size());
        }
    
        // ==========================================================================
        // reindexConfigIndices - atomic alias switching
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 28.6K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/api/chat/ChatApiManager.java

            }
        }
    
        /**
         * Processes a non-streaming chat request.
         *
         * @param request the HTTP request
         * @param response the HTTP response
         * @throws IOException if an I/O error occurs
         */
        protected void processChatRequest(final HttpServletRequest request, final HttpServletResponse response) throws IOException {
            if (!"POST".equalsIgnoreCase(request.getMethod())) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 06:06:55 GMT 2026
    - 25.8K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

         * @param request The HTTP request.
         * @param response The HTTP response.
         * @param chain The filter chain.
         * @throws IOException If an I/O error occurs.
         * @throws ServletException If a servlet error occurs.
         */
        protected void processSuggestRequest(final HttpServletRequest request, final HttpServletResponse response, final FilterChain chain)
                throws IOException, ServletException {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 27 13:56:32 GMT 2026
    - 55.4K bytes
    - Click Count (1)
Back to Top