Michael Gibney
Michael Gibney
See: [SOLR-16004](https://issues.apache.org/jira/browse/SOLR-16004)
See: [SOLR-14764](https://issues.apache.org/jira/browse/SOLR-14764) Particularly for high-recall, high-cardinality cases, `sort:"index desc"` currently performs far less well than `sort:"index asc"` (passing every term through a priority queue as if it were a FIFO...
See: [SOLR-15836](https://issues.apache.org/jira/browse/SOLR-15836) Initial commit simply adds a test demonsrating counterintuitive subfacet refinement.
See: [SOLR-15760](https://issues.apache.org/jira/browse/SOLR-15760) For logical consistency, distributed facet overrequest should make no distinction between offset and limit; instead, distributed overrequest should be calculated as a function of the sum of offset+limit,...
Continuation of: [lucene-solr PR #892](https://github.com/apache/lucene-solr/pull/892) See also: [LUCENE-8972](https://issues.apache.org/jira/browse/LUCENE-8972) #10015
See: [SOLR-8362](https://issues.apache.org/jira/browse/SOLR-8362) Cotinuation of: https://github.com/apache/lucene-solr/pull/1691 This PR introduces docValues support for TextField, supporting 1. sort use case (including configurable post-analysis sort -- a drop-in replacement for SortableTextField, but with more...
See: SOLR-16962
ZkStateReader is supposed to register a singleton StateWatcher per collection name, but there's a race condition that can lead to multiple statewatchers being registered, recreating themselves in perpetuity, and accumulating...
fix `LogWatcher.unmodifiable()` to be backed by a full-featured Map `SolrDocument.getFieldValuesMap()` provides a feature-poor Map instance that also does undesired extra manipulations on values. https://issues.apache.org/jira/browse/SOLR-17176