Changeset 33736 for gs3-extensions


Ignore:
Timestamp:
2019-12-02T13:54:11+13:00 (4 years ago)
Author:
kjdon
Message:

fixed a spelling mistake

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/solr/trunk/src/perllib/solrbuilder.pm

    r33392 r33736  
    693693    $self->{'buildproc'}->set_levels ($store_levels);
    694694    print STDERR "</Stage>\n" if $self->{'gli'};
    695 
     695   
    696696
    697697    print STDERR "@@@@@ FINISHED PROCESSING INDEX: indexlevel $self->{'index_mapping'}->{$index}\n\n";
     
    730730    # in solrbuilder.pm (note that unload doesn't delete the index directory associated with the core)
    731731    # and then in activate.pl the building-* cores get pinged again to determine whether they exist
    732     # before attempting to unload them there as well, since I can no longer assume the corse exist
     732    # before attempting to unload them there as well, since I can no longer assume the cores exist
    733733    # and can be unloaded. There is now the additional overhead of all the extra pinging going on,
    734734    # but it helps ensure we only unload building-* cores when they exist.
Note: See TracChangeset for help on using the changeset viewer.