Volltext-Suche: Hintergrund-Job: POD
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 18 May 2022 13:13:01 +0000 (15:13 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 18 May 2022 13:26:49 +0000 (15:26 +0200)
SL/BackgroundJob/CreateOrUpdateFileFullTexts.pm

index fd28116..e354aa1 100644 (file)
@@ -115,3 +115,30 @@ sub _text_to_strings {
 }
 
 1;
+
+__END__
+
+=pod
+
+=encoding utf8
+
+=head1 NAME
+
+SL::BackgroundJob::CreateOrUpdateFileFullTexts - Extract text strings/words from
+files in the DMS for full text search.
+
+=head1 SYNOPSIS
+
+Search all documents in the files table and try to extract strings from them
+and store the strings in the database.
+
+Duplicate strings/words in one text are removed.
+
+Strings are updated if the change or creation time of the document is newer than
+the old entry.
+
+=head1 AUTHOR
+
+Bernd Bleßmann E<lt>bernd@kivitendo-premium.deE<gt>
+
+=cut