Re: speedup indexing

2007-08-07 Thread Michael McCandless
"SK R" <[EMAIL PROTECTED]> wrote: > Hi, > Thanks for this valuable informations. > I'm using Lucene2.1 now. Do I need to apply the patch "LUCENE-843" > with > existing one or i have to move the latest? It's probably best to use a nightly build JAR of Lucene to play with LUCENE-843.

Re: speedup indexing

2007-08-07 Thread SK R
Hi, Thanks for this valuable informations. I'm using Lucene2.1 now. Do I need to apply the patch "LUCENE-843" with existing one or i have to move the latest? Do i need to use flushByRam instead of flushbydoc to work with this patch? Regards RSK On 8/7/07, Michael McCandless <[EMAIL PROT

Re: speedup indexing

2007-08-07 Thread Michael McCandless
"Mike Klaas" <[EMAIL PROTECTED]> wrote: > > On 8/6/07, testn <[EMAIL PROTECTED]> wrote: > >> > >> 2. To improve indexing speed, you can consider using the trunk > >> code which > >> includes LUCENE-843. The indexing speed will be faster by almost > >> an order of > >> magnitude. > > While a

Re: speedup indexing

2007-08-06 Thread Mike Klaas
than my requirement? I'm also testing with FastAnalyzer which improves indexing speed. I appreciate more useful solutions? Regards RSK -- View this message in context: http://www.nabble.com/speedup- indexing-tf4223630.html#a12026678 Sent from the Lucene - Java Users mailing

Re: speedup indexing

2007-08-06 Thread Chris Lu
s indexing speed. I > > appreciate more useful solutions? > > > > Regards > > RSK > > > > > > -- > View this message in context: > http://www.nabble.com/speedup-indexing-tf4223630.html#a12026678 > Sent from the Lucene - Java Users mailing list arch

Re: speedup indexing

2007-08-06 Thread testn
h FastAnalyzer which improves indexing speed. I > appreciate more useful solutions? > > Regards > RSK > > -- View this message in context: http://www.nabble.com/speedup-indexing-tf4223630.html#a12026678 Sent f

RE: speedup indexing

2007-08-06 Thread Chhabra, Kapil
Try going through: http://wiki.apache.org/lucene-java/ImproveIndexingSpeed Regards, kapilChhabra -Original Message- From: SK R [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 5:09 PM To: java-user@lucene.apache.org Subject: speedup indexing Hi, I have indexed 5 fields and

speedup indexing

2007-08-06 Thread SK R
Hi, I have indexed 5 fields and stored 2 of them(field Length is around 1). My index is growing in nature and it is in GB. I need to get search result based on docID only. Scoring, additional sorting, delete and update are never used. None of complicated things required. In my testing

RE: Speedup indexing process

2006-02-20 Thread Mordo, Aviran (EXP N-NANNATEK)
, 2006 5:18 AM To: java-user@lucene.apache.org Subject: Speedup indexing process Hi, Maybe this question is trivial but I need to ask it. I've some problem with indexing large number of documents, and I seek for better solution. Task is to index about 33GB text data CSV (each record about 30kB

Re: Speedup indexing process

2006-02-17 Thread Michael D. Curtin
Java Programmer wrote: Hi, Maybe this question is trivial but I need to ask it. I've some problem with indexing large number of documents, and I seek for better solution. Task is to index about 33GB text data CSV (each record about 30kB), it possible of course to index these data but I'm not ver

Speedup indexing process

2006-02-17 Thread Java Programmer
Hi, Maybe this question is trivial but I need to ask it. I've some problem with indexing large number of documents, and I seek for better solution. Task is to index about 33GB text data CSV (each record about 30kB), it possible of course to index these data but I'm not very happy with timings (abou