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:

  1. duplicate dih configuration (in solrconfig.xml add second /dataimport2, points db-data-config2.xml
  2. put 1 of entities in one, , other in other

now can call them both simultaneously


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -