GeorgeNmp
Member
AS64512
- Joined:
- May 2024
- Posts:
- 218
- From:
- Ashburn, US
I have been on forums where the search indexed every word including "the" and "a," producing noise. The real problem is usually query parsing. If your Elasticsearch is using the standard analyzer on technical terms like "BGP communities" or "RPKI ROA," it will split on whitespace and lose the phrase context. You may want to consider a custom analyzer with edge n-grams for AS numbers and community strings.
That said, the advice to search first remains valid because it trains newcomers to locate authoritative sources. The IRR database is searchable. PeeringDB is searchable. RPKI validity can be checked via RIPE NCC or Cloudflare's RPKI portal. Learning to search structured data is a skill distinct from searching a forum, but the habit transfers.
iBGP, eBGP, don't care, just peer
GeorgeNmp
Member
AS64512
- Joined:
- May 2024
- Posts:
- 218
- From:
- Ashburn, US
The real issue is nobody knows the search syntax
This. The old index didn't support phrase queries at all, so quotes were meaningless. With the new cluster, standard Lucene syntax should work. Try
"AS64512" +community
and see if the sharding helps.
iBGP, eBGP, don't care, just peer
hankels
Member
52 VPS and counting
- Joined:
- Jun 2024
- Posts:
- 301
- From:
- Phoenix, US
I searched "cheap VPS 2024" and got threads from 2019. The date filter is either missing or I'm blind. Someone point me at it?
seedbox, NAS, tape, and three offsite