Re: how much blocksize is set in lucene.

2013-01-09 Thread hujing
the index lib must be saved into harddisk. Sent from Huawei Mobile Ian Lea 编写: >What do you mean by lucene blocksize? What version of lucene are you using? > >A good general principle is to start with the defaults and only worry >if there is a problem. > > >-- >Ian. > > >On Wed, Jan 9, 2013 at

Re: how much blocksize is set in lucene.

2013-01-09 Thread hujing
The index lib must be saved in the harddisk. when harddisk can not save a large size index lib, we will use disk array. the disk array must set stripe size. so i want to know,when index lib saved in the disk array ,which stripe size will be set. when index saved in the file sytem, ho