Re: Indexing Problem

2007-11-15 Thread Sirish
r character size limitation >> for Field.Text in my above code. Also I would like to store this text as >> I >> need to implement highlighting for the search text. >> >> >> -- >> View this message in context: >> http://www.nabble.com/Indexing-Probl

Re: Indexing Problem

2007-11-15 Thread Erick Erickson
if there is any text or character size limitation > for Field.Text in my above code. Also I would like to store this text as I > need to implement highlighting for the search text. > > > -- > View this message in context: > http://www.nabble.com/Indexing-Prob

Indexing Problem

2007-11-15 Thread Sirish
there is any text or character size limitation for Field.Text in my above code. Also I would like to store this text as I need to implement highlighting for the search text. -- View this message in context: http://www.nabble.com/Indexing-Problem-tf4816336.html#a13778913 Sent from the Lucene

Re: Indexing problem

2006-02-18 Thread Erik Hatcher
On Feb 18, 2006, at 6:11 AM, revati joshi wrote: i'm facing problem while indexing the files .There r some files which r not in normal ASCII format having ASCII characters but r in some arabic,french format which i don't want to index those files. Because of these files my indexing

Indexing problem

2006-02-18 Thread revati joshi
Hi, i'm facing problem while indexing the files .There r some files which r not in normal ASCII format having ASCII characters but r in some arabic,french format which i don't want to index those files. Because of these files my indexing process gets halted in between.so is there any cl

RE: Indexing problem - empty index files!

2005-10-24 Thread Koji Sekiguchi
cument(doc); } writer.optimize(); writer.close(); Koji > -Original Message- > From: Samuel Jackson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 25, 2005 8:34 AM > To: java-user@lucene.apache.org > Subject: Indexing problem - empty index files! > > > Hi to al

Indexing problem - empty index files!

2005-10-24 Thread Samuel Jackson
Hi to all! I'm new to Lucene and wanted to create a sample application to index certain database fields. But there seems to be some problem because the created files in the index target directory are only 1kb --> So I don't get any results of course. Here is what I did - can anyone give me a hi

Indexing problem

2005-05-30 Thread Falko Guderian
Hi, I indexed 20 documents. I want to evaluate my lucene index. That's why I extract all term with their frequencies in each document. This code has helped a lot. - try { TermEnum terms = indexReader.terms(new Term("content", ""));

Indexing problem

2005-05-30 Thread Falko Guderian
Hi, I indexed 20 documents. I want to evaluate my lucene index. That's why I extract all term with their frequencies in each document. This code has helped a lot. - try { TermEnum terms = indexReader.terms(new Term("content", ""));