You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Jason S <ja...@gmail.com> on 2013/01/24 02:53:03 UTC

solrindex deleteGone vs solrclean

Hello,

I'm curious about the difference between using -deleteGone with solrindex
and the solrclean command.  From what I understand, they basically do the
same thing except -deleteGone is more "on the fly".  Is this correct?

Is there any scenario where one would be more appropriate than the other?

Thanks in advance!

~Jason

RE: solrindex deleteGone vs solrclean

Posted by Markus Jelsma <ma...@openindex.io>.
Hi,

-deleteGone relies on segment information to delete records, which is faster and indeed somewhat on-the-fly. solclean command relies on CrawlDB information and will always work, even if you lost your segment or just periodically delete old segments.

Cheers 
 
-----Original message-----
> From:Jason S <ja...@gmail.com>
> Sent: Thu 24-Jan-2013 03:01
> To: user@nutch.apache.org
> Subject: solrindex deleteGone vs solrclean
> 
> Hello,
> 
> I'm curious about the difference between using -deleteGone with solrindex
> and the solrclean command.  From what I understand, they basically do the
> same thing except -deleteGone is more "on the fly".  Is this correct?
> 
> Is there any scenario where one would be more appropriate than the other?
> 
> Thanks in advance!
> 
> ~Jason
>