Skip to content

Scope Question #112

Dec 30, 2020 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Hey @SeanPedersen - thanks for writing in.

Stork likely won't fit this use case -- the indexer isn't built to run in the browser (it's pretty dependent on loading files from a filesystem) and the client-side bit depends on being able to fetch() an index file from the web, rather than having it loaded in from a buffer or something.

Stork also doesn't support incremental index updates today -- you'd have to re-index everything when users added a new document, which might be prohibitively long. The indexing part is meant to be "heavy" while the searching is "light," and running the "heavy" part in the browser wasn't something I designed it for.

Can you tell me more about your project? I thin…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@SeanPedersen
Comment options

Answer selected by jameslittle230
Comment options

You must be logged in to vote
1 reply
@SeanPedersen
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants