ddorian

Results 122 comments of ddorian

Any (fastest) library that does something like https://marshmallow.readthedocs.io and can be connected to both swagger/rapidoid/routes so it validates request/response and also builds the api-specification. Like you can integrate python(flask+marshmallow+webargs+swagger+apispec). In...

This is needed to get the value from `fast-fields` and not use `stored`. In cases where the primary key is multi-field `(user_id, timestamp)`, this should be able to get/store `user_id`...

From full-segment with 1 user_id, to minimum ~150 same values. Even based on your blog post that you wanted to index open-crawl, globally sorting the urls, will give you fast-field...

globally sorted urls will probably not happen any years soon. This feature is complicated and comes at a cost. Globally sorted happens outside of tantivy (think range sharding vs hash...

> I don't know how I'd achieve this with flask-smorest. Change all the settings to per-app to be per-api object. You have 1 swagger-ui,redoc,etc per-api instead for the whole application....

> The Api object has no name attribute. Shall we add one? Yes, `name` can be used to distinguish them. > How would you prefix the parameters to distinguish the...

I like @sjhewitt approach. @lafrech what do you think: https://github.com/marshmallow-code/flask-smorest/pull/259

@m3nu see above updated message. I was able to delete the original repo, create the repo from Vortex and am taking a backup.

Closing as my issue was fixed. @aapris should open a new issue probably.

The guy above is asking too much imho. Only interested (for now) in in-memory search benchmark compared to lucene + tantivy to see the c++ difference.