You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using 'filesystem' driver , score calculation does not work.
I fixed this bug on "TNTIndexer.php" , function "readDocumentsFromFileSystem"
// "total_documents" is already defined... so an INSERT won't work... use UPDATE (or the ready to use function "updateInfoTable".
// $this->index->exec("INSERT INTO info ( 'key', 'value') values ( 'total_documents', $counter)");
$this->updateInfoTable('total_documents', $counter);
I also changed the way search is returned using the 'filesystem' driver.
File "TNTSearch", function "search".
Using 'filesystem' driver , score calculation does not work.
I fixed this bug on "TNTIndexer.php" , function "readDocumentsFromFileSystem"
I also changed the way search is returned using the 'filesystem' driver.
File "TNTSearch", function "search".
Great library.
Many thanks.
Thierry.
The text was updated successfully, but these errors were encountered: