The <cfindex /> does not support the "autocommit" attribute

The <cfindex /> does not support the autocommit attribute. In ACF, we often had to use this attribute in order to submit changes in a batch, otherwise things would get really slow and we’d run into max searchers exceptions.

Is there are reason this wasn’t implemented with Lucee?

all the cfsearch/cfindex stuff in Lucee is rather super ancient and somewhat unloved

many people are using Elasticsearch instead

Thanks!

I didn’t even pay attention to the version of Lucene that Lucee uses (v2.4.1.32) which is behind even what ACF10 uses (v3.4.0.2012.02.02.15.09.05).

Sounds like re-writing the search functionality is something we’ll need to work on.

yeah, the latest lucene version is 8.6.1!!!