The GitHub Actions job "Build" on jackrabbit-oak.git/OAK-12372_lucene-ignore-long-facet-properties has failed. Run started by GitHub user mkapalka (triggered by reschke).
Head commit for run: bdf3488f7e9b9202b01429ba84dbdf49294b16fd / Michal Kapalka <[email protected]> OAK-12372: ignore Lucene facet properties that are too long Lucene limits the lenght of the category path of a facet to 8191 characters. When Oak tries to index a property which name + value + 1 (path separator) exceeds this limit, Lucene throws an exception that aborts the indexing step. Since those kinds of facet properties are unlikely to be useful, it is better to ignore them and continue the indexing process. This patch does it but uses a feature flag to disable this new behaviour if ever needed (enabled by default). Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/32954764904 With regards, GitHub Actions via GitBox
