Full Text Search in the Cloud
blurpr.com
Full Text Search in the Cloud
1–10 of 11 posts
Re: Full Text Search in the Cloud
#2Re: Full Text Search in the Cloud
#3Search is fundamentally hard to put into the cloud, because it requires so many IO operations. In addition, delivering really high quality results requires machine learning and linguistics.
We have a few tricks up our sleeves to handle these issues, and I'm excited not only to shed the beta-ish feel, but to roll out some truly exiting features :) There's a "Review my startup" post coming pretty soon.
Re: Full Text Search in the Cloud
#4Hey! I'm one of the websolr guys. Obviously, we're working on this problem, and it's a hard (but fun and rewarding) one for a number of reasons! Search is fundamentally hard to put into the cloud, because it requires so many IO operations. In addition, delivering really high quality results requires machine learning and linguistics. We have a few tricks up our sleeves to handle these issues, and I'm excited not only…
Re: Full Text Search in the Cloud
#5Obviously (for those of you who know the Solr codebase), there are some pretty extreme hacks to get around the lack of file system access, but nothing that couldn't be cleaned up.
I was a little surprised about the lack of interest in it when I emailed the solr-dev list.
Re: Full Text Search in the Cloud
#6Re: Full Text Search in the Cloud
#7I have Solr mostly working on AppEngine. Obviously (for those of you who know the Solr codebase), there are some pretty extreme hacks to get around the lack of file system access, but nothing that couldn't be cleaned up. I was a little surprised about the lack of interest in it when I emailed the solr-dev list.
Re: Full Text Search in the Cloud
#8I feel dumb, but I don't totally understand what is being wanted. Basically a google search with "site:example.com query" but you have full control of the results?
Re: Full Text Search in the Cloud
#9I feel dumb, but I don't totally understand what is being wanted. Basically a google search with "site:example.com query" but you have full control of the results?
While Google/Bing/etc are great for searching public sites (when you can tolerate the latency between when content is posted and when google indexes it), they doesn't work at all for sites which are private/intranetted/password-protected or otherwise inaccessible to web crawlers.