Re: Solr and non-default minBlockSize/maxBlockSize for PostingsFormat

2015-03-18 Thread Tom Burton-West
Sorry, I know Solr 10 won't be released for quite some time, since 5 is the current release... I meant Solr 4.10.2 On Wed, Mar 18, 2015 at 4:11 PM, Tom Burton-West wrote: > Hello, > > Using Solr 10.10.2 I created a wrapper class plugin that instantiates the > Lucene41PostingsFormat with non-d

Solr and non-default minBlockSize/maxBlockSize for PostingsFormat

2015-03-18 Thread Tom Burton-West
Hello, Using Solr 10.10.2 I created a wrapper class plugin that instantiates the Lucene41PostingsFormat with non-default parameters for the minBlockSize and maxBlockSize. I have created a read-only index. (i.e. there will never be any updates to this index.) I have two questions. 1)I need to b