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

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

    [ https://issues.apache.org/jira/browse/LUCENE-9000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16945017#comment-16945017 ] 

Tomoko Uchida commented on LUCENE-9000:
---------------------------------------

As far as class imports, those lines should work with 7.1.0.
{code:java}
import org.apache.lucene.queryparser.classic.ParseException;
import org.apache.lucene.queryparser.classic.QueryParser;
import org.apache.lucene.search.IndexSearcher;
{code}
 

Please refer the 7.1.0 Javdocs and post questions to mailing lists instead of opening issues, because this Jira isn't a help desk.
 [https://lucene.apache.org/core/7_1_0/]

[https://lucene.apache.org/core/discussion.html]

 

> Cannot resolve classes 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
>            Priority: Major
>             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