Hi John, it could probably not the expected behavior? only 'explicit' fields must be case-sensitive.
Could you tell me the usecase or can you paste the data-config? --Noble On Thu, Nov 20, 2008 at 8:55 AM, Jon Baer <[EMAIL PROTECTED]> wrote: > Sorry I should have mentioned this is from using the DataImportHandler ... > it seems case insensitive ... ie my columns are UPPERCASE and schema field > names are lowercase and it works fine in 1.3 but not in 1.4 ... it seems > strict. Going to resolve all the field names to uppercase to see if that > resolves the problem. Thanks. > > - Jon > > On Nov 19, 2008, at 6:44 PM, Ryan McKinley wrote: > >> schema fields should be case sensitive... so DOCTYPE != doctype >> >> is the behavior different for you in 1.3 with the same file/schema? >> >> >> On Nov 19, 2008, at 6:26 PM, Jon Baer wrote: >> >>> Hi, >>> >>> I wanted to try the TermVectorComponent w/ current schema setup and I did >>> a build off trunk but it's giving me something like ... >>> >>> org.apache.solr.common.SolrException: ERROR:unknown field 'DOCTYPE' >>> >>> Even though it is declared in schema.xml (lowercase), before I grep >>> replace the entire file would that be my issue? >>> >>> Thanks. >>> >>> - Jon >> > > -- --Noble Paul