Suggestions for modeling an Index

2025-01-20 Thread Cleber Muramoto
Hello. My model has the following Root structure, which consists of N "TimeSpaceIntervals": { id: , intervals: [ { sector: , entry: , exit: }, ] } (exit>=entry is guaranteed) Given a new Root record, I must check for intersections with the incoming data, which mea

RamUsageEstimator hangs with AOT compilation

2020-01-06 Thread Cleber Muramoto
After generating a pre-compiled image lucene-core (8.3.0) with jaotc (JDK 13.0.1), RamUsageEstimator class is never loaded - it fails to complete the static initializer. Steps to reproduce: 1)Generate the image with >jaotc --info --ignore-errors --jar >~/.m2/repository/org/apache/lucene/lucen