Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOLR-15187: v2-POJO based SolrRequest classes #2422

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 22, 2021

  1. WIP: Payload POJO SolrJ usage

    This commit starts to have the Payload POJOs replace the fields in
    individual CollectionAdminRequest classes.  Backup is pretty much
    finished.  I started on REstore and ran into a hiccup with the
    collection-creation params - I could handle these via map operations,
    but that's not very clean or strongly typed.  So my next step needs to
    be creating a class that CreatePayload and REstorePayload can share with
    various collection-creation params.
    gerlowskija committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    efc88ca View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. SOLR-15187: Use v2-POJOs in /v2/collections SolrRequests

    This eliminates some duplication between the API-specific classes,
    provides an extra prod to make sure devs keep V2 APIs up to date, and
    gives us a path forward for v1-v2 randomization on POJO-based
    v2 APIs.
    gerlowskija committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    9d31b8c View commit details
    Browse the repository at this point in the history