Re: Expanding child document matches with parent fields

2024-01-27 Thread Frederic Font Corbera
Hi, That might indeed be an alternative solution, but I prefer the current solution as I can have multiple matches per parent document because I’m actually matching children. If for example 3 child docs of the same parent match the query, I wan’t to know all these matches so searching for children

Dense vector search distance calculation

2024-01-27 Thread Frederic Font Corbera
Hi everyone, I successfully added dense vector search to my Solr-based app, but I’d like to compare the results with other nn-search solutions and for that reason it would be good to have access to the actual distance values computer by Solr. This does not seem to be possible and I can only access

Re: Dense vector search distance calculation

2024-01-27 Thread Frederic Font Corbera
Nevermind, I guess Solr computes cosine similarity and not cosine distance, and the returned score is probably the cosine similarity value. Cheers, frederic -- Frederic Font - ffont.github.io Music Technology Group, UPF - mtg.upf.edu Freesound - freesound.org E

Highlighting on non-stored text field

2024-01-27 Thread André Mourão
Hello everyone, Is it possible to use highlighting on a non-stored solr.TextField, by storing termVectors termPositions and termOffsets? The main goal would be to allow for highlighting without the growth associated with storing the fields. Field definition:

LTR model upload API issue

2024-01-27 Thread rajani m
Hi All, Similar to any schema APIs, I expected the LTR model upload endpoint to distribute and make the model available across all the nodes, however it does not. After upload, it continues to report "model not found exception". The model becomes available only after a collection "reload" api

Re: LTR model upload API issue

2024-01-27 Thread Ishan Chattopadhyaya
Hi Rajani, I think the LTR models could take advantage of the File store APIs that was built for distributed management of package files. If you file a JIRA for it, someone can pick it up and work on it. Thanks and regards, Ishan On Sat, 27 Jan, 2024, 11:03 pm rajani m, wrote: > Hi All, > >S