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
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