File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,20 @@ Changes
4747 removes the __del__ methods and we will have to find an alternative for
4848 making tests fail safely.
4949
50+ - Custom Commit Policy . [Evan Fagerberg]
51+
52+ Previously a ``Solr `` object assumed that an operation should commit by default.
53+ It is generally good practice to limit the amount of commits to solr.
54+ Excessive commits risk opening too many searcher or using too many system resources.
55+ Therefore the commit policy is configurable via the ``always_commit `` attribute of
56+ the ``Solr `` object.
57+
58+ Most solr configurations should already have an interval that defines how long to wait
59+ before doing a commit to solr anyway. (Measured either in time or number of documents)
60+
61+ IMPORTANT: If you are upgrading to this version and need to keep committing by default,
62+ change the Solr objects to have ``always_commit=True ``.
63+
5064Fix
5165~~~
5266
You can’t perform that action at this time.
0 commit comments