On Tue, Jul 1, 2014 at 6:54 PM, Robert Muir <[email protected]> wrote: > FieldCache is historically lenient, it allows all kinds of nonsense, > such as uninverting a multi-valued field as single-valued (e.g. leaves > gaps in ordinals and other bullshit that will cause this assertion to > fail). > > I can fix fieldcache to be strict (since everything else in the > codebase is now well-behaved), so you get a better exception message > that what the spatial module is doing is wrong?
If the FieldCache/UninvertingReader is so lenient, then perhaps TestUtil.checkReader should never try to validate it? ~ David --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
