Full text search using PowerShell, Everything, and Lucene. With the help of Toxy and EpubSharp this also works with .pdf, .epub and other file formats.
Name | Source |
---|---|
Toxy | https://www.nuget.org/packages/Toxy |
EpubSharp | https://github.com/asido/EpubSharp |
es.exe (Everything command line) | https://voidtools.com/downloads/ |
rga (aka ripgrep-all) | https://community.chocolatey.org/packages/ripgrep-all |
See link to my blog post for more details.
Function | Synopsis | Documentation |
---|---|---|
Find-FileLucene | Search file using Lucene.Net | Link |
New-LuceneIndex | Creates the index on disk for the Lucene search engine | Link |