Yes. I am getting the same result for both q and fq
--
View this message in context:
http://lucene.472066.n3.nabble.com/Search-inside-grouping-list-tp4333488p4334206.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi Emir,
Grouping by default is part of the configuration
true
assetid
true
Don.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Search-inside-grouping-list-tp4333488p4334136.html
Sent from the Solr - User mailing list a
Hi Emir,
Thank you for the response.
Please find the query which i am sending to SOLR
http://localhost:8983/solr/pema/select?fq=color:red&indent=on&q=*:*&wt=json
Regards,
Don.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Search-inside-grouping-list-tp4333488p4333936.ht
Could anyone can please reply for this query
--
View this message in context:
http://lucene.472066.n3.nabble.com/Search-inside-grouping-list-tp4333488p4333870.html
Sent from the Solr - User mailing list archive at Nabble.com.
How can I group on two different fields for eg:) gorup.field =
assetid,categoryid
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-can-I-group-on-two-different-fields-tp4333490.html
Sent from the Solr - User mailing list archive at Nabble.com.
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: [
Hello Alex,
Thanks for your reply. This is the first time i am doing with nested
entities.
Yes you are right am getting flat list combining parent & child.
Could you please explain bit more detail, how to apply child transformer for
the below mentioned response.
Response
==
{
"resp
Verbose debug output
{
"responseHeader": {
"status": 0,
"QTime": 109
},
"initArgs": [
"defaults",
[
"config",
"data-config.xml"
]
],
"command": "full-import",
"mode": "debug",
"documents": [
{
"category": [
"Shirt"
],
"id":
I am getting flat structure.
Expected Result :
{
Category : "Shirt",
CategoryId : 1
Categoryvalues : [
{
id : 1,
size : XL,
color : red
},
{
id : 2,
size : XL,
color : blue
}
]
}
Result i am getting:
Categoryvalues :
{
id : 1,
Hello,
I am facing an issue when i am trying to use child="true" in entity.
For example i am having some relational data in my DB. Please find the
sample JSOn format below
{
Category : "Shirt",
CategoryId : 1
Categoryvalues : [
{
id : 1,
size : XL,
color : red
},
{
id : 2,
size
10 matches
Mail list logo