: I'm working with the Pecl package, with Solr 4.3.1. I have a doc defined in my
...
: $client = new SolrClient($options);
: $doc = new SolrInputDocument();
: $doc->addField('id', 12345);
: $doc->addField('description', 'This is the content of the doc');
: $updateResponse = $client->addDoc
I did not use the Pecl package and the problem maybe about that. I want to
ask that when you define your schema you indicate that:
*required="true"*
However error says:
*allowDups*
for id field. So it seems that id is not a unique field for that package.
You may need to config anything else at