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
