Y
Hacker News
new
|
ask
|
show
|
jobs
by
tootie
2245 days ago
What's the file size of the index? Is it just encoded in JSON?
1 comments
kevinastone
2245 days ago
Yes, it's encoded json for lunr.js. Here's the index for my static-site blog:
https://blog.kevinastone.com/search_index.json
. It's 305kb un-compressed at the moment (38kb gzipped).
link