What steps will reproduce the problem?
1.I imported IK packages, but I could not find the classes needed in the user
manual example. The following classes are missing:
import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
import org.apache.lucene.index.IndexWriterConfig;
import org.apache.lucene.queryparser.classic.ParseException;
import org.apache.lucene.queryparser.classic.QueryParser;
import org.apache.lucene.util.Version;
What package should I download to get the classes above?
Original issue reported on code.google.com by Zhiyu.Li...@gmail.com on 21 Dec 2013 at 3:18
Original issue reported on code.google.com by
Zhiyu.Li...@gmail.com
on 21 Dec 2013 at 3:18Attachments: