Changeset 10
- Timestamp:
- 12/21/03 11:31:27 (8 years ago)
- Files:
-
- 1 modified
-
cgi-wiki/trunk/lib/CGI/Wiki/Search/SII.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cgi-wiki/trunk/lib/CGI/Wiki/Search/SII.pm
r2 r10 7 7 use vars qw( @ISA $VERSION ); 8 8 9 $VERSION = 0.0 7;9 $VERSION = 0.08; 10 10 11 11 =head1 NAME … … 174 174 =item B<index_node> 175 175 176 $search->index_node($node );177 178 Indexes or reindexes the given node in the Search::InvertedIndex179 indexes. 176 $search->index_node($node, $content); 177 178 Indexes or reindexes the given node in the L<Search::InvertedIndex> 179 indexes. You must supply both the node name and its content. 180 180 181 181 =cut
