Run delta-import and full-import in solr parallerly -
i have dih core. where, there 2 entities 1 delta-import via full-import , other delta-import handle deletes.
i'm using delta-import via full-import because delta-import taking longer time full-import.
now, i'm applying cron job so, imports automated. in case, possible run both imports simultaneously. such 1 takes care of updates , other takes care of deletes.
is possible run delta-import , full-import simultaneously @ once?
not if have single endpoint...but can this:
- duplicate dih configuration (in solrconfig.xml add second /dataimport2, points db-data-config2.xml
- put 1 of entities in one, , other in other
now can call them both simultaneously
Comments
Post a Comment