On 3/3/07, Jed Reynolds <[EMAIL PROTECTED]> wrote:
If dynamicField definitions are removed from the schema.xml file (and your fields are not referencing them), does this have the same effect of disabling unknown-field generation?
Yes. You should get an error if you add a document with a field that doesn't match a defined field or a dynamic field. There still may be a bug that Ryan mentioned about unknown fields simply being ignored, but that should be fixed if true. -Yonik