On Wed, Jan 30, 2013 at 8:08 AM, arun k <arunk...@gmail.com> wrote: > Adrein, > > I have created an index of size 370M of 1 million docs of 40 fields of 40 > chars and did the profiling. > I see that the indexing and in particular the addDocument & > ConcurrentMergeScheduler in 4.1 takes double the time compared to 3.0.2.
Can you provide me with the detailed profiles? > Looks like CompressionStoredFieldsFormat is of little use in my scenario. You can can disable stored fields compression and use another StoredFieldsFormat by defining a custom codec (http://lucene.apache.org/core/4_1_0/core/org/apache/lucene/codecs/package-summary.html#package_description). -- Adrien --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org