You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My understanding is this method on a query is supposed to change targetHits but it seems to change hits. Is this intended? In java code, what is the proper way to change targetHits. targetHits affects Vespa multinode retrieval (not ranking), am I correct?
How do you come to the conclusion changing targetHits changes hits? It doesn't. But maybe you are seeing something that looks like that is the case? If so, please provide some queries, responses (and query profile if you use that).
Hi,
My understanding is this method on a query is supposed to change targetHits but it seems to change hits. Is this intended? In java code, what is the proper way to change targetHits. targetHits affects Vespa multinode retrieval (not ranking), am I correct?
Thank you!
I found this but it does not seem right: https://stackoverflow.com/questions/67700811/dynamic-targethits-in-vespa-yql
Code is here for this method: https://javadoc.io/doc/com.yahoo.vespa/container-search/latest/com/yahoo/prelude/query/NearestNeighborItem.html
The text was updated successfully, but these errors were encountered: