- Sort Score
- Num 10 results
- Language All
Results 11 - 12 of 12 for queryParser (0.06 seconds)
-
src/test/java/org/codelibs/fess/exception/QueryParseExceptionTest.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.exception; import org.apache.lucene.queryparser.classic.ParseException; import org.codelibs.fess.unit.UnitFessTestCase; import org.junit.jupiter.api.Test; public class QueryParseExceptionTest extends UnitFessTestCase { @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 5.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exception/QueryParseException.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.exception; import org.apache.lucene.queryparser.classic.ParseException; /** * Exception thrown when a query parsing error occurs. * This exception wraps Lucene's ParseException to provide consistent error handling * within the Fess search framework. * */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.3K bytes - Click Count (0)