B.net Index Server 3 🚀
# Download (example – internal only)
wget https://packages.b.net/index-server/3.0.0/bnet-index-server-3.0.0-linux-amd64.tar.gz
tar xzf bnet-index-server-3.0.0-*.tar.gz
cd bnet-index-server-3.0.0
Index Server 3 communicates over UDP/TCP port 6113 (default). Unlike earlier versions, Version 3 introduced a keepalive packet every 30 seconds. Ensure your firewall allows persistent UDP connections.
curl -X PUT "localhost:8080/my_index" -H "Content-Type: application/json" -d '"settings": "shards": 2'
curl -X POST "localhost:8080/my_index/_doc" -d '"title": "B.net v3", "body": "High performance indexing"' -H "Content-Type: application/json" B.net Index Server 3