Yes. From the doc:
"Multiple 'entity' parameters can be passed on to run multiple entities at
once. If nothing is passed, all entities are executed."
See:
http://wiki.apache.org/solr/DataImportHandler
But that is one invocation of DIH, not two separate updates as you tried.
-- Jack Krupansky
-----Original Message-----
From: Sergio Martín Cantero
Sent: Thursday, May 17, 2012 10:46 AM
To: solr-user@lucene.apache.org
Subject: Use DIH with more than one entity at the same time
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