Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for custom_metadata (0.05 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

            final CreateForm form = new CreateForm();
            form.doc = new HashMap<>();
            form.doc.put("url", "https://example.com");
            form.doc.put("title", "Test");
            form.doc.put("custom_metadata", "custom value");
            form.doc.put("department", "Engineering");
    
            final java.lang.reflect.Field currentFormField = AdminSearchlistAction.class.getDeclaredField("currentForm");
    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