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
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
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