Re: Suggestions for modeling an Index

2025-01-20 Thread Mikhail Khludnev
Hello Have you considered the range field https://lucene.apache.org/core/9_1_0/core/org/apache/lucene/document/IntRange.html ? On Mon, Jan 20, 2025 at 11:34 PM Cleber Muramoto wrote: > Hello. > > My model has the following Root structure, which consists of N > "TimeSpaceIntervals": > > { > id:

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