slow-J commented on issue #12487: URL: https://github.com/apache/lucene/issues/12487#issuecomment-1814317117
I think that we could simply add an `resourceDescription` field to the `AbstractKnnVectorQuery` and modify the toString in the implementations so that the output would look something like examples: resourceDescription = "publisher backstory" `TASK: cat=VectorSearch q=KnnFloatVectorQuery:vector:publisher backstory[0.02625591,...][100] s=null group=null hits=100 facets=[]` resourceDescription = "" `TASK: cat=VectorSearch q=KnnFloatVectorQuery:vector:[0.02625591,...][100] s=null group=null hits=100 facets=[]` resourceDescription = null `TASK: cat=VectorSearch q=KnnFloatVectorQuery:vector:null[0.02625591,...][100] s=null group=null hits=100 facets=[]` Would this allow us to move forward with the benchmarker fix in https://github.com/mikemccand/luceneutil/issues/226 ? -- 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