Re: PostingsFormat block size

2015-01-28 Thread Trym Møller
e of the distributed search stages, I suppose. Here it is. On Tue, Jan 27, 2015 at 4:33 PM, Trym Møller wrote: Hi Thanks for your clarifying questions. In the constructor of the Lucene41PostingsFormat class the minimum and maximum block size is provided. These sizes are used when creating the

Re: PostingsFormat block size

2015-01-27 Thread Trym Møller
Hello Trym, Can you clarify, which blockSize do you mean? And the second q, just to avoid unnecessary explanation, do you know what's Pulsing? On Tue, Jan 27, 2015 at 2:28 PM, Trym Møller wrote: Hi I have successfully create a really cool Lucene41x8PostingsFormat class (a c

PostingsFormat block size

2015-01-27 Thread Trym Møller
Hi I have successfully create a really cool Lucene41x8PostingsFormat class (a copy of the Lucene41PostingsFormat class modified to use 8 times the default block size), registered the format as required. In the schema.xml I have created a field type string with this postingsformat and lastly I