Please attach the results of adding &debugQuery=on to your query in both the success and failure case, there's very little information to go on here. You might review:
http://wiki.apache.org/solr/UsingMailingLists Best Erick On Wed, Aug 15, 2012 at 12:57 AM, chethan <chethan.p...@gmail.com> wrote: > Hi, > > I'm trying to group (field collapse) my search results on a field called > "site". The schema says that it has to be indexed: *<field name="site" > type="string" stored="false" indexed="true"/>.* > But when I try to query the results with *group.field=site&group.limit=100, > *I see only 1 group of results being returned. And the group value is null. > This seems to work on another solr instance which only has a few documents > indexed. Seems to fail on bigger indexes. Help is appreciated. > > Thanks > Chethan > > > Sent this message again as it seemed to bounce the first time.