snacktime wrote: > Does anyone know of a hosted full text search solution with an api for > indexing arbitrary data? I've seen lots of stuff for web indexing, but > that's all I can find.
Though it's not managed, you could look into using CouchDB. It offers a simple RESTful API for storing arbitrary data and integrates with Lucene for providing full-text searching. It's easy to get the server up and running. -- Roderick van Domburg http://www.nedforce.nl -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

