RE: Interest in Extending SOLR

2006-04-14 Thread Chris Hostetter
: I definitely like the idea of support for multiple indexes based on : partitioning data that is NOT tied to a predefined element named : objectType. If we combine this with Chris' mention of completing the : work to support multiple schemas via multiple webapps in the same : servlet container, t

RE: Interest in Extending SOLR

2006-04-14 Thread Chris Hostetter
: One last note: last night, I did spend a bit of time looking into what : exactly it would mean to add support for object types in SOLR. I : modified the code base to support the object type tag in the schema, : providing a working proof of concept (I'm happy to send a sample schema : if anybody

Re: Parsing/indexing XML data

2006-04-14 Thread Ken Krugler
Hi Yonik, Thanks for the fast response. > I've got some fields that will contain embedded XML. Two questions relating to that: 1. It appears as though I'll need to XML-escape the field data, as otherwise Solr complains about find a start tag (one of the embedded tags) before it finds the

Re: Parsing/indexing XML data

2006-04-14 Thread Yonik Seeley
On 4/14/06, Ken Krugler <[EMAIL PROTECTED]> wrote: > Hi all, > > I've got some fields that will contain embedded XML. Two questions > relating to that: > > 1. It appears as though I'll need to XML-escape the field data, as > otherwise Solr complains about find a start tag (one of the embedded > tag