On Aug 22, 2006, at 6:23 PM, Mag Gam wrote:
Hi All,
I am getting into Java + Lucene. To compile a Lucene program
CreateIndex.java
public class CreateIndex {
// usage: CreateIndex index-directory
public static void main(String[] args) throws Exception {
String indexPath = args[0];
Inde
Hi All,
I am getting into Java + Lucene. To compile a Lucene program
CreateIndex.java
public class CreateIndex {
// usage: CreateIndex index-directory
public static void main(String[] args) throws Exception {
String indexPath = args[0];
IndexWriter writer;
// An index is created by o