Re: Search inside grouping list

2017-05-09 Thread donjose
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.

Re: Search inside grouping list

2017-05-08 Thread donjose
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

Re: Search inside grouping list

2017-05-08 Thread donjose
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=on=*:*=json Regards, Don. -- View this message in context: http://lucene.472066.n3.nabble.com/Search-inside-grouping-list-tp4333488p4333936.html Sent

Re: Search inside grouping list

2017-05-07 Thread donjose
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

2017-05-05 Thread donjose
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.

Search inside grouping list

2017-05-05 Thread donjose
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: [

Re: Solr Child="true" flag in version 6.4

2017-04-18 Thread donjose
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 == {

Re: Solr Child="true" flag in version 6.4

2017-04-18 Thread donjose
Verbose debug output { "responseHeader": { "status": 0, "QTime": 109 }, "initArgs": [ "defaults", [ "config", "data-config.xml" ] ], "command": "full-import", "mode": "debug", "documents": [ { "category": [ "Shirt" ],

Re: Solr Child="true" flag in version 6.4

2017-04-17 Thread donjose
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,

Solr Child="true" flag in version 6.4

2017-04-17 Thread donjose
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