Re: docid is just a signed int32

2017-04-06 Thread Jerven Tjalling Bolleman
Hi All, I too would like to have doc'ids that are larger than int32. Not today but in 4 years that would be very nice ;) Already we are splitting some indexes that would be nicer together (mostly allowing more lucene code to be used instead of our own) On the other hand we are not the defaul

Re: Static index, fastest way to do forceMerge

2018-11-02 Thread Jerven Tjalling Bolleman
> - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org ----- To unsubscribe, e-mail: java-user-u

Re: Static index, fastest way to do forceMerge

2018-11-02 Thread Jerven Tjalling Bolleman
ays thought so but wasn't sure anymore. Have a nice weekend everyone! Dawid - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org -- Jerven

Re: Static index, fastest way to do forceMerge

2018-12-18 Thread Jerven Tjalling Bolleman
Hi Dawid, Thanks for looking into this! I have been distracted with other work and did not get the time I expected to work on it. Regards, Jerven On 11/30/18 12:01 PM, Dawid Weiss wrote: Just FYI: I implemented a quick and dirty PoC to see what it'd work like. Not much of a difference on my mac

ArithmeticException: due to integer overflow during lucene merging

2024-05-07 Thread Jerven Tjalling Bolleman
Dear Lucene community, This morning I found this exception in our logs. This was the first time we indexed this data with lucene 9.10. Before we were still on the lucene 8.x branch. between the last indexing with 8 and this one with 9.10 we have a bit more data so it could be something else th

Re: ArithmeticException: due to integer overflow during lucene merging

2024-05-07 Thread Jerven Tjalling Bolleman
at were previously not in the same segment? On Tue, May 7, 2024 at 4:03 AM Jerven Tjalling Bolleman wrote: Dear Lucene community, This morning I found this exception in our logs. This was the first time we indexed this data with lucene 9.10. Before we were still on the lucene 8.x branch. betwe

Re: ArithmeticException: due to integer overflow during lucene merging

2024-05-07 Thread Jerven Tjalling Bolleman
rmative log message be appreciated by the community? e.g. mentioning the field name in the exception? Regards, Jerven On 5/7/24 14:52, Jerven Tjalling Bolleman wrote: Dear Michael, Thank you for your help. We don't use custom term frequencies (I just double checked with a code search).

Re: ArithmeticException: due to integer overflow during lucene merging

2024-05-14 Thread Jerven Tjalling Bolleman
ry challenging here since the exception is thrown at a low level in the code where there might not be a lot of useful info (ie the field name) to provide. And I expect there are other places that make a similar assumption we would have to track down? On Tue, May 7,