On 1/15/07, Luis Neves <[EMAIL PROTECTED]> wrote:
Yes, but I have documents with different schemas on the same "xml field", also, that way I would have to know the schema of the documents being indexed (which I don't).
Solr and Lucene don't really support indexing structured data such as XML... people are looking at ways to add flexible indexing to Lucene so that XML indexing could be supported. When that happens, then we'll figure out how to fit that into Solr. There are also XML databases out there, but performance currently isn't great from what I've heard. -Yonik