Re: UnsupportedOperationException from Outputs.merge, during addIndexes

2017-12-11 Thread Trejkaz
On Mon, Dec 11, 2017 at 10:59 PM, Adrien Grand wrote: > This means the FST builder is fed twice with the same key, so it tries to > merge their outputs. This should not happen since the terms dictionary > deduplicates terms. > > Do you get additional errors if you enable assertions? What are the c

Re: UnsupportedOperationException from Outputs.merge, during addIndexes

2017-12-11 Thread Adrien Grand
This means the FST builder is fed twice with the same key, so it tries to merge their outputs. This should not happen since the terms dictionary deduplicates terms. Do you get additional errors if you enable assertions? What are the codec readers that you pass to addIndexes? Could they contain dup