Re: Facet search concept problem

2010-02-15 Thread Ranveer Kumar
_ > From: Ranveer Kumar > To: solr-user@lucene.apache.org > Sent: Sun, February 14, 2010 5:45:54 AM > Subject: Facet search concept problem > > Hi All, > > My concept still not clear about facet search. > > I am trying to search using facet query. I am indexing data from th

Re: Facet search concept problem

2010-02-15 Thread NarasimhaRaju
then you will get what you wanted. Regards, P.N.Raju, From: Ranveer Kumar To: solr-user@lucene.apache.org Sent: Sun, February 14, 2010 5:45:54 AM Subject: Facet search concept problem Hi All, My concept still not clear about facet search. I am trying to search using face

Re: Facet search concept problem

2010-02-14 Thread Erik Hatcher
You didn't mention what your faceting parameters were, but what you want to do is add a field to every document that specifies its source. So add a "source" (or "type" maybe a better field name) field specifying "news", "article", or "blog". Then facet on that new field. Erik O

Facet search concept problem

2010-02-13 Thread Ranveer Kumar
Hi All, My concept still not clear about facet search. I am trying to search using facet query. I am indexing data from three table, following is the detail of table: table name: news news_id news_details table name : article article_id article_details table name: blog blog_id blog_details I