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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -