Jonathan Hall
Jonathan Hall
I think I can add three methods to satisfy this new API: - `Search()`, the analog to `Query()` and `Find()`, will be used to perform search queries. - `SearchInfo()` will...
Testing this functionality is non-trivial, as starting the Lucene plugin is not currently possible with standard Docker. For now I'm putting this on hold until it is easier to test,...
Thanks for the heads-up, @RossMerr! That's very promising, and full text search is something I'm likely to need at work soon, so I'll see about getting around to working on...
This will require renaming the `Error.HTTPStatus` field, so there's not a conflict between the field and the method. *sigh*
There is not at the moment. It may be possible to add the functionality, but I'm curious how you would be using this, to help gauge the urgency.
That sounds like a nice project! The main reason I haven't included support for `_shards` and other "system"-ish endpoints (there are quite a lot of them) is that it feels...
I think the biggest disadvantage of using chttp right now is that you'll have to make two client connections, since I don't believe there's a provided way to get access...
> maybe this sql parser is also interesting: > https://astexplorer.net/#/gist/f01ba1593abfe285de7f9ab22036ea8d/b97c4f4ada6d8e3b145acc523e2b50b4758cdc01 From what I can tell, it looks like that's written in Node.js, which obviously won't help in a Go project....
Ugh, sorry for the extraneous closing of this. Applying the patch in #213 to our private repo unintentionally closed this.
I have a logrus hook I've written, and been using and updating over the last 3 years now at 3 different companies. I'd be delighted to merge it into this...