Re: SearchFiles demo fails with exception while IndexFiles works

2009-10-28 Thread s rajan
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

SearchFiles demo fails with exception while IndexFiles works

2009-10-27 Thread s rajan
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

Re: Index Excel File

2006-12-13 Thread 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

Re: Index Excel File

2006-12-13 Thread rajan
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

Re: Index Excel File

2006-12-13 Thread rajan
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

Matching accented with non-accented characters

2006-07-25 Thread Rajan, Renuka
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,