Paul Masurel

Results 261 issues of Paul Masurel

I get an "invalid indentation" error when adding multiline comments on a function that is value in a dictionary. ``` coffeescript some_object = add: (x,y)-> ### simple function with doc...

bug

Right now the collector API makes it difficult to work in a distributed environment. We want to merge the segment fruits together on the different node, ship the merged result...

Fast field codec serialization involves passing two iterators called iter_1, and iter_2. See: `BitpackedFastFieldSerializer::serialize` See if it is possible to simplify this.

f64 is not well suited for bitpacking and the monotonic mapping is not useful at all for docvalues. (it is useful for the indexed field.)

We would like support to store IP Addresses. See https://github.com/quickwit-oss/quickwit/issues/1381 These IP address should allow indexed / stored and fastfields with the same semantics as integer. This RFC is about...

In #1725, datetime fastfields will start being stored in microsecs unix timestamps. Obviously the low bits will strongly hurt compression. In #1725 we will also introduce a precision, which will...

In order to have a better DateTime support , In Tantivy, we need to implement: - Update the current DateTime type to hold unix-timestamp in microseconds - The input parsing...

Michael Jackson should get a better score if the two terms appear close to each other in the same document. It would be nice to have a query that computes...

enhancement
help wanted
good first issue

This would require a longlat field type... (and coords if we want simple 2D as well Then the user would want to perform queries such as - return document at...

enhancement