hi compile error

2007-02-12 Thread ashwin kumar
hi all my name is ashwin i am trying to compile this program but its not getting compiled the error msg follows the code which is below import java.io.File; import java.io.FileReader; import java.io.Reader; import java.util.Date; import org.apache.lucene.analysis.Analyzer; import org.apache.luce

Fwd: hi sample code

2007-02-13 Thread ashwin kumar
hi thanks for your kindest reply. i just trying to index some text files using lucene-2.0.0 if you can share any sample programs for text file indexing in lucene-2.0.0 it will be allot helpfull for me to understand lucene better. if u have any sample programs pls send it across to this mail is

score

2007-03-07 Thread ashwin kumar
hi all when i search using lucene i am getting the path of the documents in which the search string is found along with this i am also gettin a score . my question is what is this score? whats the use of score? how the score is given for each document ? thanks regards ashwin

indexing pdfs

2007-03-08 Thread ashwin kumar
hi can some one help me by giving any sample programs for indexing pdfs and .doc files thanks regards ashwin

Re: indexing pdfs

2007-03-08 Thread ashwin kumar
ipper = new PDFTextStripper(); // get text from doc using stripper return stripper.getText(doc); } Sachin -Original Message- From: ashwin kumar [mailto:[EMAIL PROTECTED] Sent: 08 March 2007 09:37 To: java-user@lucene.apache.org Subject: indexing pdfs hi can some one

Re: indexing pdfs

2007-03-08 Thread ashwin kumar
t in-memory. The only other way I have heard of is to use Ifilters. I believe SeekAFile does indexing of pdfs. Sachin -Original Message- From: ashwin kumar [mailto:[EMAIL PROTECTED] Sent: 08 March 2007 11:35 To: java-user@lucene.apache.org Subject: Re: indexing pdfs Is the only way index

Re: indexing pdfs

2007-03-08 Thread ashwin kumar
---Original Message- From: ashwin kumar [mailto:[EMAIL PROTECTED] Sent: 08 March 2007 13:07 To: java-user@lucene.apache.org Subject: Re: indexing pdfs hi again do we have to download any jar files to run this program if so can u give me the link pls ashwin On 3/8/07, Kainth, Sachin <[E

pdf,.doc,.xls,.ppt indexing in lucene

2007-03-09 Thread ashwin kumar
hi all i have tried indexing .txt using lucene and its working fine. now i want to index .doc , .pdf , .xls , . ppt with lucene can some one help in doing that thanks regards ashwin

help!!!!

2007-03-10 Thread ashwin kumar
hi all my name is ashwin i am trying to connect my servlet front end to my backend lucene search program these r the two programs <> import javax.servlet.*; import javax.servlet.http.*; import java.io.*; import java.lang.*; //import java.io.*; import java.io.FileReader; import java.io.Reader;

pdf box help

2007-03-11 Thread ashwin kumar
hi all i am able to convert a pdf in to a text file using pdfbox. and this is the code that i used import org.pdfbox.pdfparser.PDFParser; import org.pdfbox.pdmodel.PDDocument; import org.pdfbox.util.PDFTextStripper; import org.pdfbox.*; import java.io.*; public class PDFConvert { public static

Re: pdf box help

2007-03-11 Thread ashwin kumar
it says that the requested URL is not found On 3/12/07, karl wettin <[EMAIL PROTECTED]> wrote: 12 mar 2007 kl. 07.03 skrev ashwin kumar: > hi all i am able to convert a pdf in to a text file using pdfbox. > and this > is the code that i used > { > >String pdfFile

Re: pdf box help

2007-03-11 Thread ashwin kumar
ya sorry got it but that link contains only a program to index text i have already successfully indexed .txt now want to index pdf On 3/12/07, karl wettin <[EMAIL PROTECTED]> wrote: 12 mar 2007 kl. 07.44 skrev ashwin kumar: > it says that the requested URL is not found Compare t

indexing .doc

2007-03-12 Thread ashwin kumar
hi all i have successfully indexed .txt and .pdf files using lucene . Now i want to index word documents , Excel sheets and power point slides .and for this i have downloaded POI api from the following link http://jakarta.apache.org/poi/ can some one help me with sample codes for indexing the a

Re: indexing .doc

2007-03-12 Thread ashwin kumar
can u please give any links to poi forums On 3/13/07, karl wettin <[EMAIL PROTECTED]> wrote: 13 mar 2007 kl. 03.51 skrev ashwin kumar: > hi all i have successfully indexed .txt and .pdf files using > lucene . Now i > want to index word documents , Excel sheets and power poin

Re: indexing .doc

2007-03-12 Thread ashwin kumar
thanks regards ashwin On 3/13/07, karl wettin <[EMAIL PROTECTED]> wrote: 13 mar 2007 kl. 04.01 skrev ashwin kumar: > can u please give any links to poi forums Sure, http://www.google.com/search?q=poi+forum -- karl > > On 3/13/07, karl wettin <[EMAIL PROTECTED]> w

BEST GUI Fron tend for lucene

2007-03-31 Thread ashwin kumar
hi all this is ashwin i have done my indexing program and i am able to retrieve the matching documents in command line .now i want to create a GUI and want to display the matching documents in the gui. can anyone suggest me what would be the best gui for lucene when it comes to networked environm

Limitations of lucene

2007-04-03 Thread ashwin kumar
hi all i would like to know the limitation of lucene index.if anybody have any links or ebooks please forward.. thanks regards ashwin

Re: Limitations of lucene

2007-04-03 Thread ashwin kumar
length, other? On Apr 3, 2007, at 11:55 AM, ashwin kumar wrote: > hi all i would like to know the limitation of lucene index.if > anybody have > any links or ebooks please forward.. > > thanks > regards > ashwin -- Grant Ingersoll Center for Natur