Re: Typical Indexing performance

2008-06-06 Thread Konstantyn Smirnov
http://www.nabble.com/Typical-Indexing-performance-tp17619271p17687701.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Typical Indexing performance

2008-06-03 Thread Marcelo Ochoa
he size > of documents and number of fields, whether fields are stored or only indexed, > the IndexWriter settings for segment merging and memory usage, of course, > there is hardware, etc. > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > >

Re: Typical Indexing performance

2008-06-03 Thread Otis Gospodnetic
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Simon Wistow <[EMAIL PROTECTED]> > To: Lucene > Sent: Monday, June 2, 2008 7:40:52 PM > Subject: Typical Indexing performance > > I know this is one of those "How lo

Re: Typical Indexing performance

2008-06-03 Thread Grant Ingersoll
Of course it depends on analysis, etc., but my experience has been at least 2x faster, if not up to 4-5 times depending on the docs, etc. You can use the contrib/benchmark package to try for yourself, of course! On Jun 2, 2008, at 7:40 PM, Simon Wistow wrote: I know this is one of those

Typical Indexing performance

2008-06-03 Thread Simon Wistow
I know this is one of those "How long is a piece of string?" questions but I'm curious as to the order of magnitude of indexing performance. http://lucene.apache.org/java/docs/benchmarks.html seems to indicate about 100-120 docs/s is pretty good for average sized documents (say, an email or som