Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index configuration properties and provide a dedicated search endpoint (and webapp?) #313

Open
yrodiere opened this issue Jul 31, 2024 · 0 comments

Comments

@yrodiere
Copy link
Member

The full list of (core) configuration properties on the Quarkus website is huge. Search is also implemented in Javascript, and performance has become quite bad -- at least in my case, testing with Firefox.

We should consider having a dedicated index for configuration properties on search.quarkus.io, so that this page's search feature could be offloaded to search.quarkus.io, similarly to what we did for https://quarkus.io/guides

How to perform indexing exactly is TBD:

  • We could scrape the full HTML page, though that would be potentially fragile and prevent us from collecting interesting metadata (e.g. source extension).
  • We could use extension metadata directly, though it would be more complex to retrieve (where is that metadata?) and may involve Asciidoc rendering.
  • ... something else?

cc @gsmet: your overhaul of config annotation processing and metadata (quarkusio/quarkus#42141) will most likely have an impact here.

@yrodiere yrodiere changed the title Index configuration properties and provide a dedicated search endpoint Index configuration properties and provide a dedicated search endpoint (and webapp?) Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant