On 1/31/07 9:05 PM, "Ryan McKinley" <[EMAIL PROTECTED]> wrote: >>> >>> We'd have to make it very clear that this only works if all fields are >>> STORED. >> >> Isn't there some way to do this automatically instead of relying >> on documentation? We might need to add something, maybe a >> "required" attribute on fields, but a runtime error would be >> much, much better than a page on the wiki. > > what about copyField? > > With copyField, it is reasonable to have fields that are not stored > and are generated from the other stored fields. (this is what my > setup looks like).
Mine, too. That is why I suggested explicit declarations in the schema to say which fields are required. wunder