alessandrobenedetti commented on code in PR #3316: URL: https://github.com/apache/solr/pull/3316#discussion_r2549189739
########## solr/solr-ref-guide/modules/query-guide/pages/searching-nested-documents.adoc: ########## @@ -184,6 +184,22 @@ $ curl 'http://localhost:8983/solr/gettingstarted/select' -d 'omitHeader=true' - ---- ==== +[#vector-search-child] +[CAUTION] +.Vector search - children are nested documents with a vector field +==== +It is quite common to encode the original text of a document into multiple nested vectors. + +This may happen, among other use cases, because you chunked the original text into paragraphs, each of them modeled as a nested document with the paragraph text and the vector representation. + +Solr doesn't need to have denormalised nested documents, you can still retrieve the children paragraphs by knn vector search and prefilter them using parent level metadata. Review Comment: I agree 100%, I wrote it a few months ago but I don't understand it now, a clear sign that a rephrase is necessary. Possibly I meant to do it as the work in this PR needed to be finished, anyway, I'll spend some time on it very soon, and update the PR (and comments) -- 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]
