Hi all, I wanted to double check the docs at http://wiki.apache.org/solr/UpdateXmlMessages, does the parameter maxSegments really apply to a commit message?
In UpdateRequest.java the code: if( action == ACTION.OPTIMIZE ) { params.set( UpdateParams.OPTIMIZE, "true" ); params.set(UpdateParams.MAX_OPTIMIZE_SEGMENTS, maxSegments); } else if( action == ACTION.COMMIT ) { params.set( UpdateParams.COMMIT, "true" ); } seems to suggest it doesn't! But didn't want to change the wiki without confirmation. Eric ----------------------------------------------------- Eric Pugh | Principal | OpenSource Connections, LLC | 434.466.1467 | http://www.opensourceconnections.com Co-Author: Solr 1.4 Enterprise Search Server available from http://www.packtpub.com/solr-1-4-enterprise-search-server Free/Busy: http://tinyurl.com/eric-cal --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org