Cluster operations are only supported when connecting through Zookeeper.
Background
Solr has three different approaches on how you can control visibility of new documents in search:- You can
commitmanually - You can rely on Solr’s
autoCommitsetting - You can specify
commitWithinwhen adding documents
commitWithin to avoid relying on specific Solr side configurations. Fusion controls commitWithin on a per-collection basis so you can have multiple collections with different commit frequencies (for example, product documents can be committed more often than signals).
Global setting for commitWithin:
com.lucidworks.apollo.solr.commitWithin is a global configuration property that defines default commitWithin for all documents added through Fusion. Every time you create a new collection in Fusion, per-collection commitWithin is initialized as the global default.
Per-collection setting: You can either specify this property when creating collection or update it with PUT later.