jtibshirani commented on issue #11799:
URL: https://github.com/apache/lucene/issues/11799#issuecomment-1254070746

   +1 from me too, it'd be great to think through how to support this. Could 
you explain how the query side would look? Are the queries also sparse vectors 
with custom impacts?
   
   As a note, we have a `FeatureField` field type that accepts key-value pairs 
and stores the value in `TermFrequencyAttribute`. It's designed to help 
incorporate other storing signals like popularity, page rank, etc. It may not 
be exactly what we want for this use case, but it could provide some 
inspiration.


-- 
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

Reply via email to