Re: Duplicate documents being added even with unique key

2012-05-21 Thread Parmeley, Michael
by merging cores or if your add has allowDups = true or overwrite=false. -- Jack Krupansky -Original Message- From: Parmeley, Michael Sent: Friday, May 18, 2012 5:50 PM To: solr-user@lucene.apache.org Subject: Duplicate documents being added even with unique key I have a uniquekey set

Duplicate documents being added even with unique key

2012-05-18 Thread Parmeley, Michael
I have a uniquekey set in my schema; however, I am still getting duplicated documents added. Can anyone provide any insight into why this may be happening? This is in my schema.xml: !-- Field to use to determine and enforce document uniqueness. Unless this field is marked with

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

Re: DataImportHandler only importing 3 fields on all entities

2012-05-03 Thread Parmeley, Michael
- 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 entities and no matter what fields I declare in the entities the only ones