Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 71 - 73 of 73 for _suggest (0.03 seconds)

  1. architecture/standards/0010-gradle-properties-naming.md

    If they need to be renamed or removed (together or separately from the feature itself), they MUST go through a deprecation cycle and the actual property change MUST happen in a major release.
    Since the naming of the properties no longer suggests they are experimental, we want to ensure users are aware if the current property stops having an effect.
    Since the underlying feature is incubating, its actual behavior can still change or be removed in the minor releases.
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 06 09:25:54 GMT 2026
    - 8K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/filter/LoadControlFilterTest.java

            setConfig(100, 50);
            testableFilter.setCpuPercent((short) 60);
    
            String[] apiPaths = { "/api/v1/search", "/api/v1/documents", "/api/v2/suggest" };
            for (String path : apiPaths) {
                resetMocks();
                mockRequest.setRequestURI(path);
                testableFilter.doFilter(mockRequest, mockResponse, mockFilterChain);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 33.6K bytes
    - Click Count (0)
  3. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                            </la:select>
                                        </div>
                                    </div>
                                        <%-- Suggest --%>
                                    <h4><la:message key="labels.general_menu_suggest"/></h4>
                                    <div class="form-group row">
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 83.1K bytes
    - Click Count (0)
Back to Top