Re: Wrong categorization with DIH

2012-04-20 Thread Lance Norskog
27;ll have a look at this and try to configure it > correctly. > > Thank you, > Ramo > > -Ursprüngliche Nachricht- > Von: Jeevanandam Madanagopal [mailto:je...@myjeeva.com] > Gesendet: Donnerstag, 19. April 2012 18:42 > An: solr-user@lucene.apache.org > B

AW: Wrong categorization with DIH

2012-04-19 Thread Ramo Karahasan
e.org Betreff: Re: Wrong categorization with DIH Ramo - Are you using all the selected columns from the query? select p.title as title, p.id, p.category_id, p.pic_thumb, c.name as category, c.id as category_id from product p, category c ... I see following attributes 'p.id',

Re: Wrong categorization with DIH

2012-04-19 Thread Jeevanandam Madanagopal
> > Best regars, > Ramo > > -Ursprüngliche Nachricht- > Von: Jeevanandam Madanagopal [mailto:je...@myjeeva.com] > Gesendet: Donnerstag, 19. April 2012 17:44 > An: solr-user@lucene.apache.org > Betreff: Re: Wrong categorization with DIH > > Ramo - > >

AW: Wrong categorization with DIH

2012-04-19 Thread Ramo Karahasan
endet: Donnerstag, 19. April 2012 17:44 An: solr-user@lucene.apache.org Betreff: Re: Wrong categorization with DIH Ramo - Please share DIH configuration with us. -Jeevanandam On Apr 19, 2012, at 7:46 PM, Ramo Karahasan wrote: > Does anyone has an idea what's going wrong here? >

Re: Wrong categorization with DIH

2012-04-19 Thread Jeevanandam Madanagopal
> Gesendet: Dienstag, 17. April 2012 11:34 > An: solr-user@lucene.apache.org > Betreff: Re: Wrong categorization with DIH > > On 17 April 2012 14:47, Ramo Karahasan > wrote: >> Hi, >> >> >> >> i currently face the followin issue: >> >

AW: Wrong categorization with DIH

2012-04-19 Thread Ramo Karahasan
Does anyone has an idea what's going wrong here? Thanks, Ramo -Ursprüngliche Nachricht- Von: Gora Mohanty [mailto:g...@mimirtech.com] Gesendet: Dienstag, 17. April 2012 11:34 An: solr-user@lucene.apache.org Betreff: Re: Wrong categorization with DIH On 17 April 2012 14:47,

AW: Wrong categorization with DIH

2012-04-17 Thread Ramo Karahasan
han categorization is correct. Is there somewhere an caching issue? Thanks, Ramo -Ursprüngliche Nachricht- Von: Gora Mohanty [mailto:g...@mimirtech.com] Gesendet: Dienstag, 17. April 2012 11:34 An: solr-user@lucene.apache.org Betreff: Re: Wrong categorization with DIH On 17 Apri

Re: Wrong categorization with DIH

2012-04-17 Thread Gora Mohanty
On 17 April 2012 14:47, Ramo Karahasan wrote: > Hi, > > > > i currently face the followin issue: > > Testing the following sql statement which is also used in SOLR (DIH) leads > to a wrong categorization in solr: > > select p.title as title, p.id, p.category_id, p.pic_thumb, c.name as > category,

Wrong categorization with DIH

2012-04-17 Thread Ramo Karahasan
Hi, i currently face the followin issue: Testing the following sql statement which is also used in SOLR (DIH) leads to a wrong categorization in solr: select p.title as title, p.id, p.category_id, p.pic_thumb, c.name as category, c.id as category_id from product p, category c WHERE p.category