mirror of
https://codeberg.org/SeedDMS/paperless
synced 2025-12-09 15:53:29 +00:00
some minor corrections in comments
This commit is contained in:
parent
c4abcf98c0
commit
6f3c87bf08
|
|
@ -542,7 +542,7 @@ class SeedDMS_ExtPaperless_RestAPI_Controller { /* {{{ */
|
||||||
$categorynames[] = '*';
|
$categorynames[] = '*';
|
||||||
}
|
}
|
||||||
|
|
||||||
/* more_like_id is set to find similar documents */
|
/* more_like_id is set to find similar documents {{{ */
|
||||||
if(isset($params['more_like_id'])) {
|
if(isset($params['more_like_id'])) {
|
||||||
|
|
||||||
$index = $fulltextservice->Indexer();
|
$index = $fulltextservice->Indexer();
|
||||||
|
|
@ -558,7 +558,7 @@ class SeedDMS_ExtPaperless_RestAPI_Controller { /* {{{ */
|
||||||
$wcl = 2000;
|
$wcl = 2000;
|
||||||
$shortcontent = mb_strimwidth($fullcontent, 0, $wcl);
|
$shortcontent = mb_strimwidth($fullcontent, 0, $wcl);
|
||||||
|
|
||||||
/* Create a list of words an its occurences to be passed
|
/* Create a list of words and its occurences to be passed
|
||||||
* to the classification.
|
* to the classification.
|
||||||
* The '.' is added as valid character in a word, because solr's
|
* The '.' is added as valid character in a word, because solr's
|
||||||
* standard tokenizer treats it as a valid char as well.
|
* standard tokenizer treats it as a valid char as well.
|
||||||
|
|
@ -621,7 +621,7 @@ class SeedDMS_ExtPaperless_RestAPI_Controller { /* {{{ */
|
||||||
$startfolder = $likedoc->getFolder();
|
$startfolder = $likedoc->getFolder();
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
}
|
} /* }}} */
|
||||||
|
|
||||||
$cattrs = [];
|
$cattrs = [];
|
||||||
// correspondent
|
// correspondent
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user