Please help me to find a solution to search inside grouped result.

Grouped Result - One assetid (32) with 2 different color blue & red
===========================================
grouped: {
assetid: {
matches: 619,
ngroups: 32,
groups: [
{
groupValue: 32,
doclist: {
numFound: 2,
start: 0,
docs: [
{
assetid: 32,
merchantid: 1,
color: "red",
manufacturerid: 3,
},
{
assetid: 32,
merchantid: 1,
color:"blue"
manufacturerid: 3,
}]}}]}


Here i need to return complete asset info (both blue and red) of assetid 32
if color = red. When i am trying to query color=red i am getting only color
blue not red.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Search-inside-grouping-list-tp4333488.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to