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