- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getQueryProcessor (0.08 seconds)
-
src/main/java/org/codelibs/fess/util/ComponentUtil.java
return getComponent(QUERY_FIELD_CONFIG); } /** * Gets the query processor component. * @return The query processor. */ public static QueryProcessor getQueryProcessor() { return getComponent(QUERY_PROCESSOR); } /** * Gets the label type helper component. * @return The label type helper. */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 30.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/query/PrefixQueryCommandTest.java
assertFalse(queryString.contains("important_content")); } @Test public void test_register() { // Save the original processor QueryProcessor originalProcessor = ComponentUtil.getQueryProcessor(); try { // Create a new QueryProcessor and initialize it QueryProcessor newQueryProcessor = new QueryProcessor(); newQueryProcessor.init();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 13.3K bytes - Click Count (0)