The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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