Revision af8f0a39
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
SL/BackgroundJob/CreateOrUpdateFileFullTexts.pm | ||
---|---|---|
115 | 115 |
} |
116 | 116 |
|
117 | 117 |
1; |
118 |
|
|
119 |
__END__ |
|
120 |
|
|
121 |
=pod |
|
122 |
|
|
123 |
=encoding utf8 |
|
124 |
|
|
125 |
=head1 NAME |
|
126 |
|
|
127 |
SL::BackgroundJob::CreateOrUpdateFileFullTexts - Extract text strings/words from |
|
128 |
files in the DMS for full text search. |
|
129 |
|
|
130 |
=head1 SYNOPSIS |
|
131 |
|
|
132 |
Search all documents in the files table and try to extract strings from them |
|
133 |
and store the strings in the database. |
|
134 |
|
|
135 |
Duplicate strings/words in one text are removed. |
|
136 |
|
|
137 |
Strings are updated if the change or creation time of the document is newer than |
|
138 |
the old entry. |
|
139 |
|
|
140 |
=head1 AUTHOR |
|
141 |
|
|
142 |
Bernd Bleßmann E<lt>bernd@kivitendo-premium.deE<gt> |
|
143 |
|
|
144 |
=cut |
Auch abrufbar als: Unified diff
Volltext-Suche: Hintergrund-Job: POD