Mailing List Archive

example to SearchFiles typo
There is a bug in the demonstration documentation.

It says to search use the following

> java -cp lucene.jar:demo/classes
org.apache.lucene.IndexFilesSearchFiles

It should read

java -cp lucene.jar:demo/classes org.apache.lucene.SearchFiles

I hope this helps.

--Peter