Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] Issue in consuming Lucene plugin

Hi team,
 
I am from the Data Studio team, 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?
 
Thank you,
Pranat Chachere.


Back to the top