Jason Gerlowski

Results 20 issues of Jason Gerlowski

# Description V2RequestSupport was intended to allow support for v2 requests in SolrJ, but was never really adopted on a critical mass of SolrRequest implementations. Now that the v2 API...

# Description The POJOs used for serialization/deserialization by some V2 APIs have a lot of duplication with the existing SolrRequest objects for those APIs. # Solution Since they share the...

# Description V2RequestSupport was intended to allow support for V2 requests in SolrJ, but never gained a critical mass of SolrRequest implementations. Now that the V2 API is more mature...

# Description Currently, many SolrRequest classes (e.g. UpdateRequest) don't implement `equals()` or `hashCode()`. This isn't a problem for Solr's normal operation, but it can be a barrier in unit testing...

# Description Mike Drob requested in a recent PR (#565), that all v2 "Payload" classes be relocated under their counterpart "API" classes. # Solution This PR introduces this refactor, as...

Users of Spark-solr (via SolrRelation) specify the collection they want to query using the 'collection' config parameter. Prior to this commit, this value did not support aliases: it was used...

# Description The Solr community is engaged in an ongoing effort to make Solr's v2 API more REST-ful and intuitive for users so that it can eventually serve as a...

# Description OpenAPI, and its suite of surrounding tooling, has much to offer web service maintainers. An OpenAPI spec can be used to generate clients in a number of different...

Some words (particularly abbreviations) are very likely to be related to Game of Thrones when capitalized in a specific way (for example, "GoT") but probably aren't spoiler related in other...

A line towards the end of cleanup.sh causes the script to error out if no ZooKeeper process is running on the box: ``` $ ./cleanup.sh kill: usage: kill [-s sigspec...