Revision 11
- Date:
- 2005/04/29 22:50:16
- Files:
Legend:
- Added
- Removed
- Modified
-
trunk/MANIFEST
6 6 Split.pm 7 7 t/01api.t 8 8 t/99pod.t 9 META.yml Module meta-data (added by MakeMaker) -
trunk/Split.pm
97 97 =item C<swish_config> 98 98 99 99 additional parametars which will be inserted into 100 C<swish-e> configuration file. See L<swish-config>. 100 C<swish-e> configuration file. See C<swish-config>. 101 101 102 102 =item C<memoize_to_xml> 103 103 … … 396 396 =head2 create_slice 397 397 398 398 On first run, starts C<swish-e>. On subsequent calls just return 399 it's handles using L<Memoize>. 399 it's handles using C<Memoize>. 400 400 401 401 my $s = create_slice('/path/to/document'); 402 402 … … 540 540 541 541 my $xml = $i->to_xml({ foo => 'bar' }); 542 542 543 This function is extracted from L<"add"> method so that you can L<Memoize> it. 543 This function is extracted from L<"add"> method so that you can C<Memoize> it. 544 544 If your data set has a lot of repeatable data, and memory is not a problem, you 545 545 can add C<memoize_to_xml> option to L<"open_index">. 546 546