Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

HH-Search Server Documentation

Production Environment

Opensearch Dashboard : https://os-hh-search-prod-hh-production.d.aivencloud.com:443 user: avnadmin pass: AVNS_q2bdzsu7MuVSTrEqRlf

HH Search Service API: https://search.hungryhub.com/

HH Search Service Worker: https://search-worker.hungryhub.com/

HH Search Queue BullMQ (Similar to sidekiq) https://search-worker.hungryhub.com/bullmq/

Flipper: https://hungryhub.com/admin/flipper/features/kafka_producer_hhsearch

Staging Environment

Opensearch Dashboard : https://os-hh-search-staging-dashboard.hh-engineering.my.id/app/login user: admin pass: AVNS_D8v3Md-0zJ_oBYuChFU

OpenSearch Service API: https://os-hh-search-staging.hh-engineering.my.id/

(Engineering) hh-engineering

HH Search Service API: https://search.hh-engineering.my.id/

HH Search Service Worker: https://search-worker.hh-engineering.my.id/

HH Search Queue BullMQ (Similar to sidekiq) https://search-worker.hh-engineering.my.id/bullmq User: user1 Password: 1234

Flipper: https://hh-engineering.my.id/admin/flipper/features/kafka_producer_hhsearch

(Ballbot) hh-ballbot

HH Search Service API: https://search.hh-ballbot.my.id/

HH Search Service Worker: https://search-worker.hh-ballbot.my.id/

HH Search Queue BullMQ (Similar to sidekiq) https://search-worker.hh-ballbot.my.id/bullmq

(Venus) hh-venus

HH Search Service API: https://search.hh-venus.my.id/

HH Search Service Worker: https://search-worker.hh-venus.my.id/

HH Search Queue BullMQ (Similar to sidekiq) https://search-worker.hh-venus.my.id/bullmq

Flipper: https://hh-ballbot.my.id/admin/flipper/features/kafka_producer_hhsearch

(Sandbox) prod-support

HH Search Service API: https://search.hhstaging.dev/

HH Search Service Worker: https://search-worker.hhstaging.dev/

HH Search Queue BullMQ (Similar to sidekiq) https://search-worker.hhstaging.dev/bullmq

Flipper: https://hhstaging.dev/admin/flipper/features/kafka_producer_hhsearch

How to Reindex Schema?

  1. Access the pod shell / terminal of the servers (hh-server)
  2. Running these commands for reindex the specific schema
# Reindex restaurants schema
$ bin/rake reindex_schema:restaurants

# Reindex inventories (availability) schema
$ bin/rake reindex_schema:inventories

# Reindex restaurant tags schema
$ bin/rake reindex_schema:restaurant_tags