Re: Solr Clustering For Multiple Pages

2011-07-01 Thread Stanislaw Osinski
> > I am asking about the filter after clustering . Faceting is based on the > single field so,if we need to filter we can search in related field . But > in clustering it is created by multiple field then how can we create a > filter for that. > > Example > > after clusetring you get the foll

Re: Solr Clustering For Multiple Pages

2011-07-01 Thread nilay....@gmail.com
Hi I am asking about the filter after clustering . Faceting is based on the single field so,if we need to filter we can search in related field . But in clustering it is created by multiple field then how can we create a filter for that. Example after clusetring you get the following

Re: Solr Clustering For Multiple Pages

2011-06-22 Thread Stanislaw Osinski
I don't quite follow, I must admit. Maybe it's faceting you're after? http://wiki.apache.org/solr/SolrFacetingOverview Staszek On Wed, Jun 22, 2011 at 08:40, nilay@gmail.com wrote: > Can you please tell me how can i apply filter in cluster data in Solr ? > > Currently i storing docid and

Re: Solr Clustering For Multiple Pages

2011-06-21 Thread nilay....@gmail.com
Can you please tell me how can i apply filter in cluster data in Solr ? Currently i storing docid and topic name in Map and get the ids by topic from Map and then pass into solr separating by OR condition Is there any other way to do this - Regards Nilay Tiwari -- View this message

Re: Solr Clustering For Multiple Pages

2011-06-21 Thread nilay....@gmail.com
Thanks Alot . I was thinking i am not doing in correct way . - Regards Nilay Tiwari -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Clustering-For-Multiple-Pages-tp3085507p3094379.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Clustering For Multiple Pages

2011-06-21 Thread nilay....@gmail.com
Hi thanks Alot, can you please help me how can i implement the filter of topic cluster like Model(10) when i will click on model then i need to get 10 docs . Regards Nilay Tiwari On Wed, Jun 22, 2011 at 1:14 AM, Stanislaw Osinski-4 [via Lucene] < ml-node+3092594-1426669115-405...@n3.nabble.c

Re: Solr Clustering For Multiple Pages

2011-06-21 Thread Stanislaw Osinski
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 clus