I want to install lucene-4.9.0. I create new java project in my eclipse and I import core/src/java to my project then import demo/src/java. But, I got foollwing error what should I do? import org.apache.lucene.analysis.standard.StandardAnalyzer; not regonize import org.apache.lucene.queryparser.classic.QueryParser; not regonize
When I add them analysier and query parser to my project it did not regonize other library import javax.servlet.RequestDispatcher; import org.antlr.runtime.ANTLRStringStream; import org.objectweb.asm.Opcodes; what should I do -- Best Regards Fatemeh