I get zero results when combining query.set("fq","{!collapse field=title_s}"); and query.set("group", "true"); ???

2014-10-01 Thread Michael Joyner
I have a SolrCloud setup with two shards. When I use "query.set("fq","{!collapse field=title_s}");" the results show duplicates because of the sharding. EX: {status=0,QTime=1141,params={fl=id,code_s,issuedate_tdt,pageno_i,subhead_s,title_s,

Re: hits=XXX not always there in solr.log.* file?!? collapse field related?

2010-01-08 Thread michael8
Update: from my further investigation, it appears that anytime I am using the collapse field feature (I am running collapse field patch on 1.4), then the hits= count is not shown in the log. Anyone can confirm? michael8 wrote: > > Hi, > I'm puzzled by this issue and was wonde

Re: collapse field

2008-08-07 Thread Otis Gospodnetic
gust 7, 2008 9:03:44 AM > Subject: collapse field > > Hi All, > > I am using the Solr (1.3) nightly build. I need to know where should I > make the changes in either config or the way I query the Solr to achive > a) collapse the documents on a field > > I reffered to >

collapse field

2008-08-07 Thread Vaijanath N. Rao
Hi All, I am using the Solr (1.3) nightly build. I need to know where should I make the changes in either config or the way I query the Solr to achive a) collapse the documents on a field I reffered to http://wiki.apache.org/solr/FieldCollapsing?highlight=%28collapse%29, but still did not ge