msokolov commented on PR #13469: URL: https://github.com/apache/lucene/pull/13469#issuecomment-2166045890
I changed this to return zero results from search() rather than throwing `UnsupportedOperationException` to be more in line with how we treat searches over other kinds of fields that only have stored data that is not indexed. I also proposed a query (VectorScoreQuery?) that could be used to wrap another Query and provide the score using a vector scorer, but I think we can handle that as a separate issue. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org