mirror of https://github.com/apache/lucene.git
e89fba6fe7
Solr supports two different ways to write v2 APIs: a JSON spec based approach, and one based on annotated POJOs. The POJO method is now preferred. This commit switches the /v2/collections APIs over to the annotation-based approach. Since V2RequestSupport only works with jsonspec-based APIs, this commit also changes CollectionAdminRequest to no longer implement that interface. |
||
---|---|---|
.. | ||
src | ||
build.gradle |