We are using the following below method with Lucene 2.4.0

public void search(Weight weight,
                   Filter filter,
                   HitCollector results)
            throws IOException

We are upgrading to the latest version and looking at the API (4.0), the
above signature has been deleted from the 4.0 but has no indication on what
other method needs to be used for the above one. Could someone please let us
know if this is a documentation error or removed from 4.0. If its removed
from 4.0, could someone please suggest an appropriate method that needs to
be used in place of the above?



--
View this message in context: 
http://lucene.472066.n3.nabble.com/IndexSearcher-search-Weight-weight-Filter-filter-HitCollector-results-is-not-there-in-4-0-version-tp4035488.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to