Show
Ignore:
Timestamp:
11/30/07 17:00:59 (1 year ago)
Author:
joshr
Message:

tabs replaced with spaces. We use ts=4 sw=4 in vi.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Swishetest/trunk/Swishetest.pm

    r1960 r1965  
    3333  use Swishetest qw(build_index do_search); 
    3434  use Data::Dumper qw(Dumper); 
    35          
     35     
    3636  my %info = build_index( "input/data", "out/myindex.index");  
    37        # 3rd & 4th params 'configfile' and 'extraoptions' are optional 
     37    # 3rd & 4th params 'configfile' and 'extraoptions' are optional 
    3838  print Dumper( \%info ); 
    3939  open_index("myindex.index"); 
    40   my @rows = do_search( "myindex.index", "this is the search" );        
    41                # returns a list of hashrefs 
     40  my @rows = do_search( "myindex.index", "this is the search" );     
     41        # returns a list of hashrefs 
    4242  close_index("myindex.index"); 
    4343  print Dumper( \@rows );