I´m new to this list, so... Hello everybody.
I´m trying to run the DIH with more than one entity at the same time,
but only the first entity I call is being indexed. The other doesn´t get
any response.
For example:
First call:
http://localhost:8080/solr/dataimport?command=full-import&clean=false&entity=users
Before the indexing has finished, I call:
http://localhost:8080/solr/dataimport?command=full-import&clean=false&entity=products
The second call doesn´t have any effedt, and the products are not
indexed at all.
Isn´t it possible to run more than one full import for different
entities at the same time?
Thanks a lot for your help
Sergio