Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for searchTestWithLabel (0.44 sec)

  1. src/test/java/org/codelibs/fess/it/search/SearchApiTests.java

                        .anyMatch(entry -> entry.getValue().toString().toLowerCase().contains(keywords[2].toLowerCase())), doc.toString());
            }
        }
    
        @Test
        public void searchTestWithLabel() throws Exception {
            Map<String, String> params = new HashMap<>();
            params.put("fields.label", TEST_LABEL);
            params.put("num", "100");
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 18.6K bytes
    - Viewed (0)
Back to top