On 4/15/06, Bryzek.Michael <[EMAIL PROTECTED]> wrote: > * Translate a table design in the database to an XML document that > only defined the fields and their types for that table
Just so anyone new to Lucene/Solr isn't mislead by this thread... Lucene (and hence Solr) documents don't need to be homogeneous within a single Lucene index. Some documents can have one set of fields, and other documents in the same index can have a completely different set of fields. -Yonik