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,
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
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
>
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