Reputation: 1196
I want to modify this method (implement my own version of it) but I can't find the real source. So far I've only found out that it is inherited from Searcher, and Searcher, inside of this method, calls search(createWeight(query), filter, n). But what is the actual code?
thanks
Upvotes: 0
Views: 141