I'm not really sure why we have these two different implementations, but TermInSetQuery (which is public, and in core) provides a similar function -- have you compared the performance of the two?
On Sun, Oct 31, 2021 at 6:57 PM Shad Storhaug <s...@shadstorhaug.com> wrote: > > Hi, > > > > In Lucene.NET we had a request from an end user to make > org.apache.lucene.search.join.TermsQuery (and its constructor) public because > it seems to outperform BooleanQuery. > > > > https://github.com/apache/lucenenet/issues/413 > > > > This request seems reasonable, but I just wanted to check why the class was > made package private in Lucene? Would this be something you would consider > making public? > > > > Thanks, > > Shad Storhaug (NightOwl888) > > Project Chairperson – Apache Lucene.NET > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org