msokolov commented on issue #15904: URL: https://github.com/apache/lucene/issues/15904#issuecomment-4171920825
hmm -- if doc A and doc B are both each others' nearest neighbor, considering all the docs in the index now or that ever will be in the index, and doc A is in segment 0, and then doc B gets added to segment N, we could maybe somehow link doc B to doc A (although how? what if segment 0 gets merged and the ordinals all change?), but even still how does doc A get linked to doc B? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
