Nick Kaltner
Nick Kaltner
Initial implementation of a scroll function. I just wanted to get some feedback before i firm it up. I think it's good, it's kinda nice to be able to handle...
This adds Table.Reader support. With it, you can use the results from Snap.Search.search in livebook, or explorer eg. ```elixir {:ok, results} = Snap.Search.search(Elastic, "products_new", %{query: %{match_all: %{}}, size: 2000}) Kino.Shorts.data_table(results)...
Just due to the standard configuration not working with livebook, I thought it would be good to add an example of how it can work :)
This adds a new return type for aggregations that are non bucket aggregations eg. metrics aggregations. It closes #33
I can't seem to get stats aggregations to work. I get back something like ``` "unit_price_stats" => %Snap.Aggregation{ buckets: nil, doc_count: nil, doc_count_error_upper_bound: nil, interval: nil, sum_other_doc_count: nil, value: nil...
On macos it says ``` Error: failed to open terminal: /dev/tty Caused by: 0: IOError(Os { code: 22, kind: InvalidInput, message: "Invalid argument" }) 1: Invalid argument (os error 22)...
**Describe the bug** Running on a raspberry pi 5, there are 16KB page sizes which breaks the jemalloc configuration on quickwit It won't run, here is the output; ``` ./quickwit-v0.8.0/quickwit...