How to estimate the size of lucene .nrm file

2011-09-17 Thread roz dev
Hi, I want to estimate the size of .nrm file that lucene will generate for a 20 Gb index which has 2.5 Million Docs and 50 fields in each document. Is there any formula to predict it? And, what is the RAM cost of this nrm file. Thanks Saroj

Re: Extracting all documents for a given search

2011-09-17 Thread Chris Hostetter
: I'm trying to reimplement a feature I had under 2.x in 3.x. I have a : feature where a zip file for all of the documents returned by a search can : be exported. Now with the newer APIs you have to put an upper limit on the if you start by explaining what API you were using before, people can