Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

1 Answer

up vote 1 down vote accepted

Here's the version for Lucene 3.3

share|improve this answer
do you know why it is not in 3.4 source? – myro Nov 26 '11 at 14:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.