From af8f0a39dd0739e1ec5acdeee46bc28cd891de69 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= <bernd@kivitendo-premium.de>
Date: Wed, 18 May 2022 15:13:01 +0200
Subject: [PATCH] Volltext-Suche: Hintergrund-Job: POD

---
 .../CreateOrUpdateFileFullTexts.pm            | 27 +++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/SL/BackgroundJob/CreateOrUpdateFileFullTexts.pm b/SL/BackgroundJob/CreateOrUpdateFileFullTexts.pm
index fd281162d..e354aa17d 100644
--- a/SL/BackgroundJob/CreateOrUpdateFileFullTexts.pm
+++ b/SL/BackgroundJob/CreateOrUpdateFileFullTexts.pm
@@ -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
-- 
2.20.1