Thanks a lot Eric..:-)
On 21 Nov 2016 20:09, "Erick Erickson [via Lucene]" <
ml-node+s472066n4306659...@n3.nabble.com> wrote:
> In a word, "no". Resending the same document will
>
> 1> delete the old version (based on ID)
> 2> index the document just sent.
>
> When a document comes in, Solr can't
In a word, "no". Resending the same document will
1> delete the old version (based on ID)
2> index the document just sent.
When a document comes in, Solr can't assume that
"nothing's changed". What if you changed your schema?
So I'd expect the second run to take at least as long as the first.
B