Re: SolrJ Collapsable Query Fails

2011-07-18 Thread Kurt Sultana
Hi, Thanks for the code, snippet, it was very useful, however, can you please include a very small description of certain unknown variables such as 'groupedInfo', 'ResultItem', 'searcher', 'fields' and the method 'solrDocumentToResultItem'? Thanks On Sat, Jul 16, 2011 at 3:36 PM, Kurt Sultana w

Re: SolrJ Collapsable Query Fails

2011-07-15 Thread Ahmet Arslan
> Thanks for the information. However, I still have one more > problem. I am > iterating over the values of the NamedList. I have 2 > values, one > being 'responseHeader' and the other one being 'grouped'. I > would like to > access some information stored within the grouped section, > which has

Re: SolrJ Collapsable Query Fails

2011-07-15 Thread Kurt Sultana
Hi, Thanks for the information. However, I still have one more problem. I am iterating over the values of the NamedList. I have 2 values, one being 'responseHeader' and the other one being 'grouped'. I would like to access some information stored within the grouped section, which has data structur

Re: SolrJ Collapsable Query Fails

2011-07-14 Thread Ahmet Arslan
See the Yonik's reply : http://search-lucene.com/m/tCmky1v94D92/ In short you need to use NamedList getResponse(). > I am currently trying to run a > collapsable query using SolrJ using SolR 3.3. > The problem is that when I run the query through the web > interface, with > this url: > > http:/

SolrJ Collapsable Query Fails

2011-07-14 Thread Kurt Sultana
I am currently trying to run a collapsable query using SolrJ using SolR 3.3. The problem is that when I run the query through the web interface, with this url: http://localhost:8080/solr/select/?q=attr_content%3Alynx&sort=attr_location+desc&group=true&group.field=attr_directory I am able to see t