On Sat, Oct 24, 2009 at 12:25 PM, Fuad Efendi <f...@efendi.ca> wrote: > This JavaDoc is incorrect especially for SOLR,
It looks correct to me... if you think it can be clarified, please propose how you would change it. > when you store raw (non > tokenized, non indexed) "text" value with a document (which almost everyone > does). Try to store 1,000,000 documents with 1000 bytes non-tokenized field: > you will need 1Gb just for this array. Nope. You shouldn't even need 1GB of buffer space for that. The size specified is for all things that the indexing process needs to temporarily keep in memory... stored fields are normally immediately written to disk. -Yonik http://www.lucidimagination.com