Andy Seaborne created JENA-1706:
-----------------------------------
Summary: Creating QueryParser causes WARN.
Key: JENA-1706
URL: https://issues.apache.org/jira/browse/JENA-1706
Project: Apache Jena
Issue Type: Task
Components: Text
Reporter: Andy Seaborne
Fix For: Jena 3.12.0
The jena-text test suite generates two kinds of warning:
{noformat}
13:30:38 WARN TextIndexLucene :: Unknown query parser type
'QueryParser'. Defaulting to standard QueryParser
{noformat}
due to TextIndexLucene.parseQuery not dealing with {{"QueryParser"}} (it works
because it drops in the code that create the default choice). There are many of
these.
{noformat}
13:35:07 WARN TextIndexLucene :: Deprecated query parser type
'AnalyzingQueryParser'. Defaulting to standard QueryParser
{noformat}
due to not setting the logging messages to trigger on ERROR.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)