Re: question about relevance

2010-08-05 Thread Bharat Jain
; Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch > Lucene ecosystem search :: http://search-lucene.com/ > > > > - Original Message > > From: Bharat Jain > > To: solr-user@lucene.apache.org > > Sent: Fri, July 30, 2010 10:40:19 AM > > Subjec

Re: question about relevance

2010-07-30 Thread Otis Gospodnetic
Subject: Re: question about relevance > > Hi, >Thanks a lot for the info and your time. I think field collapse will work > for us. I looked at the https://issues.apache.org/jira/browse/SOLR-236 but > which file I should use for patch. We use solr-1.3. > > Thanks >

Re: question about relevance

2010-07-30 Thread Bharat Jain
Hi, Thanks a lot for the info and your time. I think field collapse will work for us. I looked at the https://issues.apache.org/jira/browse/SOLR-236 but which file I should use for patch. We use solr-1.3. Thanks Bharat Jain On Fri, Jul 30, 2010 at 12:53 AM, Chris Hostetter wrote: > > : 1. Th

Re: question about relevance

2010-07-29 Thread Chris Hostetter
: 1. There are user records of type A, B, C etc. (userId field in index is : common to all records) : 2. A user can have any number of A, B, C etc (e.g. think of A being a : language then user can know many languages like french, english, german etc) : 3. Records are currently stored as a document

Re: question about relevance

2010-07-28 Thread Bharat Jain
Well you are correct Erik that this is a database-ish thing try to achieve in solr and unfortunately the sin :) had been committed by somebody else :) and now we are running into relevancy issues. Let me try to state the problem more casually. 1. There are user records of type A, B, C etc. (userI

Re: question about relevance

2010-07-26 Thread Erick Erickson
I'm having trouble getting my head around what you're trying to accomplish, so if this is off base you know why . But what it smells like is that you're trying to do database-ish things in a SOLR index, which is almost always the wrong approach. Is there a way to index redundant data with each doc

question about relevance

2010-07-25 Thread Bharat Jain
Hello All, I have a index which store multiple objects belonging to a user for e.g. -> Identifies user object type e.g. userBasic or userAdv > MAPS to userBasicInfoObject -> MAPS to userAdvInfoObject Now when I am doing some query I get multipl