AEM 6.5 Maximum size of node exceeded- greater than 102400
Hi
we have an old application where paths are stored as string[] within a node and we receive an error along the lines
WARN [async-index-update-fulltext-async] org.apache.jackrabbit.oak.plugins.index.lucene.LuceneDocumentMaker String length: xxx for property: proplist at Node: xxx is greater than configured value 102400
Was referring to this url
while I know of the limitations, wondering if there are ways one could guide with refactoring say approach with binary file or so while maintaining backwards compatibility and perhaps indexing that was set as well ?
Is this something that can potentially bring down the instance ?