solr icon indicating copy to clipboard operation
solr copied to clipboard

Apache Solr open-source search software

Results 549 solr issues
Sort by recently updated
recently updated
newest added

https://issues.apache.org/jira/browse/SOLR-11033 # Description See JIRA # Solution Please provide a short description of the approach taken to implement your solution. # Tests Please describe the tests you've developed or run...

configs
test-framework
admin-ui
tests

https://issues.apache.org/jira/browse/SOLR-15342 I open this PR in draft to share the evolution of the work. I closed the old [PR](https://github.com/apache/solr/pull/584) since it has been open for a while, there have been...

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

stale

https://issues.apache.org/jira/browse/SOLR-16282 # Description At the moment implementing custom actions for `CoreAdminHandler` implies subsclassing of the `CoreAdminHandler` and overriding `handleCustomAction` method. This has numerous problems. First, it seems a bit too...

# Description In distributed requests, the `appends` section of a `RequestHandler` is evaluated not only on the non-distributed coordinator requests but also during the distributed requests. This might lead to...

https://issues.apache.org/jira/browse/SOLR-10059

https://issues.apache.org/jira/browse/SOLR-16332 Upgrading to latest Jetty 9.4.x version targeting Solr 9.1 release. If the Jetty 10 upgrade makes it before the release, that's fine, but at least we'll have a current...

My local .git folder got mangled somehow so I'm transferring changes to a fresh checkout - still a few things that are off and I'm working on syncing up. Have...

https://issues.apache.org/jira/browse/SOLR-16329

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