Thank you very much. But where can i find the java-user list.I am reading the lucene API illustration file,there is a Deprecated API list on it,is java-user list? I want ro have it because i want to eliminate other Deprecated method.
Michael McCandless-2 wrote: > > > Hi, > > The java-user list is more appropriate for your question (it's > focused on using Lucene java, and, more people read it). > > In this case, you should use the getDirectory(File) method, and then > when you instantiate your IndexWriter, pass in the boolean XX as the > "create" argument. The javadoc stating the deprecation says this. > > Mike > -- View this message in context: http://www.nabble.com/a-problem-about-the-deprecated-method-tp16579552p16585334.html Sent from the Lucene - General mailing list archive at Nabble.com.
