Re: Lucene Speed

2018-07-18 Thread Michael McCandless
Hi Ehson, Have you looked at the luceneutil source code that runs the benchmarks? https://github.com/mikemccand/luceneutil The sources are not super clean, but that's what's running the nightly benchmarks, starting from src/main/perf/Indexer.java. Mike McCandless http://blog.mikemccandless.com

Re: Lucene Speed

2018-07-18 Thread Adrien Grand
Have you already checked https://wiki.apache.org/lucene-java/ImproveIndexingSpeed? Often when running such benchmarks, the bottleneck is not indexing but opening or parsing input files, so you should review that part as well. Le mer. 18 juil. 2018 à 16:12, Ehson Umrani a écrit : > Hello, > > My

Lucene Speed

2018-07-18 Thread Ehson Umrani
Hello, My name is Ehson Umrani and I am currently running some experiments using Lucene. FOr the expiraments I am running I need Lucene to run as fast as possible. Do you have any suggestions on how to achieve speeds listed on the nightly benchmark page. I am also using 1kb Wikipedia files and