RE: exception while initializing IndexConfigWriter

2013-08-31 Thread Uwe Schindler
Hallo Nischal, it looks like your classpath contains different Lucene versions mixed together. Lucene 4.4 would never use the old Lucene40Codec for writing a new index, so it looks like the SPI framework chooses an older index version by default (the one of another Lucene version on the classpa

exception while initializing IndexConfigWriter

2013-08-31 Thread nischal reddy
Hi, I am using lucene in my eclipse plugin, while initializing the IndexConfigWriter i am getting an exception (see below). Interesting part is when i am running a test.java class in the same plugin (with a main method with call to the same method) everything is working fine. But when i run the pl

exception while initializing IndexConfigWriter

2013-08-31 Thread nischal reddy
Hi, I am using lucene in my eclipse plugin, while initializing the IndexConfigWriter i am getting an exception (see below). Interesting part is when i am running a test.java class in the same plugin (with a main method with call to the same method) everything is working fine. But when i run the pl

Re: Files greater than 20 MB not getting Indexed. No files generated except write.lock even after 8-9 minutes.

2013-08-31 Thread Ankit Murarka
Hello. Code Sample for the issue:- Would like to mention that I am able to index documents containing close to 3.5 Lakh lines.. Whereas INDEXING is NOT happening when number of lines are anything greater than 5 Lakhs.. I get Memory Exception from Java... Would sincerely appreciate some help

Re: Optimize Lucene 4.4 for CPU usage

2013-08-31 Thread Adrien Grand
Hi, On Sat, Aug 31, 2013 at 6:55 AM, Rose, Stuart J wrote: > I've noticed that processes that were previously IO bound (in 3.5) are now > CPU bound (in 4.4) and I expect it is due to the compression/decompression of > term vector fields in 4.4. > > It would be nice if users of 4.4 could turn t