Skip to content

Commit

Permalink
added type as doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kavi-egov committed Jun 19, 2024
1 parent e014dde commit a2cfa1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions egov-indexer/household-indexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ServiceMaps:
configKey: INDEX
indexes:
- name: household-index-v1
type: household
type: _doc
id: $.household.clientReferenceId
isBulk: true
jsonPath: $.*
Expand All @@ -20,7 +20,7 @@ ServiceMaps:
configKey: INDEX
indexes:
- name: household-index-v1
type: household
type: _doc
id: $.clientReferenceId
isBulk: true
jsonPath: $.*
Expand All @@ -29,7 +29,7 @@ ServiceMaps:
configKey: INDEX
indexes:
- name: household-member-index-v1
type: member
type: _doc
id: $.householdMember.id
isBulk: true
jsonPath: $.*
Expand All @@ -38,7 +38,7 @@ ServiceMaps:
configKey: INDEX
indexes:
- name: household-member-index-v1
type: member
type: _doc
id: $.id
isBulk: true
jsonPath: $.*
Expand Down

0 comments on commit a2cfa1a

Please sign in to comment.