Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/changes/ChangesFancyStyle.css
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/changes/ChangesFancyStyle.css
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/changes/ChangesFancyStyle.css
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1,39 @@
+body {
+  font-family: Georgia, "Times New Roman", Times, serif;
+  color: black;
+  background-color: white;
+}
+
+h1 {
+  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
+  color: black; 
+  background-color: light-gray;
+}
+
+h2 {
+  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
+  color: black; 
+  background-color: #D8D8D8;
+}
+
+a:link {
+  color: blue;
+}
+
+a:visited {
+  color: purple; 
+}
+
+li.bulleted-list {
+  margin-top: 0.25em;
+  margin-bottom: 0.25em;
+}
+
+li {
+  margin-top: 1em;
+  margin-bottom: 1em;
+}
+
+span.attrib {
+  color: darkgreen;
+}

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/changes/ChangesFixedWidthStyle.css
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/changes/ChangesFixedWidthStyle.css
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/changes/ChangesFixedWidthStyle.css
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1,37 @@
+body {
+  font-family: Courier New, monospace;
+  font-size: 10pt;
+}
+
+h1 {
+  font-family: Courier New, monospace;
+  font-size: 10pt;
+}
+
+h2 {
+  font-family: Courier New, monospace;
+  font-size: 10pt; 
+}
+
+h3 {
+  font-family: Courier New, monospace;
+  font-size: 10pt; 
+}
+
+a:link {
+  color: blue;
+}
+
+a:visited {
+  color: purple; 
+}
+
+li.bulleted-list {
+  margin-top: 0.25em;
+  margin-bottom: 0.25em;
+}
+
+li {
+  margin-top: 1em;
+  margin-bottom: 1em;
+}

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/changes/ChangesSimpleStyle.css
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/changes/ChangesSimpleStyle.css
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/changes/ChangesSimpleStyle.css
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1,13 @@
+li.bulleted-list {
+  margin-top: 0.25em;
+  margin-bottom: 0.25em;
+}
+
+li {
+  margin-top: 1em;
+  margin-bottom: 1em;
+}
+
+span.attrib {
+  color: darkgreen;
+}

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/docker/Dockerfile.official-full
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/docker/Dockerfile.official-full
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/docker/Dockerfile.official-full
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1,134 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+
+FROM eclipse-temurin:17-jre-jammy
+
+ARG SOLR_VERSION="9.8.1"
+# empty for the full distribution, "-slim" for the slim distribution
+ARG SOLR_DIST=""
+ARG 
SOLR_SHA512="08888ea626b9fa617438b97f9f8d552acfbd087fc9fd248e7495627716decca5e2e8d55bedf0e1f2484c838295c2abd68debb002d1ae36965eb99753320459f4"
+ARG SOLR_KEYS="50E3EE1C91C7E0CB4DFB007B369424FC98F3F6EC"
+
+# Override the default solr download location with a preferred mirror, e.g.:
+#   docker build -t mine --build-arg 
SOLR_DOWNLOAD_SERVER=https://downloads.apache.org/solr/solr .
+# This server must support downloading at: 
${SOLR_DOWNLOAD_SERVER}/${SOLR_VERSION}/solr-${SOLR_VERSION}(-slim).tgz(.asc)
+ARG 
SOLR_DOWNLOAD_SERVER="https://www.apache.org/dyn/closer.lua?action=download&filename=/solr/solr";
+
+RUN set -ex; \
+  apt-get update; \
+  apt-get -y --no-install-recommends install wget gpg gnupg dirmngr; \
+  rm -rf /var/lib/apt/lists/*; \
+  export SOLR_BINARY="solr-$SOLR_VERSION$SOLR_DIST.tgz"; \
+  MAX_REDIRECTS=3; \
+  case "${SOLR_DOWNLOAD_SERVER}" in \
+    (*"apache.org"*);; \
+    (*) \
+      # If a non-ASF URL is provided, allow more redirects and skip GPG step.
+      MAX_REDIRECTS=4 && \
+      SKIP_GPG_CHECK=true;; \
+  esac; \
+  export DOWNLOAD_URL="$SOLR_DOWNLOAD_SERVER/$SOLR_VERSION/$SOLR_BINARY"; \
+  echo "downloading $DOWNLOAD_URL"; \
+  if ! wget -t 10 --max-redirect $MAX_REDIRECTS --retry-connrefused -nv 
"$DOWNLOAD_URL" -O "/opt/$SOLR_BINARY"; then rm -f "/opt/$SOLR_BINARY"; fi; \
+  if [ ! -f "/opt/$SOLR_BINARY" ]; then echo "failed download attempt for 
$SOLR_BINARY"; exit 1; fi; \
+  echo "$SOLR_SHA512 */opt/$SOLR_BINARY" | sha512sum -c -; \
+  if [ -z "$SKIP_GPG_CHECK" ]; then \
+    # Setup GPG \
+    export GNUPGHOME="/tmp/gnupg_home"; \
+    mkdir -p "$GNUPGHOME"; \
+    chmod 700 "$GNUPGHOME"; \
+    echo "disable-ipv6" >> "$GNUPGHOME/dirmngr.conf"; \
+    if [ -n "$SOLR_KEYS" ]; then \
+      # Install all Solr GPG Keys to start
+      wget -nv "https://downloads.apache.org/solr/KEYS"; -O- | \
+        gpg --batch --import --key-origin 
'url,https://downloads.apache.org/solr/KEYS'; \
+      # Save just the release key
+      release_keys="$(gpg --batch --export -a ${SOLR_KEYS})"; \
+      rm -rf "$GNUPGHOME"/*; \
+      echo "${release_keys}" | gpg --batch --import; \
+    fi; \
+    # Do GPG Checks
+    echo "downloading $DOWNLOAD_URL.asc"; \
+    wget -nv "$DOWNLOAD_URL.asc" -O "/opt/$SOLR_BINARY.asc"; \
+    (>&2 ls -l "/opt/$SOLR_BINARY" "/opt/$SOLR_BINARY.asc"); \
+    gpg --batch --verify "/opt/$SOLR_BINARY.asc" "/opt/$SOLR_BINARY"; \
+    # Cleanup GPG
+    { command -v gpgconf; gpgconf --kill all || :; }; \
+    rm -r "$GNUPGHOME"; \
+  else \
+    echo "Skipping GPG validation due to non-Apache build"; \
+  fi; \
+  tar -C /opt --extract --preserve-permissions --file "/opt/$SOLR_BINARY"; \
+  rm "/opt/$SOLR_BINARY"*; \
+  apt-get -y remove gpg dirmngr && apt-get -y autoremove;
+
+
+
+LABEL org.opencontainers.image.title="Apache Solr"
+LABEL org.opencontainers.image.description="Solr is the blazing-fast, open 
source, multi-modal search platform built on Apache Lucene. It powers 
full-text, vector, and geospatial search at many of the world's largest 
organizations."
+LABEL org.opencontainers.image.authors="The Apache Solr Project"
+LABEL org.opencontainers.image.url="https://solr.apache.org";
+LABEL org.opencontainers.image.source="https://github.com/apache/solr";
+LABEL org.opencontainers.image.documentation="https://solr.apache.org/guide/";
+LABEL org.opencontainers.image.version="${SOLR_VERSION}"
+LABEL org.opencontainers.image.licenses="Apache-2.0"
+
+ENV SOLR_USER="solr" \
+    SOLR_UID="8983" \
+    SOLR_GROUP="solr" \
+    SOLR_GID="8983" \
+    
PATH="/opt/solr/bin:/opt/solr/docker/scripts:/opt/solr/prometheus-exporter/bin:/opt/solr/cross-dc-manager/bin:$PATH"
 \
+    SOLR_INCLUDE=/etc/default/solr.in.sh \
+    SOLR_HOME=/var/solr/data \
+    SOLR_PID_DIR=/var/solr \
+    SOLR_LOGS_DIR=/var/solr/logs \
+    LOG4J_PROPS=/var/solr/log4j2.xml \
+    SOLR_JETTY_HOST="0.0.0.0" \
+    SOLR_ZK_EMBEDDED_HOST="0.0.0.0"
+
+RUN set -ex; \
+  groupadd -r --gid "$SOLR_GID" "$SOLR_GROUP"; \
+  useradd -r --uid "$SOLR_UID" --gid "$SOLR_GID" "$SOLR_USER"
+
+# add symlink to /opt/solr, remove what we don't want.
+# Remove the Dockerfile because it might not represent the dockerfile that was 
used to generate the image.
+RUN set -ex; \
+  (cd /opt; ln -s solr-*/ solr); \
+  rm -Rf /opt/solr/docs /opt/solr/docker/Dockerfile;
+
+RUN set -ex; \
+  mkdir -p /opt/solr/server/solr/lib /docker-entrypoint-initdb.d; \
+  cp /opt/solr/bin/solr.in.sh /etc/default/solr.in.sh; \
+  mv /opt/solr/bin/solr.in.sh /opt/solr/bin/solr.in.sh.orig; \
+  mv /opt/solr/bin/solr.in.cmd /opt/solr/bin/solr.in.cmd.orig; \
+  chmod 0664 /etc/default/solr.in.sh; \
+  mkdir -p -m0770 /var/solr; \
+  chown -R "$SOLR_USER:0" /var/solr; \
+  test ! -e /opt/solr/modules || ln -s /opt/solr/modules /opt/solr/contrib; \
+  test ! -e /opt/solr/prometheus-exporter || ln -s 
/opt/solr/prometheus-exporter /opt/solr/modules/prometheus-exporter;
+
+RUN set -ex; \
+    apt-get update; \
+    apt-get -y --no-install-recommends install acl lsof procps wget netcat 
gosu tini jattach; \
+    rm -rf /var/lib/apt/lists/*;
+
+VOLUME /var/solr
+EXPOSE 8983
+WORKDIR /opt/solr
+USER $SOLR_UID
+
+ENTRYPOINT ["docker-entrypoint.sh"]
+CMD ["solr-foreground"]

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/docker/Dockerfile.official-slim
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/docker/Dockerfile.official-slim
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/docker/Dockerfile.official-slim
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1,134 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+
+FROM eclipse-temurin:17-jre-jammy
+
+ARG SOLR_VERSION="9.8.1"
+# empty for the full distribution, "-slim" for the slim distribution
+ARG SOLR_DIST="-slim"
+ARG 
SOLR_SHA512="e760696cad89ba5c1858eeb3d7e8a873206dadcb961580ae3c79375de819d164d71ac896e90810ead19953b6b0589d31dfe8a765c8e197114956ad1b4de7559a"
+ARG SOLR_KEYS="50E3EE1C91C7E0CB4DFB007B369424FC98F3F6EC"
+
+# Override the default solr download location with a preferred mirror, e.g.:
+#   docker build -t mine --build-arg 
SOLR_DOWNLOAD_SERVER=https://downloads.apache.org/solr/solr .
+# This server must support downloading at: 
${SOLR_DOWNLOAD_SERVER}/${SOLR_VERSION}/solr-${SOLR_VERSION}(-slim).tgz(.asc)
+ARG 
SOLR_DOWNLOAD_SERVER="https://www.apache.org/dyn/closer.lua?action=download&filename=/solr/solr";
+
+RUN set -ex; \
+  apt-get update; \
+  apt-get -y --no-install-recommends install wget gpg gnupg dirmngr; \
+  rm -rf /var/lib/apt/lists/*; \
+  export SOLR_BINARY="solr-$SOLR_VERSION$SOLR_DIST.tgz"; \
+  MAX_REDIRECTS=3; \
+  case "${SOLR_DOWNLOAD_SERVER}" in \
+    (*"apache.org"*);; \
+    (*) \
+      # If a non-ASF URL is provided, allow more redirects and skip GPG step.
+      MAX_REDIRECTS=4 && \
+      SKIP_GPG_CHECK=true;; \
+  esac; \
+  export DOWNLOAD_URL="$SOLR_DOWNLOAD_SERVER/$SOLR_VERSION/$SOLR_BINARY"; \
+  echo "downloading $DOWNLOAD_URL"; \
+  if ! wget -t 10 --max-redirect $MAX_REDIRECTS --retry-connrefused -nv 
"$DOWNLOAD_URL" -O "/opt/$SOLR_BINARY"; then rm -f "/opt/$SOLR_BINARY"; fi; \
+  if [ ! -f "/opt/$SOLR_BINARY" ]; then echo "failed download attempt for 
$SOLR_BINARY"; exit 1; fi; \
+  echo "$SOLR_SHA512 */opt/$SOLR_BINARY" | sha512sum -c -; \
+  if [ -z "$SKIP_GPG_CHECK" ]; then \
+    # Setup GPG \
+    export GNUPGHOME="/tmp/gnupg_home"; \
+    mkdir -p "$GNUPGHOME"; \
+    chmod 700 "$GNUPGHOME"; \
+    echo "disable-ipv6" >> "$GNUPGHOME/dirmngr.conf"; \
+    if [ -n "$SOLR_KEYS" ]; then \
+      # Install all Solr GPG Keys to start
+      wget -nv "https://downloads.apache.org/solr/KEYS"; -O- | \
+        gpg --batch --import --key-origin 
'url,https://downloads.apache.org/solr/KEYS'; \
+      # Save just the release key
+      release_keys="$(gpg --batch --export -a ${SOLR_KEYS})"; \
+      rm -rf "$GNUPGHOME"/*; \
+      echo "${release_keys}" | gpg --batch --import; \
+    fi; \
+    # Do GPG Checks
+    echo "downloading $DOWNLOAD_URL.asc"; \
+    wget -nv "$DOWNLOAD_URL.asc" -O "/opt/$SOLR_BINARY.asc"; \
+    (>&2 ls -l "/opt/$SOLR_BINARY" "/opt/$SOLR_BINARY.asc"); \
+    gpg --batch --verify "/opt/$SOLR_BINARY.asc" "/opt/$SOLR_BINARY"; \
+    # Cleanup GPG
+    { command -v gpgconf; gpgconf --kill all || :; }; \
+    rm -r "$GNUPGHOME"; \
+  else \
+    echo "Skipping GPG validation due to non-Apache build"; \
+  fi; \
+  tar -C /opt --extract --preserve-permissions --file "/opt/$SOLR_BINARY"; \
+  rm "/opt/$SOLR_BINARY"*; \
+  apt-get -y remove gpg dirmngr && apt-get -y autoremove;
+
+
+
+LABEL org.opencontainers.image.title="Apache Solr"
+LABEL org.opencontainers.image.description="Solr is the blazing-fast, open 
source, multi-modal search platform built on Apache Lucene. It powers 
full-text, vector, and geospatial search at many of the world's largest 
organizations."
+LABEL org.opencontainers.image.authors="The Apache Solr Project"
+LABEL org.opencontainers.image.url="https://solr.apache.org";
+LABEL org.opencontainers.image.source="https://github.com/apache/solr";
+LABEL org.opencontainers.image.documentation="https://solr.apache.org/guide/";
+LABEL org.opencontainers.image.version="${SOLR_VERSION}"
+LABEL org.opencontainers.image.licenses="Apache-2.0"
+
+ENV SOLR_USER="solr" \
+    SOLR_UID="8983" \
+    SOLR_GROUP="solr" \
+    SOLR_GID="8983" \
+    
PATH="/opt/solr/bin:/opt/solr/docker/scripts:/opt/solr/prometheus-exporter/bin:/opt/solr/cross-dc-manager/bin:$PATH"
 \
+    SOLR_INCLUDE=/etc/default/solr.in.sh \
+    SOLR_HOME=/var/solr/data \
+    SOLR_PID_DIR=/var/solr \
+    SOLR_LOGS_DIR=/var/solr/logs \
+    LOG4J_PROPS=/var/solr/log4j2.xml \
+    SOLR_JETTY_HOST="0.0.0.0" \
+    SOLR_ZK_EMBEDDED_HOST="0.0.0.0"
+
+RUN set -ex; \
+  groupadd -r --gid "$SOLR_GID" "$SOLR_GROUP"; \
+  useradd -r --uid "$SOLR_UID" --gid "$SOLR_GID" "$SOLR_USER"
+
+# add symlink to /opt/solr, remove what we don't want.
+# Remove the Dockerfile because it might not represent the dockerfile that was 
used to generate the image.
+RUN set -ex; \
+  (cd /opt; ln -s solr-*/ solr); \
+  rm -Rf /opt/solr/docs /opt/solr/docker/Dockerfile;
+
+RUN set -ex; \
+  mkdir -p /opt/solr/server/solr/lib /docker-entrypoint-initdb.d; \
+  cp /opt/solr/bin/solr.in.sh /etc/default/solr.in.sh; \
+  mv /opt/solr/bin/solr.in.sh /opt/solr/bin/solr.in.sh.orig; \
+  mv /opt/solr/bin/solr.in.cmd /opt/solr/bin/solr.in.cmd.orig; \
+  chmod 0664 /etc/default/solr.in.sh; \
+  mkdir -p -m0770 /var/solr; \
+  chown -R "$SOLR_USER:0" /var/solr; \
+  test ! -e /opt/solr/modules || ln -s /opt/solr/modules /opt/solr/contrib; \
+  test ! -e /opt/solr/prometheus-exporter || ln -s 
/opt/solr/prometheus-exporter /opt/solr/modules/prometheus-exporter;
+
+RUN set -ex; \
+    apt-get update; \
+    apt-get -y --no-install-recommends install acl lsof procps wget netcat 
gosu tini jattach; \
+    rm -rf /var/lib/apt/lists/*;
+
+VOLUME /var/solr
+EXPOSE 8983
+WORKDIR /opt/solr
+USER $SOLR_UID
+
+ENTRYPOINT ["docker-entrypoint.sh"]
+CMD ["solr-foreground"]

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.asc
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.asc
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.asc
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/rcACgkQNpQk/Jjz
+9uwW9Q/6AthKyiRUtS7FIcZP8CS1V0pHCLF3tnZyaEfD9vVJpwTS9lWCq4SKpYHe
+Uw+0OxqTVLonWJVhvEcL9uKMFepz+x0AkczFJIocOQuAz6t8etgS+f8yGErn1Ab7
+AFZnmun+KCDVSZsIyMrgch0C8SkxJXGJhSuv8i3pjzu+8bRrKnCUBJl6UOKPARx/
+bLuwW7Fp1a+YGyqb5DIO7+RPZuh4ilBUIEUbLuSQyRU4gmLdtAJKm9tI+4qj4ZqO
+d5ut0MHavdXjDvqtziCriUJkyC5lqQk5AQxlAxhWcsKXxhMl2zDtLf6fxChDj+W9
+AjNPHsBXmyqw06ZmTeB4V6hWMjg0oN0vDee3a/ppyPKDJ4qEi631DQKRPBxbOv1p
+LefeD492+5YX9RK/eAEfZF96Ab1zNi6wB2CryWh+nPAMbV28v51z4kYAQHj3YMjZ
+L700JKvhpTsabb90duCw6elJ6KMMpt895ZL8l+cqkgiTOXNonYF8FXBwNqMiVx0C
+779MbIvKwL9XZbAKZZLg/3zZUL3TwdhnLDciOQj9k1GZyV97Gi61RjRS5gifY9tL
+I7pypD3uMnXZYSym7uUHvORvIJlbGvcievcgD6VJLM4iLzRrhT+dkpH4P2wnMcRT
+26As1FJTjPw5spXWYZzNHRpk9BC01NCebnVA+p78pu4E9MLeci8=
+=C3gZ
+-----END PGP SIGNATURE-----

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.asc.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.asc.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.asc.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+8a9ffcf7de4aaba19cc3dc79bb5524d1
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.asc.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.asc.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.asc.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+2a146a6e3c58614ce22e1ad065503afbba764fa5
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.asc.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.asc.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.asc.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+56ed39d450ad170eb492860ed36ca305f308a41b29aa7ef68f20da80f6a012cd
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.asc.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.asc.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.asc.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+f3ecf2b8928c9c219e497e5f9176b3165f504088e4a6a1c85e7597e9a7139f3dd995eb38b32d407086e748aa0f17145f99a4f0550d76117bdab854fa07423718
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+ecae5556ca60f9de15b15ba32de06e16
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+d48c3214f70197311b5c8633cd4fe60f7733c5da
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+4e664edc45fd00ab66c56b0579b60ed79fb052cdd1936f28faecc3bc57f3da55
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-javadoc.jar.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+6316529ec8954aa248d5ab87b3b1d2442e88573246bca4c887449d388b8c17e78e33c2b329244ea08acbc6c23f4a5bad5232ecd4eff2f93b35a74e46ab487947
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.asc
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.asc
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.asc
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/rcACgkQNpQk/Jjz
+9uyFKxAA3rpTtJnB3IAOHBal0tazcR/00qXBH6qGdZw71CeCoshW5vvTO/DeMwGG
+qC8MNAma4YwNjOY0LIuqocF2NHC5OPn4AuFxD0c5sQvcf3I/la1asvOgXucTKTYJ
+A/i/3p2SLNPcXYt9WhmcfcyyFuEz918MwdIgPSeAXidDrxQrscz4ksUph6X4VqfY
+JOhty0jEEkdnMAkELuAtgtTO2PwmxRLxnyAaCPPJPOnwkwLKc06u82JVfWcQJbd/
+o0+aIC+7F2x7/gc1XioJh4G8VQnX5/qyjDbyB/C3xG5qphQdzhL14chxXIbZSbAj
+x+2WUiHnnJajESFeUC/VyDV7vpKX5dy6+6fhsvNZ0Z6j3lcn5jXYBVjKmUfeAT0U
+y6pPpJUUUyRsL4GfeWsjcmUuD4dqkzepjZIhezwzF86iuKNBTP0PtsWO1ffG+YNV
+FfOXBNtuD4sFTua8S6LEXZG8jN18kd6RLpGY/K+ImlE0ILowU0h9W6+n8w7pMr1V
+QxO0/dgvZ8uKj21E8AttGX4Ohac0znOggGifDh5JCZWiuejeiCQBt6dhTT/Gbn4E
+c7F+SVZyHf8kEKmtnuad4T+Swqbboo7wfcx7jp5rBz+U7juJVURe2U3eEEf1wQwQ
++wegG/pMEEdbNXCJEb4hwze2V/hhTmr/pRQlXMXgdYjWHOfDnRE=
+=b0u9
+-----END PGP SIGNATURE-----

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.asc.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.asc.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.asc.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+a4f5ccb6dfaa9f7d145f10592c357ab3
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.asc.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.asc.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.asc.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+79960e19518af86e91175cb520082638316a529a
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.asc.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.asc.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.asc.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+f13928fc73c5e46b91785a56693a03c09674d3825e755145af8675b82ab9b054
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.asc.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.asc.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.asc.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+07657ecda397a247c7cbc3e5d088f09afdf8a356d810961bba1c86cd39a8c8d241d85282f19b4b57de8dffa1998290bfafb92c9e64d63f747bdd3a41e3abc62e
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+7b4c8f732740e266e82b109440b9de58
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+eb1f4774a8170a14be9024e59164ab8495d7391f
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+2c4ca95e89744dbb4cd0b89c6c70cc4f0f2f250617c516dca86e08a5d4e9227d
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1-sources.jar.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+d63f35dc6898c808704ee4969173f65f86f140e6a46d115fe55d37fe191f2729d511f03bed0552013aa1a3993c005e8ec69c4487cb7656ad32e57bca30d30576
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar
==============================================================================
Binary file - no diff available.

Propchange: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.asc
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.asc
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.asc
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/rgACgkQNpQk/Jjz
+9ux9GhAAuZsEJWQGiyf1A7QqeXHOneVOQR752uu14FWOyEwbp+57MyXAt76m3IjH
+wNotXNzQfo15e9AdlWJCbalZvw0ktxdCIlcIOXy2chShukVyFm9xYvx8Qz/run2c
+OphqtSlr4pkUVaAtHs7HwETRvIi6VksOsN7JA6W7dve2euGwPht3j5/Y+tuADWHu
+fTharnZ7Z6tofyyz+BUcJBomkoe/OulubmD23b6WZY5RmXMZVqqXooBRrXlFm9Cl
+7lR2fYay7U42sp4RuNhnSBRAm3KMjsGkoKPuCumkTpewzjFLqbLU1VBO4oo3+5W1
+BgDklnrlj71wvOFiFbWKsga4i3iFLJfOQdJLr7kYYkxnx2jGhbzedr2Xk4hR+cPx
+4NWTBeAMrlrgkjllAxE10GcN+cLkBoCRCyAXmVYClwDNQ4ze/QsR7LGZibHwhLqn
+3it55CSAHoZ/2NwX7RCDwBc57ZqPrLe1kJaGPVBf6LXzPh8er33OFRjotJ3KeiCv
+Zot0zOLCVXHD8pETDHYwXzFMTNW9i2W7v2sLYdtZSOQp2P8fFPG5dWctYogGHBvX
+2pSoL6hulgNsgazt6jXkxW3QnZh/kREfylBsauke21+pHou3JPuOY0vSByx8vUn5
+fMEs9yF+Zsd0m94rH3gwE4t3vEiDT5IfAhkxXZOy+bEZLHFwzIk=
+=bdOb
+-----END PGP SIGNATURE-----

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.asc.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.asc.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.asc.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+8766c63f9ba370873ec7a7e4ade0c08d
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.asc.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.asc.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.asc.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+de3802e7f84aedfb10518aad1eef1ba012bb5c40
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.asc.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.asc.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.asc.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+fe20590175d420f5e98c5af9b230dd4c0d2b943db330c434ed6b73a126bd6b8c
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.asc.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.asc.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.asc.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+c3caed02023ddf172f1dca9ee79ae1a5736f181f8b55d0c7e388241bcadffbc2cffad03f63d7e58f3fe366f6cecfceafe2ce2073a20615403974190a191f3cd1
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+112736edd355f24aba181964c1c0dc2a
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+1cb717089eb388f820e05cd0e3d7015530a702f7
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+5a195df72a4bd1008ea1aa490601ebeeebf6c8176c6fb677aa8c81772af476b3
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.jar.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+ab55ec11864a7eac97ec3da060942b90a6a3644f992fc81f60e0f53276963a85e4b34a5aac4466aa986be4682bd3c47c400f63cee0d90699b63005837257340c
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1,580 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-analysis-extras</artifactId>
+  <version>9.8.1</version>
+  <name>Apache Solr (module: analysis-extras)</name>
+  <description>Apache Solr (module: analysis-extras)</description>
+  <url>https://solr.apache.org/</url>
+  <inceptionYear>2006</inceptionYear>
+  <licenses>
+    <license>
+      <name>Apache 2</name>
+      <url>https://apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+  <mailingLists>
+    <mailingList>
+      <name>Solr User List</name>
+      <subscribe>[email protected]</subscribe>
+      <unsubscribe>[email protected]</unsubscribe>
+      
<archive>https://lists.apache.org/[email protected]</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Developer List</name>
+      <subscribe>[email protected]</subscribe>
+      <unsubscribe>[email protected]</unsubscribe>
+      
<archive>https://lists.apache.org/[email protected]</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Commits List</name>
+      <subscribe>[email protected]</subscribe>
+      <unsubscribe>[email protected]</unsubscribe>
+      
<archive>https://lists.apache.org/[email protected]</archive>
+    </mailingList>
+  </mailingLists>
+  <scm>
+    
<connection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</connection>
+    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=solr.git</url>
+  </scm>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/SOLR</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Solr/</url>
+  </ciManagement>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+      <version>9.8.1</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+      <version>9.8.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.ibm.icu</groupId>
+      <artifactId>icu4j</artifactId>
+      <version>74.2</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analysis-icu</artifactId>
+      <version>9.11.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analysis-opennlp</artifactId>
+      <version>9.11.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+      <version>9.11.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.opennlp</groupId>
+      <artifactId>opennlp-tools</artifactId>
+      <version>1.9.4</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>2.0.13</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analysis-morfologik</artifactId>
+      <version>9.11.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analysis-smartcn</artifactId>
+      <version>9.11.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analysis-stempel</artifactId>
+      <version>9.11.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+  </dependencies>
+</project>

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.asc
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.asc
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.asc
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/rcACgkQNpQk/Jjz
+9uxL6hAAqQ6wBqkXmbOdcwWc5Rt1ZPdwV+llPqIbId/er7oKxKe1wyEUV/ULPoAR
+GvcGmAm6QJmVr8rn48SyxvWqIkNeFd8BszZePZyBIU6ARatFvWwsYHOX1NF0rxrJ
+ZRJgNeQ2jnGWSTvwAlMxUaXPyiI4YsZ/4hZpRg6cIc0Hf9u/4ydTQTiUo2Ejo6Jb
+ieULjB89yg0fghmRC13aQea9zpw+V/tl0nORdN0/53uGG5hBxju+pv4UsqKub575
+JdqlQQfznAxpi6498KLmb87Dr6OW12ZrqcJDZp7elLTKwlYJ/Oif8ZzJYODIo77C
+cW5D1mvR3MjGCA4vgtX6VmkrDjL7Ut5yW3cWdZAPfTMavY8Gd789tPzqqY4Diad7
+tLUT5K0gnvh055lF9FIyZG9HHV6EwsOOUiXtx028Vjn5HcWmeRXysL/upNzuHM9e
+1TN9AhHutapdsL/FqclWA86n/Q3g03db5p6Vhv8+JOlbhtfRAgOb6h9gYWP6P1Z5
+V9apY3hu1oV5F+ajEtBsvg7hqZf0QOCfgSIpNbxv+c3NE12VehptKxNhsD5vjM2j
+CtztjbT7bFzRd7OrtPW1NLfMO2EYMnhWppVcE77wEwEJBS8thKEVfhw0iqk9XHt3
+uoAGkL98v+PMYp1VHcVR9gsCSKdTwz2t0SEUqC4IQBOfeLNFg+k=
+=XkPK
+-----END PGP SIGNATURE-----

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.asc.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.asc.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.asc.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+971e646f47b0bbfac0a4dad5228c766b
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.asc.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.asc.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.asc.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+b1cce0694507f01a89014e5d80a214a8b9bc7433
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.asc.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.asc.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.asc.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+0b0379e956e6d7a489517055b9a77506f7b01219a4930fe62ba689767f32c1f9
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.asc.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.asc.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.asc.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+5d222d847285d1f0ad9def4c763bdde2da52bef6d7ee16854a1a5ba2a24e41373009db161c3105a9a722628df0b906feab72fba16e89d1708add3a4903bd057a
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+0b068a69b4a0498972d094ee6997b2cb
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+7d2fd3c52fde9936ae97d4a678f472106572f7a3
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+0caee6ac69ecf44d5bab5a4578f5d0835657723d4b895fe4c919030ddb19e7aa
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/9.8.1/solr-analysis-extras-9.8.1.pom.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+4b7a35adea7cf4fbdd14fab96a5d8e2a94d5e07fdbddb71b8ded74478b3cdce8cbcd47357338f827db70cebe8a6eafc992bc416a524688dad29d332fdc2756ce
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/maven-metadata.xml
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/maven-metadata.xml
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/maven-metadata.xml
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-analysis-extras</artifactId>
+  <versioning>
+    <latest>9.8.1</latest>
+    <release>9.8.1</release>
+    <versions>
+      <version>9.8.1</version>
+    </versions>
+    <lastUpdated>20250306195952</lastUpdated>
+  </versioning>
+</metadata>

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/maven-metadata.xml.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/maven-metadata.xml.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/maven-metadata.xml.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+fc8c8b28bc6321a6e1a231f2cb65f107
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/maven-metadata.xml.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/maven-metadata.xml.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/maven-metadata.xml.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+c958a66411e8d0b4d6d63909610b494d6f6b4229
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/maven-metadata.xml.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/maven-metadata.xml.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/maven-metadata.xml.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+3979be0f00dfd1561cfbdaf79d44f12b4616f3bb63cd10cf5325ff68f732c068
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/maven-metadata.xml.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/maven-metadata.xml.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analysis-extras/maven-metadata.xml.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+924c4b9cbaa1d68d7df6a7a63d093f247557026413343b2c34368c82ec78b779c16de00876b5fc9d1e1e8af0e6c9b8e37164abe748a2aacb7716b73673aed4ce
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.asc
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.asc
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.asc
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/roACgkQNpQk/Jjz
+9uyYMg/+K8AaKSMHRoixFL/+7udlpdP7PsfGbNdnmvFQj2D6mRZhMi/ZRNY0bkHN
+A9+iq0hUCV56pTipLOxYiwbnmnhMkkWeUcZr6hFOCZuqnTT9HO20OQ1buaxWFuz6
+OHbTN3s5GNMZljVBoudSRSRVR2CqX6+7URQ89rcbmQvxKxPikZAotTvPgnkQOrs6
+PFsRLLwJwRusUMaCQC1H3UXXzvPmyU4FEBrljxyBplq88NyNdbVOkQFN2QKMFL7w
+U1NbBMl5CQ7/ackLne5Lvk1QdTl0XTcBG5q189VJyMk4n4bGkWsmA4UnZHvazXo0
+N/rabrC2ALFFszippaQs5e03uPQl2TwCPTVVvpGfAmIFHzpIJ+lNhJwHaXSAYSWc
+PKk2OwthSUthU5dg46g76Q0rvlxrLYVVh4VA5CoBpP62Gw3w2QeKs0wf4izHkknL
+dnHkaPmRYzV/a/zUjpuhk11VI8HjjyyNBgi+HhBcLQ/3dcf8OpLQXh3e8gxEvBrl
+ykIAKq87IR1SCr7DYYd2BJbPwnr6hhlvYRVAHQUCn5U2AH0C2xzOJx1omWZ/9nH9
+7ILLQu1vI7T+CrCERp8E3lNZD+baS0YUuBbr3zUPLRvZatVyaTdcfpVr9zFTgpKk
+V748bMJd90pC9nUhWNpPmI2mPirj86NFkUMM0S9i+KMzuEFxHoo=
+=W9BO
+-----END PGP SIGNATURE-----

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.asc.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.asc.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.asc.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+8e500da89b8c485fc77bc9cf4f982694
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.asc.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.asc.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.asc.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+a96781f74ac8887070980f0acc9049035738fe4a
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.asc.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.asc.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.asc.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+735cdb562fbd7556e46afd095e57121e3cb7e4fd93d3057600abb3f3b4276c90
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.asc.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.asc.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.asc.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+7ef7a8c595857cb46b9e1b68b8e495b29f0f3890f207fea9258297e408dba447c1086031978360d382a93d6b3a1cd13184c1bf7d68ff24a4eee18a87f23153a5
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+2e9a69b847766d7f8a7916e0ad7ca642
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+1c2f2cf38ec31fc3d754eb6da4530eef8e56d91b
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+b3ad57daf6dd8921e85c591ca7f1529d63fca1d1806a4fa51d1fb543a57b31b5
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-javadoc.jar.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+0646c88540c71117588bf05a67959989f1616fe5aee0f62fd07dc799e8f954c83a11a0610586e270bd37658a9d6a6b7d35ef21d13953190cb9335d433dbf47cf
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.asc
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.asc
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.asc
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/rkACgkQNpQk/Jjz
+9uyjYxAAqf7CFo1+F0eNbbRuW0VSrHtLkahohKaCx4UY52cH9VQG2jF5NHiYOMQX
+Fq61P5Bvzr8PmtrOjwfWML23vcsYTEVs54kV0JBT45iETkNg0p657ruLbnChz5Wj
+wq5FDDA7xsj42sudR7EoxwxaSqETO0DmKqzZGXEEuw6wWo6wLTzk8wOazNy3vjJx
+U7K4puqjgpvjG5wgVBSroSUUlGxD6uy5n8ic2hxxUrWlsuZ49jpztRWxykDUEopZ
+TyNVWi+tCdiDbeQ7MldtNsknrKB3wJfeILhAu4bXbd4iQNu4BNMGZSUq5Wd5rkXX
+Rwl0r+OzJvTUidllxm9K+ydJZQ6YSUJNsWTQy/Gu1YYD8Kzl5xmoXnWVPtsLP+/i
+3v3AGP+5X15eRJ7F2A6rVLdfG6ZTOAXu/BXjaD9Y3h+BLuCydEXBeV05FVDlS8jq
+RaBtflUr1Me+fNDC3g+9z5CMFdpH3mOR6YdYOT7q/UxOIobjejVGsxAWZxQjM1p1
+Lm18t9g+Wry6/TxA7QU+a28jpWBkVSdJ4CQn9OJqYd9o0ow95dsmxXm4E6okaGWR
+Kcee7TsXagv6U/cyYZeQQH1n+MfQ5Ta2dO0VyHkQ8Yws/43p27+9W63dEW1XLcU6
+xmJhuJa1fVj0NK+W4PK9p1S4rIUwwvtTHfpPED8yLElF4vVa2F0=
+=GvW9
+-----END PGP SIGNATURE-----

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.asc.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.asc.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.asc.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+ca6940d572408e402a51118999ca8b29
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.asc.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.asc.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.asc.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+604ea929d788507b8d2afb4aef7b8ca3c8658b8e
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.asc.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.asc.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.asc.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+5bb7576a950aa4a7ea2c935f47ad5d2a5785496e9969e4234fbf875e9a7abf71
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.asc.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.asc.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.asc.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+01b454712d02c22ce23a50fd30ed9ddc7b3883e3deda394841937bbbcf69c36877b169c9d95fd5d15279fba61a1056ee112009ceb233294cba332c1a2f22e925
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+730c462995c842cfe7075af377ff6ad7
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+515b730bcf7f07672e58222d7439bd8bdf0b6b31
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+ea39b616ff3e99f24ef3c3ba6e189a42e76e58f5122e92da75d8943c1c2d1e3f
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1-sources.jar.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+db3553f4529b6da915d903b574ba39949e707db4be3f8b5d6c7d20a51b984438aa04ec9928808623723451e162e7269654ea6bac05e9799c7857ceb4126091c2
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1.jar
==============================================================================
Binary file - no diff available.

Propchange: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-analytics/9.8.1/solr-analytics-9.8.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



Reply via email to