Post #2183206
2026-05-04 15:35 UTC
@Binder@petrous.vislae.town oh cool! This is apache eh? So i would.need s dedicated server?
Replies (1)
-
@Binder@petrous.vislae.town 2026-05-04 15:39
@drakocxjo@dragonchat.org It's from the Apache project but doesn't explicitly need a webserver; it's a library for ingesting a big chunk of html, parsing it into the parts & sticking it in to a data store where it can be queried. It's the engine underlying things like ElasticSearch https://www.elastic.co/docs/explore-analyze/query-filter/languages/lucene-query-syntax If you need your solution to be v minimal and truly offline, I think I'd be reaching for 'grep' or one of its friends, but I am lazy.