clarin-eric/VLO

Solr issue: TransactionLog doesn't know how to serialize class org.apache.lucene.document.LazyDocument

twagoo opened this issue · 0 comments

This known issue (SOLR-13034) in Solr 8.8 occurs during imports and updates. It is supposed to be resolved in Solr 8.9, which is not available yet. Until then, best to use an older version of Solr. Known workaround, i.e. disable the enableLazyFieldLoading setting, doesn't seem desirable as it could affect performance.