Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for custom_text (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistActionTest.java

            form.doc.put("custom_date", "2025-01-01T00:00:00.000Z");
            form.doc.put("custom_long", "12345");
            form.doc.put("custom_float", "1.5");
            form.doc.put("custom_text", "hello");
    
            final java.lang.reflect.Field currentFormField = AdminSearchlistAction.class.getDeclaredField("currentForm");
            currentFormField.setAccessible(true);
            currentFormField.set(action, form);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:38:39 GMT 2026
    - 34.4K bytes
    - Click Count (0)
Back to Top