On 4/20/06, Doug Cutting <[EMAIL PROTECTED]> wrote: > It might actually be a simpler project if it were standalone: not built > into Solr, but rather a Lucene contrib project. One only has to write a > few servlets that translate each requests into Lucene events: add, > delete, delete+add, or query.
At first blush, that's the approach I would take with Solr too (a gdata specific Servlet that interfaced to Solr). So I don't see a big difference in difficulty level. It shouldn't be hard to take a straight lucene-servlet version and adapt it to Solr later, so It would be a benefit regardless. -Yonik