I manage a very large Umbraco install and we have several pages with very large HTML tables on them with reporting data. When the Examine Index is being rebuilt I'm seeing the following error:
'Lucene.Net.Util.BytesRefHash.MaxBytesLengthExceededException' in Lucene.Net.dll
The problem is that when that occurs indexing stops and no further pages are indexed. My only solution to get my indexes built at this point is to find all those large pages, unpublish them, rebuild the indexes, then republish those pages. Can this code building the indexes include some error catching so that indexes can continue being built even when large content can't be indexed? Or if there is some other fix I can implement to remove this problem please let me know. I'm very close to rolling out my Umbraco 9 upgrade but need to resolve this indexing issue first.
Error During Examine Indexing
I manage a very large Umbraco install and we have several pages with very large HTML tables on them with reporting data. When the Examine Index is being rebuilt I'm seeing the following error:
'Lucene.Net.Util.BytesRefHash.MaxBytesLengthExceededException' in Lucene.Net.dll
The problem is that when that occurs indexing stops and no further pages are indexed. My only solution to get my indexes built at this point is to find all those large pages, unpublish them, rebuild the indexes, then republish those pages. Can this code building the indexes include some error catching so that indexes can continue being built even when large content can't be indexed? Or if there is some other fix I can implement to remove this problem please let me know. I'm very close to rolling out my Umbraco 9 upgrade but need to resolve this indexing issue first.
is working on a reply...