Is there anyway we can bypass [unique=true] while doing impex import? It says one unique key is must for an itemtype.
I need to store data in an itemtype like below but validating impex itself is throwing error and it says unique=true should be present for atleast one attribute. Please suggest how to mitigate this issue. Appreciate any help.
Impex : INSERT SolrSearchTopResults;keyword;searchDate;lang(isocode);resultCount;fromBatch
;shovels;01-02-2016 9:54:30;en;30;true
;shovels;01-02-2016 9:54:32;en;32;true
;shovels;01-02-2016 9:54:45;en;32;true
Itemtype:
<itemtype code="SolrSearchTopResults" extends="GenericItem" autocreate="true" generate="true" >
<deployment table="SolrSearchTopResults" typecode="12398" />