Stephen Carman

Results 101 comments of Stephen Carman

Abstraction is the next step we want to get a working model functioning first, but after that point boxing into the abstraction should be a pretty straightforward process. Probably zookeeper...

I don't believe this is possible in tantivy, can tantivy update it's schema?

So recently a https://github.com/quickwit-oss/tantivy/issues/1211 introduced non-strict schemas which means unknown fields don't error, but that doesn't re-index the index or change the schema, yea, I'd imagine you would have to...

Not currently, but it'd be very easy to add, a good first issue if someone wanted to learn a bit of rust.

Oh what a cute akita! This looks great, I'd love to see something like this be available, if you have interest as well I don't mind introducing it into the...

I added a list endpoint, you can try it via ```bash curl -X GET --location "http://localhost:8080/_list" -H "Content-Type: application/json" ```

That would require you to have to build toshi with that support right? I suppose we could start conditionally including them and have releases that include tokenizers. Do you think...

What tokenizers specifically would you like to see included? I know the one you linked hasn't been updated in some time and is 2 versions behind on tantivy version so...

I added in https://github.com/toshi-search/Toshi/blob/master/toshi-server/src/lib.rs#L55 the ability to conditionally add tokenizer cang_jie if you build toshi with it. If you want we can add more tokenizers, I'll probably come up with...

This may be a dumb question, but does the process have the permissions to access where the config says to store it's data? It's by default a relative path like...