fulltextsearch
fulltextsearch copied to clipboard
Implement `--path` for flexibility to reindex a specific path
To come around the memory exhausted issues (e. g. #135 and #185) and to quickly (re-)index a directory, I'd like a --path
argument, just like the one in occ files:scan --path='/user/files/documents'
.
This way, smaller chunks can be indexed in a consistent (with files:scan) method.