Skip to content

Instantly share code, notes, and snippets.

@clifferson
Created December 9, 2012 08:20
Show Gist options
  • Select an option

  • Save clifferson/4243867 to your computer and use it in GitHub Desktop.

Select an option

Save clifferson/4243867 to your computer and use it in GitHub Desktop.
chef-solr change solr document commit interval
/var/lib/chef/solr/home/conf/solrconfig.xml
<autoCommit>
<maxDocs>100</maxDocs>
<maxTime>60000</maxTime>
</autoCommit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment