Problem was incorrect pk definition on data-config.xml
pk attribute needs to be the same as Solr uniqueField, so in my case
changing pk value from id to uuid solved the problem.
2010/12/7 Matti Oinas :
> Thanks Koji.
>
> Problem seems to be that template transformer is
Thanks Koji.
Problem seems to be that template transformer is not used when delete
is performed.
...
Dec 7, 2010 7:19:43 AM org.apache.solr.handler.dataimport.DocBuilder
collectDelta
INFO: Completed ModifiedRowKey for Entity: entry rows obtained : 0
Dec 7, 2010 7:19:43 AM org.apache.solr.handler.
(10/11/17 20:18), Matti Oinas wrote:
Solr does not delete documents from index although delta-import says
it has deleted n documents from index. I'm using version 1.4.1.
The schema looks like
uuid
Relevant fields from database tables:
TABLE: blogs and en
Solr does not delete documents from index although delta-import says
it has deleted n documents from index. I'm using version 1.4.1.
The schema looks like
uuid
Relevant fields from database tables:
TABLE: blogs and entries both have
Field: id
Type: int(11)