Ignore:
Timestamp:
2011-08-26T23:32:25+12:00 (13 years ago)
Author:
davidb
Message:

Relocation of files to make solr.solr.home more natural. Plus, more carefully control the order in which the build_dir/index_dir folder is deleted in. For solr we need to do this earlier than lucene

File:
1 edited

Legend:

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

    r24483 r24501  
    6363sub open_post_pipe
    6464{
    65     my ($collect,$ds_idx) = @_;
     65    my ($core) = @_;
    6666
    6767    my $search_path = get_search_path();
     
    7575   
    7676    # Now run solr-post command
    77     my $core = $collect."-".$ds_idx;
    7877    my $post_props = "-Durl=http://localhost:$jetty_port/solr/$core/update";
    7978    $post_props .= " -Ddata=stdin";
     
    8281    my $post_java_cmd = "java $post_props -jar \"$full_post_jar\"";
    8382   
    84 ###  print STDERR "**** post cmd = $post_java_cmd\n";
     83##  print STDERR "**** post cmd = $post_java_cmd\n";
    8584   
    8685    open (PIPEOUT, "| $post_java_cmd")
Note: See TracChangeset for help on using the changeset viewer.