The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SECO::Index::Full - Build Full Search Index

SYNOPSIS

 use SECO::Index::Full;

 my $index = SECO::Index::Full->new
 (
     version => $version, hdfs => 'hdfs/cdx/path', repo => 'data/repo/path',
 );

 $index->get( count => 2 );
 $index->run();
 $index->put();

HDFS

 /home/cloudops/cdx/
   $version/$dbid/
     src/$ts.$id.{full,incr,rank}.$count/
     dst/$ts.$id.data.$version.$dbid/

REPO

 /home/$USER/ytt/
   data/ -> $ts.$id.data.$version.$dbid
     Transdata/ -> /home/$USER/ytt