Paul Masurel
Paul Masurel
@drusellers Yes I did have a look at Vespa. Mostly for the way they distribute things, but not their index format.
Assigning to @fmassot , but he will just lead the effort. People who want to join the discussion is welcome.
@mlvzk Can you open an issue to host the discussion? (In the future, please do that before opening a PR.)
@mlvzk Yes it is fine. ideally, it is better to add Closes #1074 in your commit message to automatically link the PR and the issue, and to autoclose the issue...
@mlvzk what is the status of this PR? Have you addressed the changes from @PSeitz ?
Of course we'd love to have Arabic supported in tantivy! (I am not sure what was the point of the wikipedia quote !?) tantivy approach here is to make it...
(For obvious reason, this is unmergeable but I assume this was not the purpose of this PR?) Good job finding out how to use the new FileSlice API without any...
Apart from fieldnorms, we solved all of the problems you mentioned above in a more efficient way here. https://github.com/quickwit-inc/tantivy/tree/quickwit/src/termdict/sstable_termdict FST are by nature (at least not with this layout) not...
> I'm not sure what exactly you mean - but that part is simple, I just compile tantivy to wasm, and implement the Directory and FileHandle trait with functions that...
@phiresky no, but you can have a look at the dictionary we use here.. tantivy = { git= "https://github.com/quickwit-inc/tantivy", rev="6d3e9087c"} The idea is rather simple. Fst suck by essence for...