Skip to content

Commit

Permalink
Added mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn authored and haarg committed Oct 21, 2024
1 parent 5bda863 commit 7f3023f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lib/MetaCPAN/Script/Mapping/CPAN/Distribution.pm
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,22 @@ sub mapping {
}
}
},
"repo" : {
"dynamic" : true,
"properties" : {
"github" : {
"dynamic" : true,
"properties" : {
"stars" : {
"type" : "integer"
},
"watchers" : {
"type" : "integer"
}
}
}
}
},
"name" : {
"ignore_above" : 2048,
"index" : "not_analyzed",
Expand Down

0 comments on commit 7f3023f

Please sign in to comment.