- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for MatchAllQueryCommand (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/query/MatchAllQueryCommandTest.java
queryProcessor.init(); ComponentUtil.register(queryProcessor, "queryProcessor"); // Initialize MatchAllQueryCommand matchAllQueryCommand = new MatchAllQueryCommand(); matchAllQueryCommand.register(); } @Override protected void tearDown(TestInfo testInfo) throws Exception { super.tearDown(testInfo); } @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 17K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/query/BooleanQueryCommandTest.java
@Override protected void setUpChild() throws Exception { // Register other query commands that might be needed new TermQueryCommand().register(); new MatchAllQueryCommand().register(); // Initialize and register BooleanQueryCommand booleanQueryCommand = new BooleanQueryCommand(); booleanQueryCommand.register(); } // Test getQueryClassName methodCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 14.4K bytes - Click Count (0)