/[pgestraier]/trunk/data/indexer.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/data/indexer.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 51 by dpavlin, Fri Apr 14 16:17:19 2006 UTC revision 52 by dpavlin, Thu May 11 10:18:08 2006 UTC
# Line 1  Line 1 
1  #!/usr/bin/perl -w  #!/usr/bin/perl -w
2    
3  use strict;  use strict;
4  use Search::Estraier;  use Search::Estraier 0.06;
5    
6  # score for words in title  # score for words in title
7  my $title_rank = 3;  my $title_rank = 3;
# Line 13  my $node = Search::Estraier::Node->new( Line 13  my $node = Search::Estraier::Node->new(
13          url => 'http://localhost:1978/node/trivia',          url => 'http://localhost:1978/node/trivia',
14          user => 'admin',          user => 'admin',
15          passwd => 'admin',          passwd => 'admin',
16            create => 1,
17  );  );
18    
19    

Legend:
Removed from v.51  
changed lines
  Added in v.52

  ViewVC Help
Powered by ViewVC 1.1.26