Faceted search with grouping counts and drill sideways with dynamic range faceting

2015-10-13 Thread Jon Wu
Hi, I'm just getting started with Lucene for e-commerce. Thanks to awesome blog posts from Shai and Mike, I'm up and running with drill sideways, faceting and single pass grouping, but am unsure how to smooth a few things out around faceting and grouping. Here's what I'm stuck on: 1. With block

Re: Entity level queries on parent child groups in block joins

2015-10-13 Thread Bauer, Herbert S. (Scott)
As a follow up, is it correct that the parent child grouping is on it’s own segment? And would this segment have it’s own LeafReader that I could identify and access. I think this might solve my problem. -scott From: , Scott Bauer mailto:bauer.sc...@mayo.edu>> Date: Tuesday, October 13, 2015

Entity level queries on parent child groups in block joins

2015-10-13 Thread Bauer, Herbert S. (Scott)
We are attempting to upgrade from 2.4.1 to 5.2.1. In our older implementation we had custom filtering/scoring mechanism that allowed us to query our grouped documents as a single entity. In particular, this allowed us to query documents that had the same field name and different values as a si