jameslittle230 / stork

🔎 Impossibly fast web search, made for static sites.
https://stork-search.net
Apache License 2.0
2.73k stars 56 forks source link

Determine if there are index size enhancements possible if `excerpts_per_result` is 0 #282

Closed jameslittle230 closed 2 years ago

jameslittle230 commented 2 years ago

https://stork-search.net/docs/config-ref#excerpts_per_result

jameslittle230 commented 2 years ago

There are!

Note that we can't only write excerpts_per_result excerpts to each result's excerpts vec, because scoring those excerpts only takes place during search, so we don't know which ones we can shed at build time.