It is not working if a cron job is given. It is executing the other enities
as well. Is there any solution?
--
View this message in context:
http://lucene.472066.n3.nabble.com/DataImportHandler-full-import-of-a-single-entity-tp2258037p4349551.html
Sent from the Solr - User mailing list archive
> That seems to delete the entire index and replace it with
> only the contents of
> that one entity. Is there no way to leave the index
> alone for the other
> entities and just redo that one?
>
Yes, there is a parameter named clean for that.
solr/dataimport?command=full-import&entity=myEntit
Ahmet Arslan yahoo.com> writes:
>
> > I've got a DataImportHandler set up
> > with 5 entities. I would like to do a full
> > import on just one entity. Is that possible?
> >
>
> Yes, there is a parameter named entity for that.
> solr/dataimport?command=full-import&entity=myEntity
That seem
> I've got a DataImportHandler set up
> with 5 entities. I would like to do a full
> import on just one entity. Is that possible?
>
Yes, there is a parameter named entity for that.
solr/dataimport?command=full-import&entity=myEntity
I've got a DataImportHandler set up with 5 entities. I would like to do a full
import on just one entity. Is that possible?
I worked around it temporarily by hand editing the dataimport.properties file
and deleting the delta line for that one entity, and kicking off a delta. But
for (hopefully)