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

Re: Optimize FTS memory footprint

2017-12-11 Thread elirev
Hו yin How do you determine the size being allocated for your _uid ? -- Sent from: http://lucene.472066.n3.nabble.com/Lucene-Java-Users-f532864.html - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additio

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