Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for searchTestWithNotOperation (1.44 sec)

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

                        match = true;
                        break;
                    }
                }
                assertTrue(match, doc.toString());
            }
        }
    
        @Test
        public void searchTestWithNotOperation() throws Exception {
            String query = "java NOT public";
    
            Map<String, String> params = new HashMap<>();
            params.put("q", query);
            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