Hi, I am new here trying to learn Lucence, I went to this page : http://lucene.apache.org/core/3_6_1/api/core/index.html
In the bottom of the page it said : To demonstrate these, try something like: > java -cp lucene.jar:lucene-demo.jar:lucene-analyzers-common.jar >org.apache.lucene.demo.IndexFiles rec.food.recipes/soups >adding rec.food.recipes/soups/abalone-chowder > [ ... ] >> java -cp lucene.jar:lucene-demo.jar:lucene-analyzers-common.jar >>org.apache.lucene.demo.SearchFiles I downloaded Lucence 3.6, don't know where to do the above demo. Thanks, your help is appreciated. Majid
