mark harwood wrote:
Preferably this choice of field loading policy should
NOT be "baked in" at index time because index access
patterns can vary (ruling out options 1 and 3)
I don't think option 3 is baked in at indexing time. I think it would
look like:
| IndexReader.document(int docNumber, long maxFieldSizeToLoad);
| and IndexReader.document(int docNum) would just call this new method
passing in some default value, say 2K or something
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]