Re: Outof memory exception on using Integer.MaxValue

2010-12-28 Thread Laxmilal Menariya
un the > query, the above statement throw OutofMemory exception. I change the > Integer.MaxValue TO 100, then I again searched, it returned 0 hit. > > Why its thowing memory exception, even there is not hit found for the query > ? > > Thanks > -- Thanks, Laxmilal Menariya

Taking too much time in optimization

2009-08-10 Thread Laxmilal Menariya
tor((int) 1000); lucWriter.setMaxMergeDocs((int) 2147483647); lucWriter.setMaxBufferedDocs((int) 10); -- Thanks, Laxmilal Menariya http://www.bucketexplorer.com/ http://www.sdbexplorer.com/ http://www.chambal.com/

Re: Taking too much time in optimization

2009-08-10 Thread Laxmilal Menariya
the JVM heap if your indexer hits a SUPER LARGE document). Use > setRamBufferSizeMB instead. > > Otis > -- > Sematext is hiring -- http://sematext.com/about/jobs.html?mls > Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR > > > > - Original Message