Results 26 issues of Michael Gibney

See: [SOLR-16004](https://issues.apache.org/jira/browse/SOLR-16004)

stale

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

stale

See: [SOLR-15836](https://issues.apache.org/jira/browse/SOLR-15836) Initial commit simply adds a test demonsrating counterintuitive subfacet refinement.

stale

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

stale

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

Stale

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

stale

See: SOLR-16962

client:solrj
module:hdfs
tests
cat:search
cat:cloud
cat:index
cat:api

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

client:solrj
tests
cat:cloud

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

jetty-server
tests