I just downloaded lucene and built it using ant build with ivy-bootstrapper.
The command given on tutorial page : >java org.apache.lucene.demo.IndexFiles -docs ~/lucene-4.10.0/demo/src gave me this error: Error: Could not find or load main class org.apache.lucene.demo.IndexFiles Where are all the class files located. How can I get started off with this?
