: I think the documentation and example files for Solr 4.x need to be : updated. If someone will let me know I'll be happy to fix the example : and perhaps someone with edit rights could fix the reference guide.
I think you're correct - can you open a Jira with suggested improvements for the configs? (i see you commented on the ref guide page which is helpful - but the jira issue wil also help serve sa a reminder to audit *all* the pages for refrences to these options, ie: in config snippets, etc...) : According to the JavaDocs for IndexWriterConfig, the Lucene level : implementations of these do not apply to the default PostingsFormat : implementation. : http://lucene.apache.org/core/4_10_0/core/org/apache/lucene/index/IndexWriterConfig.html#setReaderTermsIndexDivisor%28int%29 : : Despite this statement in the Lucene JavaDocs, in the : example/solrconfig.xml there is the following: Yeah ... I'm not sure what (if anything?) we should say about these in the example configs -- the *setting* is valid and supported by IndexWriterConfig no matter what posting format you use, so it's not an error to configure this, but it can be ignored in many cases. : Can someone please confirm that these two parameter settings : termIndexInterval and termsIndexDivisor, do not apply to the default : PostingsFormat for Solr 4.10? I was taking your word for it :) -Hoss http://www.lucidworks.com/