]
Ramesh Reddy resolved TEIID-3072.
---------------------------------
Labels: Alpha2 (was: )
Fix Version/s: 8.7.1
Resolution: Done
Added code to treat "id" as PK
SOLR: Make the Id named field as PK
-----------------------------------
Key: TEIID-3072
URL:
https://issues.jboss.org/browse/TEIID-3072
Project: Teiid
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: Misc. Connectors
Affects Versions: 8.7
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Labels: Alpha2
Fix For: 8.7.1, 8.9
When using dynamic metadata retrieval, there is no way query the system if a field is
unique. By default the schema.xml in SOLR defines "id" as unique key, so SOLR
translator needs to use this as PK.
Having a PK is essential during the delete operation.