Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
set the alias_for value for the index hot-swap
  • Loading branch information
mickeyn committed Nov 18, 2016
1 parent 8d6e042 commit 3530a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Model.pm
Expand Up @@ -46,7 +46,7 @@ analyzer edge => (

index cpan => (
namespace => 'MetaCPAN::Document',
alias_for => ( $ENV{'ES_SCRIPT_INDEX'} || 'cpan_v1' ),
alias_for => ( $ENV{'ES_SCRIPT_INDEX'} || 'cpan_v1_01' ),
shards => 3
);

Expand Down

0 comments on commit 3530a7b

Please sign in to comment.