Re: DataImportHandler only importing 3 fields on all entities

2012-05-03 Thread Parmeley, Michael
Solr schema. > > -- Jack Krupansky > > -Original Message- > From: Parmeley, Michael > Sent: Thursday, May 03, 2012 1:39 PM > To: solr-user@lucene.apache.org > Subject: DataImportHandler only importing 3 fields on all entities > > I have a data-config.xml declaring some en

Re: DataImportHandler only importing 3 fields on all entities

2012-05-03 Thread Jack Krupansky
quot;), or enable the "*" dynamicField rule in the Solr schema. -- Jack Krupansky -Original Message- From: Parmeley, Michael Sent: Thursday, May 03, 2012 1:39 PM To: solr-user@lucene.apache.org Subject: DataImportHandler only importing 3 fields on all entities I have a data-

DataImportHandler only importing 3 fields on all entities

2012-05-03 Thread Parmeley, Michael
I have a data-config.xml declaring some entities and no matter what fields I declare in the entities the only ones it will index are id, name, and description. So fields like firstname, email, url don't appear in the index. They also don't appear in the schema browser. Am I doing something wrong