You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Rosa Casillas (Jira)" <ji...@apache.org> on 2019/10/04 16:40:00 UTC

[jira] [Created] (LUCENE-9000) Cannot resolve clases from org.apache.lucene.core plugin and others

Rosa Casillas created LUCENE-9000:
-------------------------------------

             Summary: Cannot resolve clases from org.apache.lucene.core plugin and others
                 Key: LUCENE-9000
                 URL: https://issues.apache.org/jira/browse/LUCENE-9000
             Project: Lucene - Core
          Issue Type: Bug
          Components: core/queryparser
    Affects Versions: 7.1
         Environment: DTP consume that org.apache.lucene.core plugin and trying to compile with the class got this error.
The compilation error for import of:- import org.apache.lucene.queryParser.ParseException; import org.apache.lucene.queryParser.QueryParser; import org.apache.lucene.search.Searcher;

 

 

 
            Reporter: Rosa Casillas
             Fix For: 7.1


we are consuming the *org.apache.lucene.core* plugin in our source code. Wherein we updated the *org.apache.lucene.core* version from  *2.9.0 to 7.1.0**(supported by Photon)*.
But doing that gives us the compilation error in below statements,
 
_import org.apache.lucene.queryParser.ParseException;_
 _import org.apache.lucene.queryParser.QueryParser;_
 _import org.apache.lucene.search.Searcher;_
 
Can you please let us know how to resolve these imports?
 
 
We took a look on the content and noticed that that class is not direct there We tried with Classis class  but even was not able to resolve it, We dont have issue with previous version (2.9.0)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org