Re: accessing Lucene package members from Solr

2015-12-12 Thread david.w.smi...@gmail.com
Good day Mikhail. Without looking at the details, I have no qualms about making a method public if you need to call it from another package. Just add @lucene.internal to the method; perhaps warn in comments that it’s likely going away in 6.0. ~ David On Fri, Dec 11, 2015 at 2:47 PM Mikhail Khludn

accessing Lucene package members from Solr

2015-12-11 Thread Mikhail Khludnev
Good day! While working on SOLR-5743, which nobody wants to comment, I face the problem. Collector from Solr codebase should call package visible member: o.a.l.s.join.ToParentBlockJoinQuery.BlockJoinScorer.swapChildDocs(int[]) I see the following alternatives: - straightforwardly, make BlockJoinS