Hello all, We are using Solr 8.11.2 in solrcloud mode and using the BlendedInfixSuggester for autocomplete for our site. We have a very large index and it takes almost 2 days to finish building so during this time, autosuggest isn't available. It's a TLOG/PULL replica setup, so we tried to build on the TLOG, and copy over the blendedInfixSuggesterIndexDir to the PULL replicas but we just get empty results back. I found this ticket ( https://issues.apache.org/jira/browse/SOLR-866) <https://issues.apache.org/jira/browse/SOLR-866.> which implies that replication is not supported. Is there a good way to deal with this? We have continuous updates so we would like to build at least once a week.
Thanks in advance