Hello, I have been reading the documentation on UpdateHandlers and Near Real Time Searching, and I'm wondering if there is any practical difference between these two configurations:
- autoSoftCommit enabled, with maxTime=10000 and commitWithin not specified - autoSoftCommit disabled, commitWithin=10000 set on each update request My assumption is that the functionality would be the same, but just wanted to make sure I'm not missing something. Currently we are using autoSoftCommit, but using commitWithin seems potentially better if it would enable using a larger commitWithin for some lower priority updates. Thanks, Matthew
