Hacker News new | past | comments | ask | show | jobs | submit login
How-to: Full-text search in Google App Engine (appengineguy.com)
12 points by nickb on June 27, 2008 | hide | past | favorite | 3 comments



There's a quota issue with running this full-text search against large blocks of text. I originally used the searchable model instead of db.Model for my Bloog app, but I removed it after getting quota errors when Google hosted. There wasn't a problem with local testing, just when using searchable models in the cloud.


It may be that each search term in a full-text index is held in a separate but hidden table and therefore large chunks of text create a large number of rows. This would explain why inserts would be slower and why quotas are more likely to be encountered.


It really surprised me that full-text search isn't easier on a Google-created cloud solution. Search is their bread and butter, you'd think this functionality would be a part of the default libraries Google created.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: