Re: force deletes - terms enum still has deleted terms?

2018-09-28 Thread Erick Erickson
You might be hitting a rounding error. When this happens, how many deleted documents are there in the remaining segments? 1? The calculation for whether to merge the segment is: double pctDeletes = 100. * ((double) deleted_docs_in_segment / (double) doc_count_in_segment_including_deleted_docs if

force deletes - terms enum still has deleted terms?

2018-09-28 Thread Rob Audenaerde
Hi all, We build a FST on the terms of our index by iterating the terms of the readers for our fields, like this: for (final LeafReaderContext ctx : leaves) { final LeafReader leafReader = ctx.reader(); for (final

Re: G1 warming on lucene wiki

2018-09-28 Thread Jerven Bolleman
Hi Jeff, Not sure about the specific bug. But as an data point for www.uniprot.org we have run with G1 for about 5 years now without this issue. Looking at the Bug report it is actually a HotSpot C2 bug. If you are moving to JDK11 they are rarer in this area as there is an consistent API for