Robert Muir created LUCENE-5258: ----------------------------------- Summary: add distance function to expressions/ Key: LUCENE-5258 URL: https://issues.apache.org/jira/browse/LUCENE-5258 Project: Lucene - Core Issue Type: New Feature Components: modules/other Reporter: Robert Muir
Adding this static function makes it really easy to incorporate distance with the score or other signals in arbitrary ways, e.g. score / (1 + log(distance)) or whatever. -- This message was sent by Atlassian JIRA (v6.1#6144) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org