On 1/22/07, Yonik Seeley <[EMAIL PROTECTED]> wrote:
...When we get to it, I'd like to hear why it (things like PDF parsing) should be inside Solr rather than outside using our update interfaces....
Same here. I haven't had time to follow the recent (rich) design discussions about this stuff, but if I was designing this, I'd put all the document processing code in a separate module (separate servlet?) and keep the Solr core lean and mean, with as thin an interface as possible. -Bertrand