Hi, Currently, only the clustering of search results is implemented in Solr, clustering of the whole index is not possible out of the box. In other words, clustering applies only to the records you fetch during searching. For example, if you set rows=10, only the 10 returned documents will be clustered. You can try setting larger rows values (e.g. 100, 200, 500) to get more clusters.
Staszek On Mon, Jun 20, 2011 at 11:36, nilay....@gmail.com <nilay....@gmail.com>wrote: > Hi > > How can i create cluster for all records. > Currently i am sending clustering=true param to solr and it give the > cluster in response , > but it give for 10 rows because rows=10 . So please suggest me how can i > get the cluster for all records . > > How can i search with in cluster . > > e.g cluster created > Model(20) > Test(10) > > if i click on Model the i should get 20 records by filter so please give > me > idea about this . > > > Please help me to resolve this problem > > Regards > Nilay Tiwari > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Clustering-For-Multiple-Pages-tp3085507p3085507.html > Sent from the Solr - User mailing list archive at Nabble.com. >