<mergePolicy>org.apache.lucene.index.LogByteSizeMergePolicy</mergePolicy>

should now be

<mergePolicy class="org.apache.lucene.index.LogByteSizeMergePolicy" />

See patch in 1st comment

CommentFileSizeAuthor
#1 solrconfig-mergepolicy-1532214-1.patch475 bytessetvik

Comments

setvik’s picture

StatusFileSize
new475 bytes
setvik’s picture

Priority: Normal » Major
setvik’s picture

Status: Active » Needs review
nick_vh’s picture

Is this backwards compatible with Solr 3.5 and lower?

pwolanin’s picture

Solr issue: https://issues.apache.org/jira/browse/SOLR-1052

I confirmed via the solr-user list that the newer format shoudl work for all 3.x - at least I verified it was fine (no exceptions) for 3.5

shenzhuxi’s picture

Confirmed: works for 3.5

nick_vh’s picture

Status: Needs review » Reviewed & tested by the community
drscales’s picture

Patch works with 3.6

pwolanin’s picture

Version: 7.x-1.x-dev » 6.x-3.x-dev
Status: Reviewed & tested by the community » Patch (to be ported)

committed to 7.x

pwolanin’s picture

Status: Patch (to be ported) » Fixed

updated 6.x-3.x to be in sync w/ 7.x

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.