CDRH/OSEL
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-Original Message-
From: prabina pattanayak [mailto:[EMAIL PROTECTED]
Sent: Saturday, October 18, 2008 1:10 AM
To: java-user@lucene.apache.org; [EMAIL PROTECTED]; Ganesh
Subject: Re: I am not able to run Lucene 2.4 Demo
what i observed is that i
not able to run Lucene 2.4 Demo
what i observed is that it creates the index folder, but that is empty.
it should have one/two file named segments.gen and segments_x(any no.) .
but these two files are not being created inside the index folder.
that's why
EMAIL PROTECTED]:\prabina\lucene-2.4demo\index:
files :
Regards,
Prabina
--- On Thu, 16/10/08, Ganesh <[EMAIL PROTECTED]> wrote:
From: Ganesh <[EMAIL PROTECTED]>
Subject: Re: I am not able to run Lucene 2.4 Demo
To: java-user@lucene.apache.org, [EMAIL PROTECTED], [EMAIL PROTECTED]
D
Hello prabina,
I worked fine in windows. Could you provide the details of exception and
also the System.out messages printed by the application.
Index folder will be created in the current directory. When you execute java
org.apache.lucene.demo.IndexFiles , the list of files
available in the
problem.
thanx in advance.
plz, somebody help.
i desparately need the help from you guys.
regards,
Prabina
--- On Wed, 15/10/08, Sudarsan, Sithu D. <[EMAIL PROTECTED]> wrote:
From: Sudarsan, Sithu D. <[EMAIL PROTECTED]>
Subject: RE: I am not able to run Lucene 2.4 Demo
T
Hi Prabina,
The way your are specifying path E:\... is not correct.
Use something like /prabina/lucene-2.4demo/src
Hope this helps,
Sincerely,
Sithu Sudarsan
-Original Message-
From: prabina pattanayak [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 15, 2008 1:12 AM
To: java-user@l
Can you post the full exception?
Mike
prabina pattanayak wrote:
Hi All,
i am a beginner to Lucene.
and i am trying to use Lucene 2.4.
when i have set lucene-core-2.4.0.jar & lucene-demos-2.4.0.jar in my
CLASSPATH. and trying to run:
java org.apache.lucene.demo.IndexFiles E:\prabina
\