Document model suggestion

2009-12-14 Thread caman
with SOLR. Thanks -- View this message in context: http://old.nabble.com/Document-model-suggestion-tp26784346p26784346.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Document model suggestion

2009-12-15 Thread Shalin Shekhar Mangar
On Tue, Dec 15, 2009 at 7:26 AM, caman wrote: > > Appreciate any guidance here please. Have a master-child table between two > tables 'TA' and 'TB' where form is the master table. Any row in TA can have > multiple row in TB. > e.g. row in TA > > id---name > 1---tweets > > TB: > id|ta_id|field0|fie

Re: Document model suggestion

2009-12-15 Thread caman
ema and append that filter automatically >> when >> I search through SOLR. Any better alternatives? >> >> > That is usually what people do. The hard part is when some documents are > shared across multiple users. > > >> Bear with me if these are newbie questions please, this is my first day >> with >> SOLR. >> >> > No problem. Welcome to Solr! > > -- > Regards, > Shalin Shekhar Mangar. > > -- View this message in context: http://old.nabble.com/Document-model-suggestion-tp26784346p26798445.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Document model suggestion

2009-12-15 Thread Erick Erickson
the schema and append that filter automatically > >> when > >> I search through SOLR. Any better alternatives? > >> > >> > > That is usually what people do. The hard part is when some documents are > > shared across multiple users. > > > > > >> Bear with me if these are newbie questions please, this is my first day > >> with > >> SOLR. > >> > >> > > No problem. Welcome to Solr! > > > > -- > > Regards, > > Shalin Shekhar Mangar. > > > > > > -- > View this message in context: > http://old.nabble.com/Document-model-suggestion-tp26784346p26798445.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

Re: Document model suggestion

2009-12-15 Thread caman
onal databases and you should not think >> about >> > both the same way. De-normalization is the way to go in Solr. >> > >> > >> >> 2) How to protect one user's data from another user. I guess I can >> keep >> a >> >> column for a user_id in

Re: Document model suggestion

2009-12-17 Thread Lance Norskog
>> >>> > >>> > The easy answer is that whatever you want to show as results should be >>> the >>> > thing that you index as documents. So if you want to show tweets as >>> > results, >>> > one document should represent one

Re: Document model suggestion

2009-12-17 Thread caman
d a separate index be maintained for each row in >>>> TB?TB >>>> >> can >>>> >> have millions of rows. >>>> >> >>>> > >>>> > The easy answer is that whatever you want to show as results should >>>> be >>&g

Re: Document model suggestion

2009-12-21 Thread Lance Norskog
ike to show them separately to >>>>> user >>>>> and >>>>> >> if >>>>> >> the user click on any of the row,point them to an attached URL in >>>>> the >>>>> >> application. Should a separate index be ma

Re: Document model suggestion

2009-12-21 Thread caman
). >>>>>> >> I am not clear on how to >>>>>> >> >>>>>> >> 1) separate a particular row from the search results. >>>>>> >> e.g. If I search for 'Android' and there are 5 rows for android in >>>