mirror of
https://github.com/apache/lucene.git
synced 2025-02-10 03:55:46 +00:00
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.