RE: RE: Integrating NLP into Lucene Analysis Chain

2022-11-22 Thread Lucas Kot-Zaniewski
Hi Guan, I think I've confused everyone a little bit, including myself. When I initially went down the rabbit hole of understanding the synchronization of these wrapping methods I kept an eye out for all potential thread safety issues within open-nlp. I ended up finding issues unrelated to the sy

RE: Re: Integrating NLP into Lucene Analysis Chain

2022-11-22 Thread Lucas Kot-Zaniewski
Hi Benoit, Thanks for the reply and link! My application is english-focused so I have the benefit of having a language with little inflection. This along with a few other reasons pushed me towards an index-heavy approach which doesn't have the complexities involved with synonyms of different posit

Re: Sort by numeric field, order missing values before anything else

2022-11-22 Thread Petko Minkov
Thanks for the help! I didn't know about the performance issues with byte arrays vs numbers in this particular case. On Mon, Nov 21, 2022 at 3:25 AM Adrien Grand wrote: > Uwe, I think that Petko's question was about making sure that missing > values would be returned before non-missing values, e