ext: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.
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
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.
Hi!
If a document with an unique id is added again, the new document is
added by deleting/marking the older doc as deleted. So when a search is
made with an IndexReader obtained from the IndexWriter (for NRT) both
the docs show up, the older doc and the newer updated doc. To prevent
the olde