Results 37 comments of Julie Tibshirani

Can this be closed now that https://github.com/mikemccand/luceneutil/pull/148 is merged?

> It would be great if there's already some kind of popular dataset that we can rely on – I don't want to make it too "arbitrary" I was also...

We ran into a related issue on Roadrunner where the dagger processor pulled in guava 0.15 as provided, which ended up causing conflicts with our default version (guava 0.18). Looking...

Thanks for the reviews! There's one missing piece I'm still working on: what advice should we give to keep the number of segments as low as possible? Recently we've discussed...

@mayya-sharipova @abdonpijpelink @inqueue this is ready for another review. Changes since last time: * Created top-level section "Reduce the number of index segments", with subsections on force merge and increasing...

I thought about it more, and noticed a surprising behavior when using rewrite to track. If the query rewrites on the coordinating node, then we record both the original and...

@mitar could you explain about the benefit of this enhancement? How would it help with your use case?

@divit00 there are couple issues that could be causing the discrepancy: * Looking at your searches, I don't see a `scroll` defined. Are your searches actually using `scroll`? It's a...

@divit00 this behavior indeed seems off, given the data is not changing. The fact that the two searches show different `skipped` values is surprising to me. It might be challenging...

I see! To set expectations, we are hoping to deprecate scrolls in favor of `pit` with `search_after`. So we're not likely to spend a lot of time debugging this issue.