less <
luc...@mikemccandless.com> wrote:
> Are you using an IDE (Eclipse)? This may help?:
>
> http://forums.java.net/jive/thread.jspa?messageID=363989
>
> Or maybe try building from the command line instead ("ant compile-demo")?
>
> Mike
>
> On Tue, Oct 27, 2009
at
org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:71)
I run the build again and its the same thing.
Is there anything else I need to do?
tks,
-rajan
row[rows].getContents();
System.err.println("content inside loop is ::: "
+ content);
}
}
}
===
Regards
Rajan
-Original Message-
From: spinergywmy <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Date: Wed, 13 Dec
Hello,
i used jexcepapi. Within that there is class called CSV.java in demo
package.
By using that i extracted text from excel, and added that text into the
index.
I hope this will help you.
Regards
Rajan.
-Original Message-
From: spinergywmy <[EMAIL PROTECTED]>
To: jav
Hello,
Please try to use jexcelapi.
I done it successfully.
While using POI it gave me exception while image is present in excel file.
Regards
Rajan.
-Original Message-
From: spinergywmy <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Date: Wed, 13 Dec 2006 17:21:11 -080
Hi All
I am trying to match accented characters with non-accented characters in
French/Spanish and other Western European languages. The use case is that the
users may type letters without accents in error and we still want to be able to
retrieve valid matches. The one idea, albeit naïve,