Are you using ant? By just using "ant demo" from the lucene root directory everything goes fine. Make sure you have the latest ant (1.4).
And also, I would be very interested in seeing what you are doing. At my previous job, we started building a clusterizer around lucene but turned out to be a little bit slow, so, we ended up building our own similarity measuring (manhattan distance between word vectors). Alex -----Original Message----- From: Joshua O'Madadhain [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 7:14 PM To: [EMAIL PROTECTED] Subject: compiling example code I am attempting to build the example code which is located in the \lucene-1.2-rc2\src\demo\org\apache\lucene directory in the distribution. Specifically, I'm trying to get IndexFiles.java, SearchFiles.java, and FileDocument.java to compile, as a sanity check, before trying to go any further. (The project is to develop an extension to the vector model using fuzzy clustering; details available if anyone wants them.) Two of these files compile without error. However, when I attempt to compile IndexFiles.java, I get the following error: C:\lucene-1.2-rc2\src\demo\org\apache\lucene\IndexFiles.java:95: cannot resolve symbol symbol : variable FileDocument location: class org.apache.lucene.IndexFiles writer.addDocument(FileDocument.Document(file)); ^ 1 error I don't understand why I'm getting this error; FileDocument has already been compiled, and the class is in the same directory as the other documents. Perhaps I'm just missing something basic about using packages, but it all seems plausible. Has anyone managed to get these examples to build, and if so, how? Thanks-- Joshua [EMAIL PROTECTED] Per Obscurius...www.ics.uci.edu/~jmadden Joshua Madden: Information Scientist, Musician, Philosopher-At-Tall It's that moment of dawning comprehension that I live for--Bill Watterson My opinions are too rational and insightful to be those of any organization. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
