--- lib/Grep/Search.pm 2007/05/08 14:11:38 144 +++ lib/Grep/Search.pm 2007/05/08 14:28:14 145 @@ -22,7 +22,13 @@ my $search = Grep::Search->new(); - my $serach = Grep::Search->new( create => 1 ); + my $search = Grep::Search->new( create => 1 ); + +=head2 invindexer + +Accessor to call any method defined on L + + $search->invindexer->delete_by_term( 'id', 42 ); =cut