Skip to content

Commit b1e1da0

Browse files
committed
remove unused identity index
Identity objects are just a field on Account objects. They don't get stored in their own ES index.
1 parent 41c022f commit b1e1da0

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

es/identity/mapping.json

-15
This file was deleted.

es/identity/settings.json

-8
This file was deleted.

lib/MetaCPAN/ESConfig.pm

-7
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,6 @@ const my %config => merge(
102102
settings => 'es/account/settings.json',
103103
model => 'MetaCPAN::Model::User::Account',
104104
},
105-
identity => {
106-
index => 'identity',
107-
type => 'identity',
108-
mapping => 'es/identity/mapping.json',
109-
settings => 'es/identity/settings.json',
110-
model => 'MetaCPAN::Model::User::Identity',
111-
},
112105
session => {
113106
index => 'session',
114107
type => 'session',

0 commit comments

Comments
 (0)