|
|
|
|
|
by davidalayachew
749 days ago
|
|
> Instead of relying on Javadoc, the built-in doc generator, I created the engine from scratch to give the documentations a modern look, build fast search indexes, and enable link resolution to other packages. Javadoc already gives you an extremely fast search index and search bar. Granted, it's only in the newest versions of Java. |
|
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.