[Feature Request]: beam.apache.org search buries relevant links under ads
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
### What would you like to happen?
The search box on beam.apache.org just does a google search with `inurl:`. This seems effective, but unfortunately organic results are difficult to find under several ads. When I search for "dataframe" I see 4 ads and half of the actual result I'm looking for:

Also, in theory Google's index could be a bit out of date. We could provide a better experience by using a tool like https://lunrjs.com/, which can build an index of a static site and do queries on the client. There's a [hugo-lunr plugin](https://www.npmjs.com/package/hugo-lunr) we could leverage here.
### Issue Priority
Priority: 2
### Issue Component
Component: website
Contributor guide
Assessment
This issue has not been assessed yet.