Re: [PR] fix JavaDoc: use TopDocs instead of Hits [lucene]

2024-11-22 Thread via GitHub
vigyasharma merged PR #14015: URL: https://github.com/apache/lucene/pull/14015 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene

[PR] fix JavaDoc: use TopDocs instead of Hits [lucene]

2024-11-22 Thread via GitHub
saschaszott opened a new pull request, #14015: URL: https://github.com/apache/lucene/pull/14015 ### Description Class `Hits` was removed from the Lucene API with Lucene version 3.0. Use class `TopDocs` instead. -- This is an automated message from the Apache Git Service. To respond