From owner-svn-ports-head@freebsd.org Mon Apr 17 15:16:37 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78A8BD41D58; Mon, 17 Apr 2017 15:16:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 125EB1C41; Mon, 17 Apr 2017 15:16:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3HFGaFD062337; Mon, 17 Apr 2017 15:16:36 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3HFGZKd062333; Mon, 17 Apr 2017 15:16:35 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201704171516.v3HFGZKd062333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 17 Apr 2017 15:16:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438703 - in head/textproc/apache-solr: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2017 15:16:37 -0000 Author: miwi Date: Mon Apr 17 15:16:35 2017 New Revision: 438703 URL: https://svnweb.freebsd.org/changeset/ports/438703 Log: - Update to 6.5.0 PR: 218523 Submitted by: maintainer Modified: head/textproc/apache-solr/Makefile head/textproc/apache-solr/distinfo head/textproc/apache-solr/files/solr.in head/textproc/apache-solr/pkg-plist Modified: head/textproc/apache-solr/Makefile ============================================================================== --- head/textproc/apache-solr/Makefile Mon Apr 17 15:09:04 2017 (r438702) +++ head/textproc/apache-solr/Makefile Mon Apr 17 15:16:35 2017 (r438703) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= apache-solr -PORTVERSION= 6.4.0 +PORTVERSION= 6.5.0 CATEGORIES= textproc java MASTER_SITES= APACHE/lucene/solr/${PORTVERSION} DISTNAME= solr-${PORTVERSION} Modified: head/textproc/apache-solr/distinfo ============================================================================== --- head/textproc/apache-solr/distinfo Mon Apr 17 15:09:04 2017 (r438702) +++ head/textproc/apache-solr/distinfo Mon Apr 17 15:16:35 2017 (r438703) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484990324 -SHA256 (solr-6.4.0.tgz) = 1213ae09023058ea1cbd971a1b585f891fb63fa76e128611031bfc28c749b502 -SIZE (solr-6.4.0.tgz) = 147290639 +TIMESTAMP = 1491809596 +SHA256 (solr-6.5.0.tgz) = 893835a1d724bda80bc0b9d87893a321f442460937d61d26746cefb52286543c +SIZE (solr-6.5.0.tgz) = 148691049 Modified: head/textproc/apache-solr/files/solr.in ============================================================================== --- head/textproc/apache-solr/files/solr.in Mon Apr 17 15:09:04 2017 (r438702) +++ head/textproc/apache-solr/files/solr.in Mon Apr 17 15:16:35 2017 (r438703) @@ -54,8 +54,8 @@ solr_status () su -m solr -c "${command} status" } -# add %%PREFIX%%/bin to path -export PATH=$PATH:%%PREFIX%%/bin +# add %%LOCALBASE%%/[bin|sbin] to path +export PATH=$PATH:%%LOCALBASE%%/bin:%%LOCALBASE%%/sbin # let the start script read some custom settings export SOLR_INCLUDE=/usr/local/etc/solr.in.sh Modified: head/textproc/apache-solr/pkg-plist ============================================================================== --- head/textproc/apache-solr/pkg-plist Mon Apr 17 15:09:04 2017 (r438702) +++ head/textproc/apache-solr/pkg-plist Mon Apr 17 15:16:35 2017 (r438703) @@ -134,4736 +134,11 @@ solr/dist/solrj-lib/zookeeper-3.4.6.jar solr/dist/test-framework/README.txt solr/dist/test-framework/lib/ant-1.8.2.jar solr/dist/test-framework/lib/junit-4.10.jar -solr/dist/test-framework/lib/junit4-ant-2.4.0.jar -solr/dist/test-framework/lib/randomizedtesting-runner-2.4.0.jar +solr/dist/test-framework/lib/junit4-ant-2.5.0.jar +solr/dist/test-framework/lib/randomizedtesting-runner-2.5.0.jar solr/dist/test-framework/lucene-libs/lucene-test-framework-%%PORTVERSION%%.jar -solr/docs/SYSTEM_REQUIREMENTS.html -solr/docs/changes/Changes.html -solr/docs/changes/ChangesFancyStyle.css -solr/docs/changes/ChangesFixedWidthStyle.css -solr/docs/changes/ChangesSimpleStyle.css -solr/docs/images/favicon.ico -solr/docs/images/quickstart-admin-ui-facet-options.png -solr/docs/images/quickstart-query-screen.png -solr/docs/images/quickstart-range-facet.png -solr/docs/images/quickstart-solrcloud.png -solr/docs/images/quickstart-spatial.png solr/docs/images/solr.svg solr/docs/index.html -solr/docs/quickstart.html -solr/docs/solr-analysis-extras/allclasses-frame.html -solr/docs/solr-analysis-extras/allclasses-noframe.html -solr/docs/solr-analysis-extras/constant-values.html -solr/docs/solr-analysis-extras/deprecated-list.html -solr/docs/solr-analysis-extras/help-doc.html -solr/docs/solr-analysis-extras/index.html -solr/docs/solr-analysis-extras/org/apache/solr/schema/ICUCollationField.html -solr/docs/solr-analysis-extras/org/apache/solr/schema/class-use/ICUCollationField.html -solr/docs/solr-analysis-extras/org/apache/solr/schema/package-frame.html -solr/docs/solr-analysis-extras/org/apache/solr/schema/package-summary.html -solr/docs/solr-analysis-extras/org/apache/solr/schema/package-tree.html -solr/docs/solr-analysis-extras/org/apache/solr/schema/package-use.html -solr/docs/solr-analysis-extras/overview-summary.html -solr/docs/solr-analysis-extras/overview-tree.html -solr/docs/solr-analysis-extras/package-list -solr/docs/solr-analysis-extras/prettify.js -solr/docs/solr-analysis-extras/script.js -solr/docs/solr-analysis-extras/stylesheet.css -solr/docs/solr-analytics/allclasses-frame.html -solr/docs/solr-analytics/allclasses-noframe.html -solr/docs/solr-analytics/constant-values.html -solr/docs/solr-analytics/deprecated-list.html -solr/docs/solr-analytics/help-doc.html -solr/docs/solr-analytics/index.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/BasicAccumulator.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/FacetingAccumulator.EntryComparator.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/FacetingAccumulator.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/ValueAccumulator.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/class-use/BasicAccumulator.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/class-use/FacetingAccumulator.EntryComparator.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/class-use/FacetingAccumulator.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/class-use/ValueAccumulator.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/facet/FacetValueAccumulator.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/facet/FieldFacetAccumulator.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/facet/QueryFacetAccumulator.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/facet/RangeFacetAccumulator.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/facet/class-use/FacetValueAccumulator.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/facet/class-use/FieldFacetAccumulator.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/facet/class-use/QueryFacetAccumulator.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/facet/class-use/RangeFacetAccumulator.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/facet/package-frame.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/facet/package-summary.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/facet/package-tree.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/facet/package-use.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/package-frame.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/package-summary.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/package-tree.html -solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/package-use.html -solr/docs/solr-analytics/org/apache/solr/analytics/expression/BaseExpression.html -solr/docs/solr-analytics/org/apache/solr/analytics/expression/DualDelegateExpression.html -solr/docs/solr-analytics/org/apache/solr/analytics/expression/Expression.html -solr/docs/solr-analytics/org/apache/solr/analytics/expression/ExpressionFactory.html -solr/docs/solr-analytics/org/apache/solr/analytics/expression/MultiDelegateExpression.html -solr/docs/solr-analytics/org/apache/solr/analytics/expression/SingleDelegateExpression.html -solr/docs/solr-analytics/org/apache/solr/analytics/expression/class-use/BaseExpression.html -solr/docs/solr-analytics/org/apache/solr/analytics/expression/class-use/DualDelegateExpression.html -solr/docs/solr-analytics/org/apache/solr/analytics/expression/class-use/Expression.html -solr/docs/solr-analytics/org/apache/solr/analytics/expression/class-use/ExpressionFactory.html -solr/docs/solr-analytics/org/apache/solr/analytics/expression/class-use/MultiDelegateExpression.html -solr/docs/solr-analytics/org/apache/solr/analytics/expression/class-use/SingleDelegateExpression.html -solr/docs/solr-analytics/org/apache/solr/analytics/expression/package-frame.html -solr/docs/solr-analytics/org/apache/solr/analytics/expression/package-summary.html -solr/docs/solr-analytics/org/apache/solr/analytics/expression/package-tree.html -solr/docs/solr-analytics/org/apache/solr/analytics/expression/package-use.html -solr/docs/solr-analytics/org/apache/solr/analytics/plugin/AnalyticsStatisticsCollector.html -solr/docs/solr-analytics/org/apache/solr/analytics/plugin/class-use/AnalyticsStatisticsCollector.html -solr/docs/solr-analytics/org/apache/solr/analytics/plugin/package-frame.html -solr/docs/solr-analytics/org/apache/solr/analytics/plugin/package-summary.html -solr/docs/solr-analytics/org/apache/solr/analytics/plugin/package-tree.html -solr/docs/solr-analytics/org/apache/solr/analytics/plugin/package-use.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/AbstractFieldFacetRequest.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/AnalyticsContentHandler.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/AnalyticsRequest.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/AnalyticsRequestFactory.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/AnalyticsStats.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/ExpressionRequest.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/FacetRequest.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/FieldFacetRequest.FacetSortDirection.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/FieldFacetRequest.FacetSortSpecification.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/FieldFacetRequest.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/QueryFacetRequest.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/RangeFacetRequest.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/class-use/AbstractFieldFacetRequest.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/class-use/AnalyticsContentHandler.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/class-use/AnalyticsRequest.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/class-use/AnalyticsRequestFactory.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/class-use/AnalyticsStats.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/class-use/ExpressionRequest.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/class-use/FacetRequest.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/class-use/FieldFacetRequest.FacetSortDirection.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/class-use/FieldFacetRequest.FacetSortSpecification.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/class-use/FieldFacetRequest.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/class-use/QueryFacetRequest.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/class-use/RangeFacetRequest.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/package-frame.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/package-summary.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/package-tree.html -solr/docs/solr-analytics/org/apache/solr/analytics/request/package-use.html -solr/docs/solr-analytics/org/apache/solr/analytics/statistics/AbstractDelegatingStatsCollector.html -solr/docs/solr-analytics/org/apache/solr/analytics/statistics/MedianStatsCollector.html -solr/docs/solr-analytics/org/apache/solr/analytics/statistics/MinMaxStatsCollector.html -solr/docs/solr-analytics/org/apache/solr/analytics/statistics/NumericStatsCollector.html -solr/docs/solr-analytics/org/apache/solr/analytics/statistics/PercentileStatsCollector.html -solr/docs/solr-analytics/org/apache/solr/analytics/statistics/StatsCollector.html -solr/docs/solr-analytics/org/apache/solr/analytics/statistics/StatsCollectorSupplierFactory.html -solr/docs/solr-analytics/org/apache/solr/analytics/statistics/UniqueStatsCollector.html -solr/docs/solr-analytics/org/apache/solr/analytics/statistics/class-use/AbstractDelegatingStatsCollector.html -solr/docs/solr-analytics/org/apache/solr/analytics/statistics/class-use/MedianStatsCollector.html -solr/docs/solr-analytics/org/apache/solr/analytics/statistics/class-use/MinMaxStatsCollector.html -solr/docs/solr-analytics/org/apache/solr/analytics/statistics/class-use/NumericStatsCollector.html -solr/docs/solr-analytics/org/apache/solr/analytics/statistics/class-use/PercentileStatsCollector.html -solr/docs/solr-analytics/org/apache/solr/analytics/statistics/class-use/StatsCollector.html -solr/docs/solr-analytics/org/apache/solr/analytics/statistics/class-use/StatsCollectorSupplierFactory.html -solr/docs/solr-analytics/org/apache/solr/analytics/statistics/class-use/UniqueStatsCollector.html -solr/docs/solr-analytics/org/apache/solr/analytics/statistics/package-frame.html -solr/docs/solr-analytics/org/apache/solr/analytics/statistics/package-summary.html -solr/docs/solr-analytics/org/apache/solr/analytics/statistics/package-tree.html -solr/docs/solr-analytics/org/apache/solr/analytics/statistics/package-use.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/AnalyticsParams.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/AnalyticsParsers.NumericParser.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/AnalyticsParsers.Parser.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/AnalyticsParsers.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/MedianCalculator.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/PercentileCalculator.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/RangeEndpointCalculator.DateRangeEndpointCalculator.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/RangeEndpointCalculator.DoubleRangeEndpointCalculator.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/RangeEndpointCalculator.FacetRange.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/RangeEndpointCalculator.FloatRangeEndpointCalculator.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/RangeEndpointCalculator.IntegerRangeEndpointCalculator.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/RangeEndpointCalculator.LongRangeEndpointCalculator.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/RangeEndpointCalculator.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/class-use/AnalyticsParams.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/class-use/AnalyticsParsers.NumericParser.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/class-use/AnalyticsParsers.Parser.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/class-use/AnalyticsParsers.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/class-use/MedianCalculator.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/class-use/PercentileCalculator.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/class-use/RangeEndpointCalculator.DateRangeEndpointCalculator.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/class-use/RangeEndpointCalculator.DoubleRangeEndpointCalculator.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/class-use/RangeEndpointCalculator.FacetRange.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/class-use/RangeEndpointCalculator.FloatRangeEndpointCalculator.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/class-use/RangeEndpointCalculator.IntegerRangeEndpointCalculator.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/class-use/RangeEndpointCalculator.LongRangeEndpointCalculator.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/class-use/RangeEndpointCalculator.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/package-frame.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/package-summary.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/package-tree.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/package-use.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/AbsoluteValueDoubleFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/AddDoubleFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/ConcatStringFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/ConstDateSource.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/ConstDoubleSource.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/ConstStringSource.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/DateFieldSource.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/DateMathFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/DivDoubleFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/DualDoubleFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/FilterFieldSource.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/LogDoubleFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/MultiDateFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/MultiDoubleFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/MultiStringFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/MultiplyDoubleFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/NegateDoubleFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/PowDoubleFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/ReverseStringFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/SingleDoubleFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/SingleStringFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/AbsoluteValueDoubleFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/AddDoubleFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/ConcatStringFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/ConstDateSource.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/ConstDoubleSource.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/ConstStringSource.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/DateFieldSource.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/DateMathFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/DivDoubleFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/DualDoubleFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/FilterFieldSource.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/LogDoubleFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/MultiDateFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/MultiDoubleFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/MultiStringFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/MultiplyDoubleFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/NegateDoubleFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/PowDoubleFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/ReverseStringFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/SingleDoubleFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/SingleStringFunction.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/package-frame.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/package-summary.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/package-tree.html -solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/package-use.html -solr/docs/solr-analytics/org/apache/solr/handler/component/AnalyticsComponent.html -solr/docs/solr-analytics/org/apache/solr/handler/component/class-use/AnalyticsComponent.html -solr/docs/solr-analytics/org/apache/solr/handler/component/package-frame.html -solr/docs/solr-analytics/org/apache/solr/handler/component/package-summary.html -solr/docs/solr-analytics/org/apache/solr/handler/component/package-tree.html -solr/docs/solr-analytics/org/apache/solr/handler/component/package-use.html -solr/docs/solr-analytics/overview-frame.html -solr/docs/solr-analytics/overview-summary.html -solr/docs/solr-analytics/overview-tree.html -solr/docs/solr-analytics/package-list -solr/docs/solr-analytics/prettify.js -solr/docs/solr-analytics/script.js -solr/docs/solr-analytics/stylesheet.css -solr/docs/solr-cell/allclasses-frame.html -solr/docs/solr-cell/allclasses-noframe.html -solr/docs/solr-cell/constant-values.html -solr/docs/solr-cell/deprecated-list.html -solr/docs/solr-cell/help-doc.html -solr/docs/solr-cell/index.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/ExtractingDocumentLoader.MostlyPassthroughHtmlMapper.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/ExtractingDocumentLoader.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/ExtractingMetadataConstants.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/ExtractingParams.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/ExtractingRequestHandler.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/ExtractionDateUtil.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/ParseContextConfig.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/RegexRulesPasswordProvider.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/SolrContentHandler.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/SolrContentHandlerFactory.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/XLSXResponseWriter.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/class-use/ExtractingDocumentLoader.MostlyPassthroughHtmlMapper.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/class-use/ExtractingDocumentLoader.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/class-use/ExtractingMetadataConstants.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/class-use/ExtractingParams.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/class-use/ExtractingRequestHandler.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/class-use/ExtractionDateUtil.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/class-use/ParseContextConfig.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/class-use/RegexRulesPasswordProvider.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/class-use/SolrContentHandler.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/class-use/SolrContentHandlerFactory.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/class-use/XLSXResponseWriter.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/package-frame.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/package-summary.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/package-tree.html -solr/docs/solr-cell/org/apache/solr/handler/extraction/package-use.html -solr/docs/solr-cell/overview-summary.html -solr/docs/solr-cell/overview-tree.html -solr/docs/solr-cell/package-list -solr/docs/solr-cell/prettify.js -solr/docs/solr-cell/script.js -solr/docs/solr-cell/stylesheet.css -solr/docs/solr-clustering/allclasses-frame.html -solr/docs/solr-clustering/allclasses-noframe.html -solr/docs/solr-clustering/constant-values.html -solr/docs/solr-clustering/deprecated-list.html -solr/docs/solr-clustering/help-doc.html -solr/docs/solr-clustering/index.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/ClusteringComponent.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/ClusteringEngine.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/ClusteringParams.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/DocumentClusteringEngine.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/SearchClusteringEngine.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngine.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/carrot2/CarrotParams.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/carrot2/LuceneCarrot2StemmerFactory.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/carrot2/LuceneCarrot2TokenizerFactory.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/carrot2/SolrStopwordsCarrot2LexicalDataFactory.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/carrot2/class-use/CarrotClusteringEngine.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/carrot2/class-use/CarrotParams.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/carrot2/class-use/LuceneCarrot2StemmerFactory.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/carrot2/class-use/LuceneCarrot2TokenizerFactory.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/carrot2/class-use/SolrStopwordsCarrot2LexicalDataFactory.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/carrot2/package-frame.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/carrot2/package-summary.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/carrot2/package-tree.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/carrot2/package-use.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/class-use/ClusteringComponent.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/class-use/ClusteringEngine.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/class-use/ClusteringParams.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/class-use/DocumentClusteringEngine.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/class-use/SearchClusteringEngine.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/package-frame.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/package-summary.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/package-tree.html -solr/docs/solr-clustering/org/apache/solr/handler/clustering/package-use.html -solr/docs/solr-clustering/overview-frame.html -solr/docs/solr-clustering/overview-summary.html -solr/docs/solr-clustering/overview-tree.html -solr/docs/solr-clustering/package-list -solr/docs/solr-clustering/prettify.js -solr/docs/solr-clustering/script.js -solr/docs/solr-clustering/stylesheet.css -solr/docs/solr-core/allclasses-frame.html -solr/docs/solr-core/allclasses-noframe.html -solr/docs/solr-core/constant-values.html -solr/docs/solr-core/deprecated-list.html -solr/docs/solr-core/help-doc.html -solr/docs/solr-core/index.html -solr/docs/solr-core/org/apache/solr/analysis/ReversedWildcardFilter.html -solr/docs/solr-core/org/apache/solr/analysis/ReversedWildcardFilterFactory.html -solr/docs/solr-core/org/apache/solr/analysis/SolrAnalyzer.html -solr/docs/solr-core/org/apache/solr/analysis/TokenizerChain.html -solr/docs/solr-core/org/apache/solr/analysis/class-use/ReversedWildcardFilter.html -solr/docs/solr-core/org/apache/solr/analysis/class-use/ReversedWildcardFilterFactory.html -solr/docs/solr-core/org/apache/solr/analysis/class-use/SolrAnalyzer.html -solr/docs/solr-core/org/apache/solr/analysis/class-use/TokenizerChain.html -solr/docs/solr-core/org/apache/solr/analysis/package-frame.html -solr/docs/solr-core/org/apache/solr/analysis/package-summary.html -solr/docs/solr-core/org/apache/solr/analysis/package-tree.html -solr/docs/solr-core/org/apache/solr/analysis/package-use.html -solr/docs/solr-core/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.html -solr/docs/solr-core/org/apache/solr/client/solrj/embedded/JettyConfig.Builder.html -solr/docs/solr-core/org/apache/solr/client/solrj/embedded/JettyConfig.html -solr/docs/solr-core/org/apache/solr/client/solrj/embedded/JettySolrRunner.DebugFilter.html -solr/docs/solr-core/org/apache/solr/client/solrj/embedded/JettySolrRunner.Servlet404.html -solr/docs/solr-core/org/apache/solr/client/solrj/embedded/JettySolrRunner.html -solr/docs/solr-core/org/apache/solr/client/solrj/embedded/SSLConfig.html -solr/docs/solr-core/org/apache/solr/client/solrj/embedded/class-use/EmbeddedSolrServer.html -solr/docs/solr-core/org/apache/solr/client/solrj/embedded/class-use/JettyConfig.Builder.html -solr/docs/solr-core/org/apache/solr/client/solrj/embedded/class-use/JettyConfig.html -solr/docs/solr-core/org/apache/solr/client/solrj/embedded/class-use/JettySolrRunner.DebugFilter.html -solr/docs/solr-core/org/apache/solr/client/solrj/embedded/class-use/JettySolrRunner.Servlet404.html -solr/docs/solr-core/org/apache/solr/client/solrj/embedded/class-use/JettySolrRunner.html -solr/docs/solr-core/org/apache/solr/client/solrj/embedded/class-use/SSLConfig.html -solr/docs/solr-core/org/apache/solr/client/solrj/embedded/package-frame.html -solr/docs/solr-core/org/apache/solr/client/solrj/embedded/package-summary.html -solr/docs/solr-core/org/apache/solr/client/solrj/embedded/package-tree.html -solr/docs/solr-core/org/apache/solr/client/solrj/embedded/package-use.html -solr/docs/solr-core/org/apache/solr/cloud/ActionThrottle.NanoTimeSource.html -solr/docs/solr-core/org/apache/solr/cloud/ActionThrottle.html -solr/docs/solr-core/org/apache/solr/cloud/AddReplicaCmd.html -solr/docs/solr-core/org/apache/solr/cloud/Assign.html -solr/docs/solr-core/org/apache/solr/cloud/BackupCmd.html -solr/docs/solr-core/org/apache/solr/cloud/CloudConfigSetService.html -solr/docs/solr-core/org/apache/solr/cloud/CloudDescriptor.html -solr/docs/solr-core/org/apache/solr/cloud/CloudUtil.html -solr/docs/solr-core/org/apache/solr/cloud/CreateAliasCmd.html -solr/docs/solr-core/org/apache/solr/cloud/CreateCollectionCmd.html -solr/docs/solr-core/org/apache/solr/cloud/CreateShardCmd.html -solr/docs/solr-core/org/apache/solr/cloud/CreateSnapshotCmd.html -solr/docs/solr-core/org/apache/solr/cloud/CurrentCoreDescriptorProvider.html -solr/docs/solr-core/org/apache/solr/cloud/DeleteAliasCmd.html -solr/docs/solr-core/org/apache/solr/cloud/DeleteCollectionCmd.html -solr/docs/solr-core/org/apache/solr/cloud/DeleteNodeCmd.html -solr/docs/solr-core/org/apache/solr/cloud/DeleteReplicaCmd.html -solr/docs/solr-core/org/apache/solr/cloud/DeleteShardCmd.html -solr/docs/solr-core/org/apache/solr/cloud/DeleteSnapshotCmd.html -solr/docs/solr-core/org/apache/solr/cloud/DistributedMap.html -solr/docs/solr-core/org/apache/solr/cloud/DistributedQueue.html -solr/docs/solr-core/org/apache/solr/cloud/ElectionContext.html -solr/docs/solr-core/org/apache/solr/cloud/LeaderElector.html -solr/docs/solr-core/org/apache/solr/cloud/LeaderInitiatedRecoveryThread.html -solr/docs/solr-core/org/apache/solr/cloud/LockTree.Session.html -solr/docs/solr-core/org/apache/solr/cloud/LockTree.html -solr/docs/solr-core/org/apache/solr/cloud/MigrateCmd.html -solr/docs/solr-core/org/apache/solr/cloud/Overseer.FailedOp.html -solr/docs/solr-core/org/apache/solr/cloud/Overseer.Stat.html -solr/docs/solr-core/org/apache/solr/cloud/Overseer.Stats.html -solr/docs/solr-core/org/apache/solr/cloud/Overseer.html -solr/docs/solr-core/org/apache/solr/cloud/OverseerAutoReplicaFailoverThread.html -solr/docs/solr-core/org/apache/solr/cloud/OverseerCollectionConfigSetProcessor.html -solr/docs/solr-core/org/apache/solr/cloud/OverseerCollectionMessageHandler.html -solr/docs/solr-core/org/apache/solr/cloud/OverseerConfigSetMessageHandler.html -solr/docs/solr-core/org/apache/solr/cloud/OverseerMessageHandler.Lock.html -solr/docs/solr-core/org/apache/solr/cloud/OverseerMessageHandler.html -solr/docs/solr-core/org/apache/solr/cloud/OverseerNodePrioritizer.html -solr/docs/solr-core/org/apache/solr/cloud/OverseerRoleCmd.html -solr/docs/solr-core/org/apache/solr/cloud/OverseerSolrResponse.html -solr/docs/solr-core/org/apache/solr/cloud/OverseerStatusCmd.html -solr/docs/solr-core/org/apache/solr/cloud/OverseerTaskProcessor.OverseerMessageHandlerSelector.html -solr/docs/solr-core/org/apache/solr/cloud/OverseerTaskProcessor.Runner.html -solr/docs/solr-core/org/apache/solr/cloud/OverseerTaskProcessor.TaskBatch.html -solr/docs/solr-core/org/apache/solr/cloud/OverseerTaskProcessor.html -solr/docs/solr-core/org/apache/solr/cloud/OverseerTaskQueue.QueueEvent.html -solr/docs/solr-core/org/apache/solr/cloud/OverseerTaskQueue.html -solr/docs/solr-core/org/apache/solr/cloud/RecoveryStrategy.RecoveryListener.html -solr/docs/solr-core/org/apache/solr/cloud/RecoveryStrategy.html -solr/docs/solr-core/org/apache/solr/cloud/ReplaceNodeCmd.html -solr/docs/solr-core/org/apache/solr/cloud/RestoreCmd.html -solr/docs/solr-core/org/apache/solr/cloud/SizeLimitedDistributedMap.html -solr/docs/solr-core/org/apache/solr/cloud/SolrZkServer.html -solr/docs/solr-core/org/apache/solr/cloud/SplitShardCmd.html -solr/docs/solr-core/org/apache/solr/cloud/SyncStrategy.html -solr/docs/solr-core/org/apache/solr/cloud/ZkCLI.html -solr/docs/solr-core/org/apache/solr/cloud/ZkController.NotLeaderException.html -solr/docs/solr-core/org/apache/solr/cloud/ZkController.ResourceModifiedInZkException.html -solr/docs/solr-core/org/apache/solr/cloud/ZkController.html -solr/docs/solr-core/org/apache/solr/cloud/ZkSolrResourceLoader.ZkByteArrayInputStream.html -solr/docs/solr-core/org/apache/solr/cloud/ZkSolrResourceLoader.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/ActionThrottle.NanoTimeSource.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/ActionThrottle.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/AddReplicaCmd.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/Assign.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/BackupCmd.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/CloudConfigSetService.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/CloudDescriptor.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/CloudUtil.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/CreateAliasCmd.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/CreateCollectionCmd.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/CreateShardCmd.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/CreateSnapshotCmd.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/CurrentCoreDescriptorProvider.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/DeleteAliasCmd.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/DeleteCollectionCmd.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/DeleteNodeCmd.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/DeleteReplicaCmd.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/DeleteShardCmd.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/DeleteSnapshotCmd.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/DistributedMap.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/DistributedQueue.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/ElectionContext.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/LeaderElector.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/LeaderInitiatedRecoveryThread.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/LockTree.Session.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/LockTree.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/MigrateCmd.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/Overseer.FailedOp.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/Overseer.Stat.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/Overseer.Stats.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/Overseer.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/OverseerAutoReplicaFailoverThread.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/OverseerCollectionConfigSetProcessor.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/OverseerCollectionMessageHandler.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/OverseerConfigSetMessageHandler.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/OverseerMessageHandler.Lock.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/OverseerMessageHandler.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/OverseerNodePrioritizer.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/OverseerRoleCmd.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/OverseerSolrResponse.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/OverseerStatusCmd.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/OverseerTaskProcessor.OverseerMessageHandlerSelector.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/OverseerTaskProcessor.Runner.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/OverseerTaskProcessor.TaskBatch.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/OverseerTaskProcessor.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/OverseerTaskQueue.QueueEvent.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/OverseerTaskQueue.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/RecoveryStrategy.RecoveryListener.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/RecoveryStrategy.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/ReplaceNodeCmd.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/RestoreCmd.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/SizeLimitedDistributedMap.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/SolrZkServer.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/SplitShardCmd.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/SyncStrategy.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/ZkCLI.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/ZkController.NotLeaderException.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/ZkController.ResourceModifiedInZkException.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/ZkController.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/ZkSolrResourceLoader.ZkByteArrayInputStream.html -solr/docs/solr-core/org/apache/solr/cloud/class-use/ZkSolrResourceLoader.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/ClusterStateMutator.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/CollectionMutator.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/NodeMutator.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/OverseerAction.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/ReplicaMutator.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/SliceMutator.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/ZkStateWriter.ZkWriteCallback.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/ZkStateWriter.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/ZkWriteCommand.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/class-use/ClusterStateMutator.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/class-use/CollectionMutator.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/class-use/NodeMutator.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/class-use/OverseerAction.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/class-use/ReplicaMutator.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/class-use/SliceMutator.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/class-use/ZkStateWriter.ZkWriteCallback.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/class-use/ZkStateWriter.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/class-use/ZkWriteCommand.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/package-frame.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/package-summary.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/package-tree.html -solr/docs/solr-core/org/apache/solr/cloud/overseer/package-use.html -solr/docs/solr-core/org/apache/solr/cloud/package-frame.html -solr/docs/solr-core/org/apache/solr/cloud/package-summary.html -solr/docs/solr-core/org/apache/solr/cloud/package-tree.html -solr/docs/solr-core/org/apache/solr/cloud/package-use.html -solr/docs/solr-core/org/apache/solr/cloud/rule/ImplicitSnitch.html -solr/docs/solr-core/org/apache/solr/cloud/rule/ReplicaAssigner.Position.html -solr/docs/solr-core/org/apache/solr/cloud/rule/ReplicaAssigner.html -solr/docs/solr-core/org/apache/solr/cloud/rule/Rule.Condition.html -solr/docs/solr-core/org/apache/solr/cloud/rule/Rule.Operand.html -solr/docs/solr-core/org/apache/solr/cloud/rule/Rule.html -solr/docs/solr-core/org/apache/solr/cloud/rule/ServerSnitchContext.html -solr/docs/solr-core/org/apache/solr/cloud/rule/class-use/ImplicitSnitch.html -solr/docs/solr-core/org/apache/solr/cloud/rule/class-use/ReplicaAssigner.Position.html -solr/docs/solr-core/org/apache/solr/cloud/rule/class-use/ReplicaAssigner.html -solr/docs/solr-core/org/apache/solr/cloud/rule/class-use/Rule.Condition.html -solr/docs/solr-core/org/apache/solr/cloud/rule/class-use/Rule.Operand.html -solr/docs/solr-core/org/apache/solr/cloud/rule/class-use/Rule.html -solr/docs/solr-core/org/apache/solr/cloud/rule/class-use/ServerSnitchContext.html -solr/docs/solr-core/org/apache/solr/cloud/rule/package-frame.html -solr/docs/solr-core/org/apache/solr/cloud/rule/package-summary.html -solr/docs/solr-core/org/apache/solr/cloud/rule/package-tree.html -solr/docs/solr-core/org/apache/solr/cloud/rule/package-use.html -solr/docs/solr-core/org/apache/solr/core/AbstractSolrEventListener.html -solr/docs/solr-core/org/apache/solr/core/BlobRepository.BlobContent.html -solr/docs/solr-core/org/apache/solr/core/BlobRepository.BlobContentRef.html -solr/docs/solr-core/org/apache/solr/core/BlobRepository.Decoder.html -solr/docs/solr-core/org/apache/solr/core/BlobRepository.html -solr/docs/solr-core/org/apache/solr/core/CachingDirectoryFactory.CacheValue.html -solr/docs/solr-core/org/apache/solr/core/CachingDirectoryFactory.CloseListener.html -solr/docs/solr-core/org/apache/solr/core/CachingDirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/CloseHook.html -solr/docs/solr-core/org/apache/solr/core/CloudConfig.CloudConfigBuilder.html -solr/docs/solr-core/org/apache/solr/core/CloudConfig.html -solr/docs/solr-core/org/apache/solr/core/CodecFactory.html -solr/docs/solr-core/org/apache/solr/core/Config.html -solr/docs/solr-core/org/apache/solr/core/ConfigOverlay.html -solr/docs/solr-core/org/apache/solr/core/ConfigSet.html -solr/docs/solr-core/org/apache/solr/core/ConfigSetProperties.html -solr/docs/solr-core/org/apache/solr/core/ConfigSetService.Default.html -solr/docs/solr-core/org/apache/solr/core/ConfigSetService.SchemaCaching.html -solr/docs/solr-core/org/apache/solr/core/ConfigSetService.html -solr/docs/solr-core/org/apache/solr/core/CoreContainer.CoreLoadFailure.html -solr/docs/solr-core/org/apache/solr/core/CoreContainer.html -solr/docs/solr-core/org/apache/solr/core/CoreDescriptor.html -solr/docs/solr-core/org/apache/solr/core/CorePropertiesLocator.html -solr/docs/solr-core/org/apache/solr/core/CoreSorter.html -solr/docs/solr-core/org/apache/solr/core/CoresLocator.html -solr/docs/solr-core/org/apache/solr/core/Diagnostics.Callable.html -solr/docs/solr-core/org/apache/solr/core/Diagnostics.html -solr/docs/solr-core/org/apache/solr/core/DirectoryFactory.DirContext.html -solr/docs/solr-core/org/apache/solr/core/DirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/EphemeralDirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/HdfsDirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/IndexDeletionPolicyWrapper.html -solr/docs/solr-core/org/apache/solr/core/IndexReaderFactory.html -solr/docs/solr-core/org/apache/solr/core/InitParams.html -solr/docs/solr-core/org/apache/solr/core/JmxMonitoredMap.JmxAugmentedSolrInfoMBean.html -solr/docs/solr-core/org/apache/solr/core/JmxMonitoredMap.html -solr/docs/solr-core/org/apache/solr/core/MMapDirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/MemClassLoader.html -solr/docs/solr-core/org/apache/solr/core/MetricsDirectoryFactory.MetricsDirectory.html -solr/docs/solr-core/org/apache/solr/core/MetricsDirectoryFactory.MetricsInput.html -solr/docs/solr-core/org/apache/solr/core/MetricsDirectoryFactory.MetricsOutput.html -solr/docs/solr-core/org/apache/solr/core/MetricsDirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/NIOFSDirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/NRTCachingDirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/NodeConfig.NodeConfigBuilder.html -solr/docs/solr-core/org/apache/solr/core/NodeConfig.html -solr/docs/solr-core/org/apache/solr/core/PluginBag.LazyPluginHolder.html -solr/docs/solr-core/org/apache/solr/core/PluginBag.PluginHolder.html -solr/docs/solr-core/org/apache/solr/core/PluginBag.RuntimeLib.html -solr/docs/solr-core/org/apache/solr/core/PluginBag.html -solr/docs/solr-core/org/apache/solr/core/PluginInfo.html -solr/docs/solr-core/org/apache/solr/core/QuerySenderListener.html -solr/docs/solr-core/org/apache/solr/core/RAMDirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/RequestHandlers.html -solr/docs/solr-core/org/apache/solr/core/RequestParams.ParamSet.html -solr/docs/solr-core/org/apache/solr/core/RequestParams.VersionedParams.html -solr/docs/solr-core/org/apache/solr/core/RequestParams.html -solr/docs/solr-core/org/apache/solr/core/SchemaCodecFactory.html -solr/docs/solr-core/org/apache/solr/core/ShutdownAwareDirectory.html -solr/docs/solr-core/org/apache/solr/core/SimpleFSDirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/SolrConfig.HttpCachingConfig.LastModFrom.html -solr/docs/solr-core/org/apache/solr/core/SolrConfig.HttpCachingConfig.html -solr/docs/solr-core/org/apache/solr/core/SolrConfig.JmxConfiguration.html -solr/docs/solr-core/org/apache/solr/core/SolrConfig.PluginOpts.html -solr/docs/solr-core/org/apache/solr/core/SolrConfig.SolrPluginInfo.html -solr/docs/solr-core/org/apache/solr/core/SolrConfig.UpdateHandlerInfo.html -solr/docs/solr-core/org/apache/solr/core/SolrConfig.html -solr/docs/solr-core/org/apache/solr/core/SolrCore.RawWriter.html -solr/docs/solr-core/org/apache/solr/core/SolrCore.html -solr/docs/solr-core/org/apache/solr/core/SolrDeletionPolicy.html -solr/docs/solr-core/org/apache/solr/core/SolrEventListener.html -solr/docs/solr-core/org/apache/solr/core/SolrInfoMBean.Category.html -solr/docs/solr-core/org/apache/solr/core/SolrInfoMBean.Group.html -solr/docs/solr-core/org/apache/solr/core/SolrInfoMBean.html -solr/docs/solr-core/org/apache/solr/core/SolrInfoMBeanWrapper.html -solr/docs/solr-core/org/apache/solr/core/SolrResourceLoader.html -solr/docs/solr-core/org/apache/solr/core/SolrResourceNotFoundException.html -solr/docs/solr-core/org/apache/solr/core/SolrXmlConfig.html -solr/docs/solr-core/org/apache/solr/core/StandardDirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/StandardIndexReaderFactory.html -solr/docs/solr-core/org/apache/solr/core/ZkContainer.html -solr/docs/solr-core/org/apache/solr/core/backup/BackupManager.html -solr/docs/solr-core/org/apache/solr/core/backup/class-use/BackupManager.html -solr/docs/solr-core/org/apache/solr/core/backup/package-frame.html -solr/docs/solr-core/org/apache/solr/core/backup/package-summary.html -solr/docs/solr-core/org/apache/solr/core/backup/package-tree.html -solr/docs/solr-core/org/apache/solr/core/backup/package-use.html -solr/docs/solr-core/org/apache/solr/core/backup/repository/BackupRepository.PathType.html -solr/docs/solr-core/org/apache/solr/core/backup/repository/BackupRepository.html -solr/docs/solr-core/org/apache/solr/core/backup/repository/BackupRepositoryFactory.html -solr/docs/solr-core/org/apache/solr/core/backup/repository/HdfsBackupRepository.html -solr/docs/solr-core/org/apache/solr/core/backup/repository/LocalFileSystemRepository.html -solr/docs/solr-core/org/apache/solr/core/backup/repository/class-use/BackupRepository.PathType.html -solr/docs/solr-core/org/apache/solr/core/backup/repository/class-use/BackupRepository.html -solr/docs/solr-core/org/apache/solr/core/backup/repository/class-use/BackupRepositoryFactory.html -solr/docs/solr-core/org/apache/solr/core/backup/repository/class-use/HdfsBackupRepository.html -solr/docs/solr-core/org/apache/solr/core/backup/repository/class-use/LocalFileSystemRepository.html -solr/docs/solr-core/org/apache/solr/core/backup/repository/package-frame.html -solr/docs/solr-core/org/apache/solr/core/backup/repository/package-summary.html -solr/docs/solr-core/org/apache/solr/core/backup/repository/package-tree.html -solr/docs/solr-core/org/apache/solr/core/backup/repository/package-use.html -solr/docs/solr-core/org/apache/solr/core/class-use/AbstractSolrEventListener.html -solr/docs/solr-core/org/apache/solr/core/class-use/BlobRepository.BlobContent.html -solr/docs/solr-core/org/apache/solr/core/class-use/BlobRepository.BlobContentRef.html -solr/docs/solr-core/org/apache/solr/core/class-use/BlobRepository.Decoder.html -solr/docs/solr-core/org/apache/solr/core/class-use/BlobRepository.html -solr/docs/solr-core/org/apache/solr/core/class-use/CachingDirectoryFactory.CacheValue.html -solr/docs/solr-core/org/apache/solr/core/class-use/CachingDirectoryFactory.CloseListener.html -solr/docs/solr-core/org/apache/solr/core/class-use/CachingDirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/class-use/CloseHook.html -solr/docs/solr-core/org/apache/solr/core/class-use/CloudConfig.CloudConfigBuilder.html -solr/docs/solr-core/org/apache/solr/core/class-use/CloudConfig.html -solr/docs/solr-core/org/apache/solr/core/class-use/CodecFactory.html -solr/docs/solr-core/org/apache/solr/core/class-use/Config.html -solr/docs/solr-core/org/apache/solr/core/class-use/ConfigOverlay.html -solr/docs/solr-core/org/apache/solr/core/class-use/ConfigSet.html -solr/docs/solr-core/org/apache/solr/core/class-use/ConfigSetProperties.html -solr/docs/solr-core/org/apache/solr/core/class-use/ConfigSetService.Default.html -solr/docs/solr-core/org/apache/solr/core/class-use/ConfigSetService.SchemaCaching.html -solr/docs/solr-core/org/apache/solr/core/class-use/ConfigSetService.html -solr/docs/solr-core/org/apache/solr/core/class-use/CoreContainer.CoreLoadFailure.html -solr/docs/solr-core/org/apache/solr/core/class-use/CoreContainer.html -solr/docs/solr-core/org/apache/solr/core/class-use/CoreDescriptor.html -solr/docs/solr-core/org/apache/solr/core/class-use/CorePropertiesLocator.html -solr/docs/solr-core/org/apache/solr/core/class-use/CoreSorter.html -solr/docs/solr-core/org/apache/solr/core/class-use/CoresLocator.html -solr/docs/solr-core/org/apache/solr/core/class-use/Diagnostics.Callable.html -solr/docs/solr-core/org/apache/solr/core/class-use/Diagnostics.html -solr/docs/solr-core/org/apache/solr/core/class-use/DirectoryFactory.DirContext.html -solr/docs/solr-core/org/apache/solr/core/class-use/DirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/class-use/EphemeralDirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/class-use/HdfsDirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/class-use/IndexDeletionPolicyWrapper.html -solr/docs/solr-core/org/apache/solr/core/class-use/IndexReaderFactory.html -solr/docs/solr-core/org/apache/solr/core/class-use/InitParams.html -solr/docs/solr-core/org/apache/solr/core/class-use/JmxMonitoredMap.JmxAugmentedSolrInfoMBean.html -solr/docs/solr-core/org/apache/solr/core/class-use/JmxMonitoredMap.html -solr/docs/solr-core/org/apache/solr/core/class-use/MMapDirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/class-use/MemClassLoader.html -solr/docs/solr-core/org/apache/solr/core/class-use/MetricsDirectoryFactory.MetricsDirectory.html -solr/docs/solr-core/org/apache/solr/core/class-use/MetricsDirectoryFactory.MetricsInput.html -solr/docs/solr-core/org/apache/solr/core/class-use/MetricsDirectoryFactory.MetricsOutput.html -solr/docs/solr-core/org/apache/solr/core/class-use/MetricsDirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/class-use/NIOFSDirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/class-use/NRTCachingDirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/class-use/NodeConfig.NodeConfigBuilder.html -solr/docs/solr-core/org/apache/solr/core/class-use/NodeConfig.html -solr/docs/solr-core/org/apache/solr/core/class-use/PluginBag.LazyPluginHolder.html -solr/docs/solr-core/org/apache/solr/core/class-use/PluginBag.PluginHolder.html -solr/docs/solr-core/org/apache/solr/core/class-use/PluginBag.RuntimeLib.html -solr/docs/solr-core/org/apache/solr/core/class-use/PluginBag.html -solr/docs/solr-core/org/apache/solr/core/class-use/PluginInfo.html -solr/docs/solr-core/org/apache/solr/core/class-use/QuerySenderListener.html -solr/docs/solr-core/org/apache/solr/core/class-use/RAMDirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/class-use/RequestHandlers.html -solr/docs/solr-core/org/apache/solr/core/class-use/RequestParams.ParamSet.html -solr/docs/solr-core/org/apache/solr/core/class-use/RequestParams.VersionedParams.html -solr/docs/solr-core/org/apache/solr/core/class-use/RequestParams.html -solr/docs/solr-core/org/apache/solr/core/class-use/SchemaCodecFactory.html -solr/docs/solr-core/org/apache/solr/core/class-use/ShutdownAwareDirectory.html -solr/docs/solr-core/org/apache/solr/core/class-use/SimpleFSDirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/class-use/SolrConfig.HttpCachingConfig.LastModFrom.html -solr/docs/solr-core/org/apache/solr/core/class-use/SolrConfig.HttpCachingConfig.html -solr/docs/solr-core/org/apache/solr/core/class-use/SolrConfig.JmxConfiguration.html -solr/docs/solr-core/org/apache/solr/core/class-use/SolrConfig.PluginOpts.html -solr/docs/solr-core/org/apache/solr/core/class-use/SolrConfig.SolrPluginInfo.html -solr/docs/solr-core/org/apache/solr/core/class-use/SolrConfig.UpdateHandlerInfo.html -solr/docs/solr-core/org/apache/solr/core/class-use/SolrConfig.html -solr/docs/solr-core/org/apache/solr/core/class-use/SolrCore.RawWriter.html -solr/docs/solr-core/org/apache/solr/core/class-use/SolrCore.html -solr/docs/solr-core/org/apache/solr/core/class-use/SolrDeletionPolicy.html -solr/docs/solr-core/org/apache/solr/core/class-use/SolrEventListener.html -solr/docs/solr-core/org/apache/solr/core/class-use/SolrInfoMBean.Category.html -solr/docs/solr-core/org/apache/solr/core/class-use/SolrInfoMBean.Group.html -solr/docs/solr-core/org/apache/solr/core/class-use/SolrInfoMBean.html -solr/docs/solr-core/org/apache/solr/core/class-use/SolrInfoMBeanWrapper.html -solr/docs/solr-core/org/apache/solr/core/class-use/SolrResourceLoader.html -solr/docs/solr-core/org/apache/solr/core/class-use/SolrResourceNotFoundException.html -solr/docs/solr-core/org/apache/solr/core/class-use/SolrXmlConfig.html -solr/docs/solr-core/org/apache/solr/core/class-use/StandardDirectoryFactory.html -solr/docs/solr-core/org/apache/solr/core/class-use/StandardIndexReaderFactory.html -solr/docs/solr-core/org/apache/solr/core/class-use/ZkContainer.html -solr/docs/solr-core/org/apache/solr/core/package-frame.html -solr/docs/solr-core/org/apache/solr/core/package-summary.html -solr/docs/solr-core/org/apache/solr/core/package-tree.html -solr/docs/solr-core/org/apache/solr/core/package-use.html -solr/docs/solr-core/org/apache/solr/core/snapshots/CollectionSnapshotMetaData.CoreSnapshotMetaData.html -solr/docs/solr-core/org/apache/solr/core/snapshots/CollectionSnapshotMetaData.SnapshotStatus.html -solr/docs/solr-core/org/apache/solr/core/snapshots/CollectionSnapshotMetaData.html -solr/docs/solr-core/org/apache/solr/core/snapshots/SolrSnapshotManager.html -solr/docs/solr-core/org/apache/solr/core/snapshots/SolrSnapshotMetaDataManager.SnapshotMetaData.html -solr/docs/solr-core/org/apache/solr/core/snapshots/SolrSnapshotMetaDataManager.html -solr/docs/solr-core/org/apache/solr/core/snapshots/SolrSnapshotsTool.html -solr/docs/solr-core/org/apache/solr/core/snapshots/class-use/CollectionSnapshotMetaData.CoreSnapshotMetaData.html -solr/docs/solr-core/org/apache/solr/core/snapshots/class-use/CollectionSnapshotMetaData.SnapshotStatus.html -solr/docs/solr-core/org/apache/solr/core/snapshots/class-use/CollectionSnapshotMetaData.html -solr/docs/solr-core/org/apache/solr/core/snapshots/class-use/SolrSnapshotManager.html -solr/docs/solr-core/org/apache/solr/core/snapshots/class-use/SolrSnapshotMetaDataManager.SnapshotMetaData.html -solr/docs/solr-core/org/apache/solr/core/snapshots/class-use/SolrSnapshotMetaDataManager.html -solr/docs/solr-core/org/apache/solr/core/snapshots/class-use/SolrSnapshotsTool.html -solr/docs/solr-core/org/apache/solr/core/snapshots/package-frame.html -solr/docs/solr-core/org/apache/solr/core/snapshots/package-summary.html -solr/docs/solr-core/org/apache/solr/core/snapshots/package-tree.html -solr/docs/solr-core/org/apache/solr/core/snapshots/package-use.html -solr/docs/solr-core/org/apache/solr/handler/AnalysisRequestHandlerBase.AnalysisContext.html -solr/docs/solr-core/org/apache/solr/handler/AnalysisRequestHandlerBase.ListBasedTokenStream.html -solr/docs/solr-core/org/apache/solr/handler/AnalysisRequestHandlerBase.TokenTrackingAttribute.html -solr/docs/solr-core/org/apache/solr/handler/AnalysisRequestHandlerBase.TokenTrackingAttributeImpl.html -solr/docs/solr-core/org/apache/solr/handler/AnalysisRequestHandlerBase.html -solr/docs/solr-core/org/apache/solr/handler/BlobHandler.html -solr/docs/solr-core/org/apache/solr/handler/CdcrParams.BufferState.html -solr/docs/solr-core/org/apache/solr/handler/CdcrParams.CdcrAction.html -solr/docs/solr-core/org/apache/solr/handler/CdcrParams.ProcessState.html -solr/docs/solr-core/org/apache/solr/handler/CdcrParams.html -solr/docs/solr-core/org/apache/solr/handler/CdcrReplicator.CdcrReplicatorException.html -solr/docs/solr-core/org/apache/solr/handler/CdcrReplicator.html -solr/docs/solr-core/org/apache/solr/handler/CdcrRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/ClassifyStream.html -solr/docs/solr-core/org/apache/solr/handler/ContentStreamHandlerBase.html -solr/docs/solr-core/org/apache/solr/handler/ContentStreamLoader.html -solr/docs/solr-core/org/apache/solr/handler/DocumentAnalysisRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/DumpRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/ExportHandler.html -solr/docs/solr-core/org/apache/solr/handler/ExportWriter.DoubleAsc.html -solr/docs/solr-core/org/apache/solr/handler/ExportWriter.DoubleDesc.html -solr/docs/solr-core/org/apache/solr/handler/ExportWriter.FieldWriter.html -solr/docs/solr-core/org/apache/solr/handler/ExportWriter.FloatAsc.html -solr/docs/solr-core/org/apache/solr/handler/ExportWriter.FloatDesc.html -solr/docs/solr-core/org/apache/solr/handler/ExportWriter.IgnoreException.html -solr/docs/solr-core/org/apache/solr/handler/ExportWriter.IntComp.html -solr/docs/solr-core/org/apache/solr/handler/ExportWriter.PriorityQueue.html -solr/docs/solr-core/org/apache/solr/handler/ExportWriter.SortValue.html -solr/docs/solr-core/org/apache/solr/handler/ExportWriter.html -solr/docs/solr-core/org/apache/solr/handler/FieldAnalysisRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/GraphHandler.DummyErrorStream.html -solr/docs/solr-core/org/apache/solr/handler/GraphHandler.TimerStream.html -solr/docs/solr-core/org/apache/solr/handler/GraphHandler.html -solr/docs/solr-core/org/apache/solr/handler/IndexFetcher.CompareResult.html -solr/docs/solr-core/org/apache/solr/handler/IndexFetcher.html -solr/docs/solr-core/org/apache/solr/handler/MoreLikeThisHandler.InterestingTerm.html -solr/docs/solr-core/org/apache/solr/handler/MoreLikeThisHandler.MoreLikeThisHelper.html -solr/docs/solr-core/org/apache/solr/handler/MoreLikeThisHandler.html -solr/docs/solr-core/org/apache/solr/handler/NestedRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/NotFoundRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/PingRequestHandler.ACTIONS.html -solr/docs/solr-core/org/apache/solr/handler/PingRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/RealTimeGetHandler.html -solr/docs/solr-core/org/apache/solr/handler/ReplicationHandler.html -solr/docs/solr-core/org/apache/solr/handler/RequestHandlerBase.html -solr/docs/solr-core/org/apache/solr/handler/RequestHandlerUtils.html -solr/docs/solr-core/org/apache/solr/handler/RestoreCore.html -solr/docs/solr-core/org/apache/solr/handler/SQLHandler.AggregationMode.html -solr/docs/solr-core/org/apache/solr/handler/SQLHandler.SQLTupleStreamParser.html -solr/docs/solr-core/org/apache/solr/handler/SQLHandler.html -solr/docs/solr-core/org/apache/solr/handler/SchemaHandler.html -solr/docs/solr-core/org/apache/solr/handler/SnapShooter.html -solr/docs/solr-core/org/apache/solr/handler/SolrConfigHandler.html -solr/docs/solr-core/org/apache/solr/handler/StandardRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/StreamHandler.DaemonCollectionStream.html -solr/docs/solr-core/org/apache/solr/handler/StreamHandler.DaemonResponseStream.html -solr/docs/solr-core/org/apache/solr/handler/StreamHandler.DummyErrorStream.html -solr/docs/solr-core/org/apache/solr/handler/StreamHandler.TimerStream.html -solr/docs/solr-core/org/apache/solr/handler/StreamHandler.html -solr/docs/solr-core/org/apache/solr/handler/UpdateRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/ClusterStatus.html -solr/docs/solr-core/org/apache/solr/handler/admin/CollectionsHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/ConfigSetsHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/CoreAdminHandler.Invocable.html -solr/docs/solr-core/org/apache/solr/handler/admin/CoreAdminHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/InfoHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/LoggingHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/LukeRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/MetricsHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/PluginInfoHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/PropertiesRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/SecurityConfHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/SegmentsInfoRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/ShowFileRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/SolrInfoMBeanHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/SystemInfoHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/ThreadDumpHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/ZookeeperInfoHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/class-use/ClusterStatus.html -solr/docs/solr-core/org/apache/solr/handler/admin/class-use/CollectionsHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/class-use/ConfigSetsHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/class-use/CoreAdminHandler.Invocable.html -solr/docs/solr-core/org/apache/solr/handler/admin/class-use/CoreAdminHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/class-use/InfoHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/class-use/LoggingHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/class-use/LukeRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/class-use/MetricsHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/class-use/PluginInfoHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/class-use/PropertiesRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/class-use/SecurityConfHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/class-use/SegmentsInfoRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/class-use/ShowFileRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/class-use/SolrInfoMBeanHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/class-use/SystemInfoHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/class-use/ThreadDumpHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/class-use/ZookeeperInfoHandler.html -solr/docs/solr-core/org/apache/solr/handler/admin/package-frame.html -solr/docs/solr-core/org/apache/solr/handler/admin/package-summary.html -solr/docs/solr-core/org/apache/solr/handler/admin/package-tree.html -solr/docs/solr-core/org/apache/solr/handler/admin/package-use.html -solr/docs/solr-core/org/apache/solr/handler/class-use/AnalysisRequestHandlerBase.AnalysisContext.html -solr/docs/solr-core/org/apache/solr/handler/class-use/AnalysisRequestHandlerBase.ListBasedTokenStream.html -solr/docs/solr-core/org/apache/solr/handler/class-use/AnalysisRequestHandlerBase.TokenTrackingAttribute.html -solr/docs/solr-core/org/apache/solr/handler/class-use/AnalysisRequestHandlerBase.TokenTrackingAttributeImpl.html -solr/docs/solr-core/org/apache/solr/handler/class-use/AnalysisRequestHandlerBase.html -solr/docs/solr-core/org/apache/solr/handler/class-use/BlobHandler.html -solr/docs/solr-core/org/apache/solr/handler/class-use/CdcrParams.BufferState.html -solr/docs/solr-core/org/apache/solr/handler/class-use/CdcrParams.CdcrAction.html -solr/docs/solr-core/org/apache/solr/handler/class-use/CdcrParams.ProcessState.html -solr/docs/solr-core/org/apache/solr/handler/class-use/CdcrParams.html -solr/docs/solr-core/org/apache/solr/handler/class-use/CdcrReplicator.CdcrReplicatorException.html -solr/docs/solr-core/org/apache/solr/handler/class-use/CdcrReplicator.html -solr/docs/solr-core/org/apache/solr/handler/class-use/CdcrRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/class-use/ClassifyStream.html -solr/docs/solr-core/org/apache/solr/handler/class-use/ContentStreamHandlerBase.html -solr/docs/solr-core/org/apache/solr/handler/class-use/ContentStreamLoader.html -solr/docs/solr-core/org/apache/solr/handler/class-use/DocumentAnalysisRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/class-use/DumpRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/class-use/ExportHandler.html -solr/docs/solr-core/org/apache/solr/handler/class-use/ExportWriter.DoubleAsc.html -solr/docs/solr-core/org/apache/solr/handler/class-use/ExportWriter.DoubleDesc.html -solr/docs/solr-core/org/apache/solr/handler/class-use/ExportWriter.FieldWriter.html -solr/docs/solr-core/org/apache/solr/handler/class-use/ExportWriter.FloatAsc.html -solr/docs/solr-core/org/apache/solr/handler/class-use/ExportWriter.FloatDesc.html -solr/docs/solr-core/org/apache/solr/handler/class-use/ExportWriter.IgnoreException.html -solr/docs/solr-core/org/apache/solr/handler/class-use/ExportWriter.IntComp.html -solr/docs/solr-core/org/apache/solr/handler/class-use/ExportWriter.PriorityQueue.html -solr/docs/solr-core/org/apache/solr/handler/class-use/ExportWriter.SortValue.html -solr/docs/solr-core/org/apache/solr/handler/class-use/ExportWriter.html -solr/docs/solr-core/org/apache/solr/handler/class-use/FieldAnalysisRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/class-use/GraphHandler.DummyErrorStream.html -solr/docs/solr-core/org/apache/solr/handler/class-use/GraphHandler.TimerStream.html -solr/docs/solr-core/org/apache/solr/handler/class-use/GraphHandler.html -solr/docs/solr-core/org/apache/solr/handler/class-use/IndexFetcher.CompareResult.html -solr/docs/solr-core/org/apache/solr/handler/class-use/IndexFetcher.html -solr/docs/solr-core/org/apache/solr/handler/class-use/MoreLikeThisHandler.InterestingTerm.html -solr/docs/solr-core/org/apache/solr/handler/class-use/MoreLikeThisHandler.MoreLikeThisHelper.html -solr/docs/solr-core/org/apache/solr/handler/class-use/MoreLikeThisHandler.html -solr/docs/solr-core/org/apache/solr/handler/class-use/NestedRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/class-use/NotFoundRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/class-use/PingRequestHandler.ACTIONS.html -solr/docs/solr-core/org/apache/solr/handler/class-use/PingRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/class-use/RealTimeGetHandler.html -solr/docs/solr-core/org/apache/solr/handler/class-use/ReplicationHandler.html -solr/docs/solr-core/org/apache/solr/handler/class-use/RequestHandlerBase.html -solr/docs/solr-core/org/apache/solr/handler/class-use/RequestHandlerUtils.html -solr/docs/solr-core/org/apache/solr/handler/class-use/RestoreCore.html -solr/docs/solr-core/org/apache/solr/handler/class-use/SQLHandler.AggregationMode.html -solr/docs/solr-core/org/apache/solr/handler/class-use/SQLHandler.SQLTupleStreamParser.html -solr/docs/solr-core/org/apache/solr/handler/class-use/SQLHandler.html -solr/docs/solr-core/org/apache/solr/handler/class-use/SchemaHandler.html -solr/docs/solr-core/org/apache/solr/handler/class-use/SnapShooter.html -solr/docs/solr-core/org/apache/solr/handler/class-use/SolrConfigHandler.html -solr/docs/solr-core/org/apache/solr/handler/class-use/StandardRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/class-use/StreamHandler.DaemonCollectionStream.html -solr/docs/solr-core/org/apache/solr/handler/class-use/StreamHandler.DaemonResponseStream.html -solr/docs/solr-core/org/apache/solr/handler/class-use/StreamHandler.DummyErrorStream.html -solr/docs/solr-core/org/apache/solr/handler/class-use/StreamHandler.TimerStream.html -solr/docs/solr-core/org/apache/solr/handler/class-use/StreamHandler.html -solr/docs/solr-core/org/apache/solr/handler/class-use/UpdateRequestHandler.html -solr/docs/solr-core/org/apache/solr/handler/component/DebugComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/ExpandComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/FacetComponent.DistribFieldFacet.html -solr/docs/solr-core/org/apache/solr/handler/component/FacetComponent.FacetBase.html -solr/docs/solr-core/org/apache/solr/handler/component/FacetComponent.FacetContext.html -solr/docs/solr-core/org/apache/solr/handler/component/FacetComponent.FacetInfo.html -solr/docs/solr-core/org/apache/solr/handler/component/FacetComponent.FieldFacet.html -solr/docs/solr-core/org/apache/solr/handler/component/FacetComponent.QueryFacet.html -solr/docs/solr-core/org/apache/solr/handler/component/FacetComponent.ShardFacetCount.html -solr/docs/solr-core/org/apache/solr/handler/component/FacetComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/FieldFacetStats.html -solr/docs/solr-core/org/apache/solr/handler/component/HighlightComponent.HighlightMethod.html -solr/docs/solr-core/org/apache/solr/handler/component/HighlightComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/HttpShardHandler.html -solr/docs/solr-core/org/apache/solr/handler/component/HttpShardHandlerFactory.html -solr/docs/solr-core/org/apache/solr/handler/component/IterativeMergeStrategy.CallBack.html -solr/docs/solr-core/org/apache/solr/handler/component/IterativeMergeStrategy.html -solr/docs/solr-core/org/apache/solr/handler/component/MergeStrategy.html -solr/docs/solr-core/org/apache/solr/handler/component/MoreLikeThisComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/PivotFacet.html -solr/docs/solr-core/org/apache/solr/handler/component/PivotFacetField.html -solr/docs/solr-core/org/apache/solr/handler/component/PivotFacetFieldValueCollection.PivotFacetCountComparator.html -solr/docs/solr-core/org/apache/solr/handler/component/PivotFacetFieldValueCollection.PivotFacetValueComparator.html -solr/docs/solr-core/org/apache/solr/handler/component/PivotFacetFieldValueCollection.html -solr/docs/solr-core/org/apache/solr/handler/component/PivotFacetHelper.html -solr/docs/solr-core/org/apache/solr/handler/component/PivotFacetProcessor.html -solr/docs/solr-core/org/apache/solr/handler/component/PivotFacetValue.html -solr/docs/solr-core/org/apache/solr/handler/component/QueryComponent.FakeScorer.html -solr/docs/solr-core/org/apache/solr/handler/component/QueryComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/QueryElevationComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/RangeFacetProcessor.html -solr/docs/solr-core/org/apache/solr/handler/component/RangeFacetRequest.FacetRange.html -solr/docs/solr-core/org/apache/solr/handler/component/RangeFacetRequest.html -solr/docs/solr-core/org/apache/solr/handler/component/RealTimeGetComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/ResponseBuilder.GlobalCollectionStat.html -solr/docs/solr-core/org/apache/solr/handler/component/ResponseBuilder.html -solr/docs/solr-core/org/apache/solr/handler/component/ResponseLogComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/SearchComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/SearchHandler.html -solr/docs/solr-core/org/apache/solr/handler/component/ShardDoc.html -solr/docs/solr-core/org/apache/solr/handler/component/ShardFieldSortedHitQueue.html -solr/docs/solr-core/org/apache/solr/handler/component/ShardHandler.html -solr/docs/solr-core/org/apache/solr/handler/component/ShardHandlerFactory.html -solr/docs/solr-core/org/apache/solr/handler/component/ShardRequest.html -solr/docs/solr-core/org/apache/solr/handler/component/ShardResponse.html -solr/docs/solr-core/org/apache/solr/handler/component/SpatialHeatmapFacets.HeatmapFacet.html -solr/docs/solr-core/org/apache/solr/handler/component/SpatialHeatmapFacets.html -solr/docs/solr-core/org/apache/solr/handler/component/SpellCheckComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/SpellCheckMergeData.html -solr/docs/solr-core/org/apache/solr/handler/component/StatsComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/StatsField.HllOptions.html -solr/docs/solr-core/org/apache/solr/handler/component/StatsField.Stat.html -solr/docs/solr-core/org/apache/solr/handler/component/StatsField.html -solr/docs/solr-core/org/apache/solr/handler/component/StatsValues.html -solr/docs/solr-core/org/apache/solr/handler/component/StatsValuesFactory.html -solr/docs/solr-core/org/apache/solr/handler/component/SuggestComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/TermVectorComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/TermsComponent.TermsHelper.html -solr/docs/solr-core/org/apache/solr/handler/component/TermsComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/DebugComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/ExpandComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/FacetComponent.DistribFieldFacet.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/FacetComponent.FacetBase.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/FacetComponent.FacetContext.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/FacetComponent.FacetInfo.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/FacetComponent.FieldFacet.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/FacetComponent.QueryFacet.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/FacetComponent.ShardFacetCount.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/FacetComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/FieldFacetStats.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/HighlightComponent.HighlightMethod.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/HighlightComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/HttpShardHandler.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/HttpShardHandlerFactory.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/IterativeMergeStrategy.CallBack.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/IterativeMergeStrategy.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/MergeStrategy.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/MoreLikeThisComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/PivotFacet.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/PivotFacetField.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/PivotFacetFieldValueCollection.PivotFacetCountComparator.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/PivotFacetFieldValueCollection.PivotFacetValueComparator.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/PivotFacetFieldValueCollection.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/PivotFacetHelper.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/PivotFacetProcessor.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/PivotFacetValue.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/QueryComponent.FakeScorer.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/QueryComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/QueryElevationComponent.html -solr/docs/solr-core/org/apache/solr/handler/component/class-use/RangeFacetProcessor.html *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***