{ "jetstream_url": "wss://jetstream2.us-west.bsky.network/subscribe", "es_url": "http://localhost:9200", "record_types": [ "xyz.statusphere.status", "com.example.test.esav", "party.whey.ft.topic.post", "party.whey.ft.topic.reaction", "party.whey.ft.topic.moderation", "party.whey.ft.forum.definition", "party.whey.ft.forum.layout", "party.whey.ft.forum.request", "party.whey.ft.forum.accept", "party.whey.ft.forum.category", "party.whey.ft.user.profile" ], "index_name": "appview-poc", "serve_port": "8370", "index_fields": { "party.whey.ft.topic.reaction": { "subject": { "id": "reactionSubject", "type": "keyword" }, "reactionEmoji": { "id": "reactionEmoji", "type": "keyword" } }, "party.whey.ft.topic.post": { "text": { "id": "text", "type": "text" }, "title": { "id": "title", "type": "text" }, "reply.root.uri": { "id": "root", "type": "keyword" }, "reply.parent.uri": { "id": "parent", "type": "keyword" }, "forum": { "id": "forum", "type": "keyword" } }, "party.whey.ft.forum.definition": { "description": { "id": "description", "type": "text" }, "displayName": { "id": "displayName", "type": "text" } }, "xyz.statusphere.status": { "status": { "id": "status", "type": "keyword" } }, "com.example.test.esav": { "text": { "id": "text", "type": "text" }, "reply.parent.uri": { "id": "reply.parent.uri", "type": "keyword" }, "reply.root.uri": { "id": "reply.root.uri", "type": "keyword" } }, "app.bsky.feed.post": { "text": { "id": "text", "type": "text" }, "reply.parent.uri": { "id": "reply.parent.uri", "type": "keyword" }, "reply.root.uri": { "id": "reply.root.uri", "type": "keyword" } }, "app.bsky.feed.like": { "subject.uri":{ "id": "subject.uri", "type": "keyword" } } } }