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  

Model(20)
System(15)
Other Topics(5)

if i will click on Model then i should get  record associated with Model

Regards
Nilay Tiwari

-
Regards
Nilay Tiwari
--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Clustering-For-Multiple-Pages-tp3085507p3128493.html
Sent from the Solr - User mailing list archive at Nabble.com.


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 following

 Model(20)
 System(15)
 Other Topics(5)

 if i will click on Model then i should get  record associated with Model


I'm not sure what you mean by filter -- ids of documents belonging to each
cluster are part of the response, see the docs array inside the cluster
(see http://wiki.apache.org/solr/ClusteringComponent#Quick_Start for example
output). When the user clicks a cluster, you just need to show the documents
with ids specified inside the cluster the user clicked.

Cheers,

Staszek


Re: Solr Clustering For Multiple Pages

2011-06-22 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-22 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 in context: 
http://lucene.472066.n3.nabble.com/Solr-Clustering-For-Multiple-Pages-tp3085507p3094390.html
Sent from the Solr - User mailing list archive at Nabble.com.


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 nilay@gmail.comwrote:

 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 in context:
 http://lucene.472066.n3.nabble.com/Solr-Clustering-For-Multiple-Pages-tp3085507p3094390.html
 Sent from the Solr - User mailing list archive at Nabble.com.



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
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.comwrote:

 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.



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.com wrote:

 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, [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=3092594i=0[hidden
 email] http://user/SendEmail.jtp?type=nodenode=3092594i=1wrote:

  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.
 


 --
  If you reply to this email, your message will be added to the discussion
 below:

 http://lucene.472066.n3.nabble.com/Solr-Clustering-For-Multiple-Pages-tp3085507p3092594.html
  To unsubscribe from Solr Clustering For Multiple Pages, click 
 herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=3085507code=bmlsYXkudGl3QGdtYWlsLmNvbXwzMDg1NTA3fDU1NTI1NzM1OA==.





-- 
Regards

Nilay Tiwari


-
Regards
Nilay Tiwari
--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Clustering-For-Multiple-Pages-tp3085507p3094290.html
Sent from the Solr - User mailing list archive at Nabble.com.