Dan Rosher
Dan Rosher
https://issues.apache.org/jira/browse/SOLR-16291 # Description This is a Solr version of the Decay functions [available in Elasticsearch ] (https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-function-score-query.html#function-decay ) Decay functions score a document with a function that decays depending on...
https://issues.apache.org/jira/browse/SOLR-16286 # Description getCheckpoints() does honor initialCheckpoint, but when stored, getPersistedCheckpoints which is processed first, does not. The effect is that initialCheckpoint=0 doesn't work as expected after it's stored. #...
https://issues.apache.org/jira/browse/SOLR-16292 # Description [N-Vector](https://en.wikipedia.org/wiki/N-vector#Example:_Great_circle_distance) is a three-parameter representation that can be used to calculate the great-circle distance (assuming a spherical Earth). It uses FastInvTrig, which for small distances it compares...
https://issues.apache.org/jira/browse/SOLR-16287 # Description Enables atomic updates for update stream by remapping a value to tuple, solr will recognise the map as an atomic update, otherwise update stream simply overwrites. Normal...