Re: Linkedin Search

2010-08-07 Thread Sam Lai
On 7 August 2010 22:53, kostia wrote: > I would like to know what search engines are used in web sites like > Facebook, Linkedin, Twitter and so on. > > Are they simplistic database queries or sophisticated search solutions? I'd say all three of those sites use custom search engines, possibly bui

Re: Linkedin Search

2010-08-07 Thread Steve Holden
On 8/7/2010 8:53 AM, kostia wrote: > I would like to know what search engines are used in web sites like > Facebook, Linkedin, Twitter and so on. > > Are they simplistic database queries or sophisticated search solutions? > Wouldn't we all, but it's difficult to see how this relates to Django. Th

Re: Linkedin Search

2010-08-07 Thread kostia
I would like to know what search engines are used in web sites like Facebook, Linkedin, Twitter and so on. Are they simplistic database queries or sophisticated search solutions? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this g

Re: Linkedin Search

2010-08-06 Thread Reinout van Rees
On 08/05/2010 05:22 PM, kostia wrote: Yes, Linkedin mostly is written on Java. Did you see its menu and the search to the right? People, Jobs, Answers, Groups. I would like to add something similar to this on my site. In the end, it are all just database queries. So java or python doesn't r

Linkedin Search

2010-08-05 Thread kostia
Yes, Linkedin mostly is written on Java. Did you see its menu and the search to the right? People, Jobs, Answers, Groups. I would like to add something similar to this on my site. I wish to learn about search mechanisms. Could you please point me at positive direction? -- You received this me