First of all I wouldn’t worry about it unless you have a _significant_ number
of deleted docs. The default TMP as of around Solr 7.5 should accumulate up to
around 33% deleted docs. Prior to 7.5, the number of deleted docs could hover
around 50% depending on the access pattern.
expungeDeletes w
On 7/9/2013 3:38 PM, Katie McCorkell wrote:
I am curious about the "Deleted Docs:" statistic on the solr/#/collection1
Overview page. Does Solr remove docs while indexing? I thought it only did
that when Optimizing, however my instance had 726 Deleted Docs, but then
after adding some documents th
Solr (Lucene, actually) will be doing segment merge operations in the
background, continually, so generally you won't need to do optimize
operations.
Generally, an explicit delete and a replace of an existing document are the
only two ways that you would get a deleted document.
-- Jack Krupa
Thanks Pravesh! But this is NRT related so commit is not called to
update a document. The documents added are available for searches
immediately after update and commit is not needed. A commit may be
scheduled once in about 15 mins or as needed.
Regards,
- Nagendra Nagarajayya
http://solr-ra.
optimize ensures that deleted docs and terms will not be displayed.
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/Deleted-docs-in-IndexWriter-Cache-NRT-related-tp3177877p3178670.html
Sent from the Solr - User mailing list archiv
commit would be the safest way for making sure the deleted content doesn't
show up.
Thanx
Pravesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/Deleted-docs-in-IndexWriter-Cache-NRT-related-tp3177877p3178179.html
Sent from the Solr - User mailing list archive at Nabble.com.