Re: OutOfMemoryError indexing large documents

2014-11-26 Thread Jack Krupansky
that the above strategy would be reasonable, or do you need to process large numbers of large documents. -- Jack Krupansky -Original Message- From: ryanb Sent: Tuesday, November 25, 2014 7:39 PM To: java-user@lucene.apache.org Subject: OutOfMemoryError indexing large documents Hello, We

Re: OutOfMemoryError indexing large documents

2014-11-26 Thread Trejkaz
On Wed, Nov 26, 2014 at 2:09 PM, Erick Erickson erickerick...@gmail.com wrote: Well 2 seriously consider the utility of indexing a 100+M file. Assuming it's mostly text, lots and lots and lots of queries will match it, and it'll score pretty low due to length normalization. And you probably

Re: OutOfMemoryError indexing large documents

2014-11-26 Thread ryanb
context where you need to be able to see, and eventually look at, all of the documents matching a query (even if they are 100+M). Thanks Erick! -- View this message in context: http://lucene.472066.n3.nabble.com/OutOfMemoryError-indexing-large-documents-tp4170983p4171212.html Sent from the Lucene

Re: OutOfMemoryError indexing large documents

2014-11-26 Thread ryanb
-indexing-large-documents-tp4170983p4171218.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h

OutOfMemoryError indexing large documents

2014-11-25 Thread ryanb
- RamBufferSize 64MB - No compund files - We commit every 20 seconds Thanks, Ryan -- View this message in context: http://lucene.472066.n3.nabble.com/OutOfMemoryError-indexing-large-documents-tp4170983.html Sent from the Lucene - Java Users mailing list archive at Nabble.com

Re: OutOfMemoryError indexing large documents

2014-11-25 Thread Erick Erickson
-- View this message in context: http://lucene.472066.n3.nabble.com/OutOfMemoryError-indexing-large-documents-tp4170983.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail