(no title)
davidalayachew | 1 year ago
Javadoc already gives you an extremely fast search index and search bar. Granted, it's only in the newest versions of Java.
davidalayachew | 1 year ago
Javadoc already gives you an extremely fast search index and search bar. Granted, it's only in the newest versions of Java.
martin_dd|1 year ago
The real benefit of customizing search is custom ranking and filtering logic. Docland sorts the search results by relevance (matching prefix length and casing) and dedupes overloads. In my (possibly biased) opinion it's easier to use.
davidalayachew|1 year ago
Agreed. If you do have performance improvements in mind, I would recommend you bring them up to the Javadoc jdk team. They would definitely take a look if you can point out a faster solution.
https://openjdk.org/projects/javadoc-next/
> That's why the search bar in the official java.base documentation is noticeably laggy.
On my $400 laptop from 2020, I have a response time of <= 0.25 seconds. Are you seeing something different?