tantivy-py icon indicating copy to clipboard operation
tantivy-py copied to clipboard

Adding facet filter and search

Open bloodbare opened this issue 5 years ago • 3 comments

bloodbare avatar May 25 '20 18:05 bloodbare

@poljar @fulmicoton Sorry I could not finish this PR, I was bootstraping getflaps.com and was super busy. Now I have some time and would like to get back to it as we are using with super successful result on our startup!

@poljar fixed all style errors

@fulmicoton About removing facets from search function and move it the query itself I don't understand how we can add a collector to count filters on the query parsed query

bloodbare avatar Mar 24 '21 10:03 bloodbare

Any chance this PR might get merged soon? I was just trying to use the tantivy-py package and realized it's quite a bit behind the core Tantivy package, which I was using as a reference for documentation. I'm currently trying to do some of the work to bump the version to v0.15.3, but I'm very new to Rust, so it's quite a slog fo me. It seems like such a shame to just let all the good work in this PR go to waste :)

ZeroCool2u avatar Jul 20 '21 20:07 ZeroCool2u

Any chance this PR might get merged soon? I was just trying to use the tantivy-py package and realized it's quite a bit behind the core Tantivy package, which I was using as a reference for documentation. I'm currently trying to do some of the work to bump the version to v0.15.3, but I'm very new to Rust, so it's quite a slog fo me. It seems like such a shame to just let all the good work in this PR go to waste :)

Sure, but the panic absolutely needs to disappear, I guess we can leave the version bump.

poljar avatar Jul 20 '21 20:07 poljar