Bare in mind (and correct me if Im wrong) but a "full-import" is still
a "full-import" no matter what entity you tack onto the param.
Thus I think clean=false should be appended (a friend starting off in
Solr was really confused by this + could not understand why it did a
delete on all documents).
Im not sure if that is clearly stated in the Wiki ...
- Jon
On Mar 13, 2009, at 1:34 AM, Shalin Shekhar Mangar wrote:
On Fri, Mar 13, 2009 at 10:44 AM, Fergus McMenemie
<fer...@twig.me.uk>wrote:
If my data-config.xml contains multiple root level entities
what is the expected action if I call full-import without an
entity=XXX sub-command?
Does it process all entities one after the other or only the
first? (It would be useful IMHO if it only did the first.)
It processes all entities one after the other. If you want to import
only
one, use the entity parameter.
--
Regards,
Shalin Shekhar Mangar.