: After switching to solr 3.2 and building a new index from scratch I ran : check_index which reports: : Segments file=segments_or numSegments=1 version=FORMAT_3_1 [Lucene 3.1] : : Why do I get FORMAT_3_1 and Lucene 3.1, anything wrong with my index?
That's just because the index format didn't change between 3.1 and 3.2, but i can understand how it might be confusing. I filed an issue to try and make this less confusing in the future... https://issues.apache.org/jira/browse/LUCENE-3226 -Hoss