Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.36 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.36 KB

SearchLucene

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.

Prerequisites (pathes need to be updated accordingly):

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