A Hits object holds a reference to a Searcher and uses it to retrieve docs not in the cache list. Is it ok if I modify the Hits object in a way that it may have its searcher replaced,
i.e. introduce a:
*setSearcher(Searcher s) { this.searcher = s; }*
method and invoke it (syncronously) between invokations of *doc(n)*


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to