How to soft-commit in Sunspot (Solr 4)?

357 Views Asked by At

Sunspot.commit will do hard-commit. How can I issue a soft-commit command against the Solr 4 server? Soft commits are less expensive and they make use of the NRT feature of Solr 4.

1

There are 1 best solutions below

0
On BEST ANSWER

I couldn't find soft commits feature in sunspot. I have added this functionality and created a pull request against the sunspot main repository.