PHP= SOLR=8cloud <<<<<< ENV .gitattributes .php_cs.dist COPYING build.xml composer.json examples/1.1-check-solarium-and-ping.php examples/1.2-basic-select.php examples/1.3-basic-update.php examples/2.1.1-query-params.php examples/2.1.2-custom-result-document.php examples/2.1.3-filterquery.php examples/2.1.5.1.1-facet-field.php examples/2.1.5.1.1.1-facet-field-filters.php examples/2.1.5.1.1.2-facet-field-excludes.php examples/2.1.5.1.2-facet-query.php examples/2.1.5.1.3-facet-multiquery.php examples/2.1.5.1.4-facet-range.php examples/2.1.5.1.5-facet-pivot.php examples/2.1.5.1.6-facet-interval.php examples/2.1.5.1.7-facet-json-terms.php examples/2.1.5.1.8-facet-json-query.php examples/2.1.5.1.9-facet-json-range.php examples/2.1.5.10-stats.php examples/2.1.5.11-debug.php examples/2.1.5.12-queryelevation.php examples/2.1.5.2-morelikethis.php examples/2.1.5.3-highlighting.php examples/2.1.5.3.1-per-field-highlighting.php examples/2.1.5.4-dismax.php examples/2.1.5.5-edismax.php examples/2.1.5.6-grouping-by-field.php examples/2.1.5.7-grouping-by-query.php examples/2.1.5.8-distributed-search.php examples/2.1.5.9-spellcheck.php examples/2.1.6-helper-functions.php examples/2.1.7-query-reuse.php examples/2.2.1-add-docs.php examples/2.2.1.1-atomic-updates.php examples/2.2.2-delete-by-query.php examples/2.2.3-delete-by-id.php examples/2.2.4-optimize.php examples/2.2.5-rollback.php examples/2.2.6-rawxml.php examples/2.3.1-mlt-query.php examples/2.3.2-mlt-stream.php examples/2.4.1-analysis-document.php examples/2.4.2-analysis-field.php examples/2.5-terms-query.php examples/2.6-spellcheck-query.php examples/2.6-suggester-query.php examples/2.7-extract-query.php examples/2.8-realtime-get-query.php examples/2.9-server-core-admin-status.php examples/4.1-api-usage.php examples/4.2-configuration-usage.php examples/4.3-extending-usage.php examples/5.1-partial-usage.php examples/5.2-extending.php examples/5.3.1-plugin-event-hooks.php examples/5.3.2-plugin-solarium-presets.php examples/6.1.1-psr18-adapter.php examples/6.1.2-curl-adapter.php examples/6.1.3-http-adapter.php examples/6.2-escaping.php examples/6.3-placeholder-syntax.php examples/6.4-dereferenced-params.php examples/6.5-exceptions.php examples/7.1-plugin-loadbalancer.php examples/7.2-plugin-postbigrequest.php examples/7.3-plugin-customizerequest.php examples/7.4-plugin-parallelexecution.php examples/7.5-plugin-bufferedadd.php examples/7.6-plugin-prefetchiterator.php examples/7.7-plugin-minimumscorefilter.php examples/7.7.1-plugin-minimumscorefilter-grouping.php examples/config.php examples/example.xml examples/execute_all.php examples/init.php phpcs.xml phpunit.xml src/Builder/AbstractExpressionVisitor.php src/Builder/Analytics/AnalyticsExpressionVisitor.php src/Builder/Analytics/ExpressionBuilder.php src/Builder/Analytics/FunctionBuilder.php src/Builder/Analytics/MappingFunction.php src/Builder/Analytics/ReductionFunction.php src/Builder/Comparison.php src/Builder/CompositeComparison.php src/Builder/ExpressionInterface.php src/Builder/FunctionInterface.php src/Builder/Value.php src/Client.php src/Component/AbstractComponent.php src/Component/Analytics/Analytics.php src/Component/Analytics/Facet/AbstractFacet.php src/Component/Analytics/Facet/ConfigurableInitTrait.php src/Component/Analytics/Facet/ObjectTrait.php src/Component/Analytics/Facet/Pivot.php src/Component/Analytics/Facet/PivotFacet.php src/Component/Analytics/Facet/QueryFacet.php src/Component/Analytics/Facet/RangeFacet.php src/Component/Analytics/Facet/Sort/Criterion.php src/Component/Analytics/Facet/Sort/Sort.php src/Component/Analytics/Facet/ValueFacet.php src/Component/Analytics/Grouping.php src/Component/ComponentAwareQueryInterface.php src/Component/ComponentAwareQueryTrait.php src/Component/ComponentTraits/SpellcheckTrait.php src/Component/ComponentTraits/SuggesterTrait.php src/Component/ComponentTraits/TermsTrait.php src/Component/Debug.php src/Component/DisMax.php src/Component/DisMax/BoostQuery.php src/Component/DistributedSearch.php src/Component/EdisMax.php src/Component/Facet/AbstractFacet.php src/Component/Facet/AbstractField.php src/Component/Facet/AbstractRange.php src/Component/Facet/FacetInterface.php src/Component/Facet/Field.php src/Component/Facet/Interval.php src/Component/Facet/JsonAggregation.php src/Component/Facet/JsonFacetInterface.php src/Component/Facet/JsonFacetTrait.php src/Component/Facet/JsonQuery.php src/Component/Facet/JsonRange.php src/Component/Facet/JsonTerms.php src/Component/Facet/MultiQuery.php src/Component/Facet/Pivot.php src/Component/Facet/Query.php src/Component/Facet/Range.php src/Component/FacetSet.php src/Component/FacetSetInterface.php src/Component/FacetSetTrait.php src/Component/Grouping.php src/Component/Highlighting/Field.php src/Component/Highlighting/Highlighting.php src/Component/MoreLikeThis.php src/Component/QueryElevation.php src/Component/QueryInterface.php src/Component/QueryTrait.php src/Component/QueryTraits/AnalyticsTrait.php src/Component/QueryTraits/DebugTrait.php src/Component/QueryTraits/DisMaxTrait.php src/Component/QueryTraits/DistributedSearchTrait.php src/Component/QueryTraits/EDisMaxTrait.php src/Component/QueryTraits/FacetSetTrait.php src/Component/QueryTraits/GroupingTrait.php src/Component/QueryTraits/HighlightingTrait.php src/Component/QueryTraits/MoreLikeThisTrait.php src/Component/QueryTraits/QueryElevationTrait.php src/Component/QueryTraits/ReRankQueryTrait.php src/Component/QueryTraits/SpatialTrait.php src/Component/QueryTraits/SpellcheckTrait.php src/Component/QueryTraits/StatsTrait.php src/Component/QueryTraits/SuggesterTrait.php src/Component/QueryTraits/TermsTrait.php src/Component/ReRankQuery.php src/Component/RequestBuilder/Analytics.php src/Component/RequestBuilder/ComponentRequestBuilderInterface.php src/Component/RequestBuilder/Debug.php src/Component/RequestBuilder/DisMax.php src/Component/RequestBuilder/DistributedSearch.php src/Component/RequestBuilder/EdisMax.php src/Component/RequestBuilder/FacetSet.php src/Component/RequestBuilder/Grouping.php src/Component/RequestBuilder/Highlighting.php src/Component/RequestBuilder/MoreLikeThis.php src/Component/RequestBuilder/QueryElevation.php src/Component/RequestBuilder/ReRankQuery.php src/Component/RequestBuilder/RequestParamsInterface.php src/Component/RequestBuilder/RequestParamsTrait.php src/Component/RequestBuilder/Spatial.php src/Component/RequestBuilder/Spellcheck.php src/Component/RequestBuilder/Stats.php src/Component/RequestBuilder/SubRequest.php src/Component/RequestBuilder/Suggester.php src/Component/RequestBuilder/Terms.php src/Component/ResponseParser/Analytics.php src/Component/ResponseParser/ComponentParserInterface.php src/Component/ResponseParser/Debug.php src/Component/ResponseParser/FacetSet.php src/Component/ResponseParser/Grouping.php src/Component/ResponseParser/Highlighting.php src/Component/ResponseParser/MoreLikeThis.php src/Component/ResponseParser/Spellcheck.php src/Component/ResponseParser/Stats.php src/Component/ResponseParser/Suggester.php src/Component/ResponseParser/Terms.php src/Component/Result/Analytics/Expression.php src/Component/Result/Analytics/Facet.php src/Component/Result/Analytics/Grouping.php src/Component/Result/Analytics/Result.php src/Component/Result/Debug/Detail.php src/Component/Result/Debug/Document.php src/Component/Result/Debug/DocumentSet.php src/Component/Result/Debug/Result.php src/Component/Result/Debug/Timing.php src/Component/Result/Debug/TimingPhase.php src/Component/Result/Facet/Aggregation.php src/Component/Result/Facet/Bucket.php src/Component/Result/Facet/Buckets.php src/Component/Result/Facet/FacetResultInterface.php src/Component/Result/Facet/Field.php src/Component/Result/Facet/Interval.php src/Component/Result/Facet/JsonRange.php src/Component/Result/Facet/MultiQuery.php src/Component/Result/Facet/Pivot/Pivot.php src/Component/Result/Facet/Pivot/PivotItem.php src/Component/Result/Facet/Query.php src/Component/Result/Facet/Range.php src/Component/Result/FacetSet.php src/Component/Result/Grouping/FieldGroup.php src/Component/Result/Grouping/QueryGroup.php src/Component/Result/Grouping/Result.php src/Component/Result/Grouping/ValueGroup.php src/Component/Result/Highlighting/Highlighting.php src/Component/Result/Highlighting/Result.php src/Component/Result/MoreLikeThis/MoreLikeThis.php src/Component/Result/MoreLikeThis/Result.php src/Component/Result/Spellcheck/Collation.php src/Component/Result/Spellcheck/Result.php src/Component/Result/Spellcheck/Suggestion.php src/Component/Result/Stats/FacetValue.php src/Component/Result/Stats/Result.php src/Component/Result/Stats/Stats.php src/Component/Result/Suggester/Result.php src/Component/Result/Terms/Field.php src/Component/Result/Terms/Result.php src/Component/Spatial.php src/Component/Spellcheck.php src/Component/SpellcheckInterface.php src/Component/Stats/FacetsTrait.php src/Component/Stats/Field.php src/Component/Stats/Stats.php src/Component/Suggester.php src/Component/SuggesterInterface.php src/Component/Terms.php src/Component/TermsInterface.php src/Core/Client/Adapter/AdapterHelper.php src/Core/Client/Adapter/AdapterInterface.php src/Core/Client/Adapter/Curl.php src/Core/Client/Adapter/Http.php src/Core/Client/Adapter/Psr18Adapter.php src/Core/Client/Adapter/TimeoutAwareInterface.php src/Core/Client/Adapter/TimeoutAwareTrait.php src/Core/Client/Client.php src/Core/Client/ClientInterface.php src/Core/Client/Endpoint.php src/Core/Client/Request.php src/Core/Client/Response.php src/Core/Client/State/AbstractState.php src/Core/Client/State/ClusterState.php src/Core/Client/State/CollectionState.php src/Core/Client/State/ReplicaState.php src/Core/Client/State/ShardState.php src/Core/Client/State/StateInterface.php src/Core/Configurable.php src/Core/ConfigurableInterface.php src/Core/Event/Events.php src/Core/Event/PostCreateQuery.php src/Core/Event/PostCreateRequest.php src/Core/Event/PostCreateResult.php src/Core/Event/PostExecute.php src/Core/Event/PostExecuteRequest.php src/Core/Event/PreCreateQuery.php src/Core/Event/PreCreateRequest.php src/Core/Event/PreCreateResult.php src/Core/Event/PreExecute.php src/Core/Event/PreExecuteRequest.php src/Core/Plugin/AbstractPlugin.php src/Core/Plugin/PluginInterface.php src/Core/Query/AbstractDocument.php src/Core/Query/AbstractQuery.php src/Core/Query/AbstractRequestBuilder.php src/Core/Query/AbstractResponseParser.php src/Core/Query/DocumentInterface.php src/Core/Query/Helper.php src/Core/Query/LocalParameters/LocalParameter.php src/Core/Query/LocalParameters/LocalParameterInterface.php src/Core/Query/LocalParameters/LocalParameters.php src/Core/Query/LocalParameters/LocalParametersTrait.php src/Core/Query/QueryInterface.php src/Core/Query/RequestBuilderInterface.php src/Core/Query/ResponseParserInterface.php src/Core/Query/Result/QueryType.php src/Core/Query/Result/Result.php src/Core/Query/Result/ResultInterface.php src/Exception/ExceptionInterface.php src/Exception/HttpException.php src/Exception/InvalidArgumentException.php src/Exception/LogicExceptionInterface.php src/Exception/OutOfBoundsException.php src/Exception/RuntimeException.php src/Exception/RuntimeExceptionInterface.php src/Exception/StreamException.php src/Exception/UnexpectedValueException.php src/Plugin/BufferedAdd/BufferedAdd.php src/Plugin/BufferedAdd/Event/AddDocument.php src/Plugin/BufferedAdd/Event/Events.php src/Plugin/BufferedAdd/Event/PostCommit.php src/Plugin/BufferedAdd/Event/PostFlush.php src/Plugin/BufferedAdd/Event/PreCommit.php src/Plugin/BufferedAdd/Event/PreFlush.php src/Plugin/CustomizeRequest/Customization.php src/Plugin/CustomizeRequest/CustomizeRequest.php src/Plugin/Loadbalancer/Event/EndpointFailure.php src/Plugin/Loadbalancer/Event/Events.php src/Plugin/Loadbalancer/Loadbalancer.php src/Plugin/Loadbalancer/SolrCloudLoadbalancer.php src/Plugin/Loadbalancer/WeightedRandomChoice.php src/Plugin/MinimumScoreFilter/Document.php src/Plugin/MinimumScoreFilter/Filter.php src/Plugin/MinimumScoreFilter/MinimumScoreFilter.php src/Plugin/MinimumScoreFilter/Query.php src/Plugin/MinimumScoreFilter/QueryGroupResult.php src/Plugin/MinimumScoreFilter/Result.php src/Plugin/MinimumScoreFilter/ValueGroupResult.php src/Plugin/ParallelExecution/Event/Events.php src/Plugin/ParallelExecution/Event/ExecuteEnd.php src/Plugin/ParallelExecution/Event/ExecuteStart.php src/Plugin/ParallelExecution/ParallelExecution.php src/Plugin/PostBigRequest.php src/Plugin/PrefetchIterator.php src/QueryType/Analysis/Query/AbstractQuery.php src/QueryType/Analysis/Query/Document.php src/QueryType/Analysis/Query/Field.php src/QueryType/Analysis/RequestBuilder/Document.php src/QueryType/Analysis/RequestBuilder/Field.php src/QueryType/Analysis/RequestBuilder/RequestBuilder.php src/QueryType/Analysis/ResponseParser/Document.php src/QueryType/Analysis/ResponseParser/Field.php src/QueryType/Analysis/Result/Document.php src/QueryType/Analysis/Result/Field.php src/QueryType/Analysis/Result/Item.php src/QueryType/Analysis/Result/ResultList.php src/QueryType/Analysis/Result/Types.php src/QueryType/Extract/Query.php src/QueryType/Extract/RequestBuilder.php src/QueryType/Extract/Result.php src/QueryType/Graph/Query.php src/QueryType/Graph/Result.php src/QueryType/ManagedResources/Query/AbstractCommand.php src/QueryType/ManagedResources/Query/AbstractQuery.php src/QueryType/ManagedResources/Query/Command/AbstractAdd.php src/QueryType/ManagedResources/Query/Command/AbstractCreate.php src/QueryType/ManagedResources/Query/Command/Config.php src/QueryType/ManagedResources/Query/Command/Delete.php src/QueryType/ManagedResources/Query/Command/Exists.php src/QueryType/ManagedResources/Query/Command/Remove.php src/QueryType/ManagedResources/Query/Command/Stopwords/Add.php src/QueryType/ManagedResources/Query/Command/Stopwords/Create.php src/QueryType/ManagedResources/Query/Command/Synonyms/Add.php src/QueryType/ManagedResources/Query/Command/Synonyms/Create.php src/QueryType/ManagedResources/Query/InitArgsInterface.php src/QueryType/ManagedResources/Query/Resources.php src/QueryType/ManagedResources/Query/Stopwords.php src/QueryType/ManagedResources/Query/Stopwords/InitArgs.php src/QueryType/ManagedResources/Query/Synonyms.php src/QueryType/ManagedResources/Query/Synonyms/InitArgs.php src/QueryType/ManagedResources/Query/Synonyms/Synonyms.php src/QueryType/ManagedResources/RequestBuilder/Resource.php src/QueryType/ManagedResources/RequestBuilder/Resources.php src/QueryType/ManagedResources/ResponseParser/Resources.php src/QueryType/ManagedResources/ResponseParser/Stopwords.php src/QueryType/ManagedResources/ResponseParser/Synonyms.php src/QueryType/ManagedResources/Result/Resources/Resource.php src/QueryType/ManagedResources/Result/Resources/ResourceList.php src/QueryType/ManagedResources/Result/Stopwords/WordSet.php src/QueryType/ManagedResources/Result/Synonyms/SynonymMappings.php src/QueryType/ManagedResources/Result/Synonyms/Synonyms.php src/QueryType/MoreLikeThis/Query.php src/QueryType/MoreLikeThis/RequestBuilder.php src/QueryType/MoreLikeThis/ResponseParser.php src/QueryType/MoreLikeThis/Result.php src/QueryType/Ping/Query.php src/QueryType/Ping/RequestBuilder.php src/QueryType/Ping/Result.php src/QueryType/RealtimeGet/Query.php src/QueryType/RealtimeGet/RequestBuilder.php src/QueryType/RealtimeGet/Result.php src/QueryType/Select/Query/FilterQuery.php src/QueryType/Select/Query/Query.php src/QueryType/Select/RequestBuilder.php src/QueryType/Select/ResponseParser.php src/QueryType/Select/Result/Document.php src/QueryType/Select/Result/Result.php src/QueryType/Server/AbstractServerQuery.php src/QueryType/Server/Api/Query.php src/QueryType/Server/Api/RequestBuilder.php src/QueryType/Server/Api/ResponseParser.php src/QueryType/Server/Collections/Query/Action/AbstractCDRAction.php src/QueryType/Server/Collections/Query/Action/ClusterStatus.php src/QueryType/Server/Collections/Query/Action/Create.php src/QueryType/Server/Collections/Query/Action/Delete.php src/QueryType/Server/Collections/Query/Action/Reload.php src/QueryType/Server/Collections/Query/Query.php src/QueryType/Server/Collections/ResponseParser.php src/QueryType/Server/Collections/ResponseParser/ClusterStatus.php src/QueryType/Server/Collections/Result/AbstractResult.php src/QueryType/Server/Collections/Result/ClusterStatusResult.php src/QueryType/Server/Collections/Result/CreateResult.php src/QueryType/Server/Collections/Result/DeleteResult.php src/QueryType/Server/Collections/Result/ReloadResult.php src/QueryType/Server/CoreAdmin/Query/Action/CoreActionInterface.php src/QueryType/Server/CoreAdmin/Query/Action/CoreActionTrait.php src/QueryType/Server/CoreAdmin/Query/Action/Create.php src/QueryType/Server/CoreAdmin/Query/Action/MergeIndexes.php src/QueryType/Server/CoreAdmin/Query/Action/Reload.php src/QueryType/Server/CoreAdmin/Query/Action/Rename.php src/QueryType/Server/CoreAdmin/Query/Action/RequestRecovery.php src/QueryType/Server/CoreAdmin/Query/Action/RequestStatus.php src/QueryType/Server/CoreAdmin/Query/Action/Split.php src/QueryType/Server/CoreAdmin/Query/Action/Status.php src/QueryType/Server/CoreAdmin/Query/Action/Swap.php src/QueryType/Server/CoreAdmin/Query/Action/Unload.php src/QueryType/Server/CoreAdmin/Query/Query.php src/QueryType/Server/CoreAdmin/ResponseParser.php src/QueryType/Server/CoreAdmin/Result/Result.php src/QueryType/Server/CoreAdmin/Result/StatusResult.php src/QueryType/Server/Query/Action/AbstractAction.php src/QueryType/Server/Query/Action/AbstractAsyncAction.php src/QueryType/Server/Query/Action/ActionInterface.php src/QueryType/Server/Query/Action/AsyncActionInterface.php src/QueryType/Server/Query/RequestBuilder.php src/QueryType/Spellcheck/Query.php src/QueryType/Spellcheck/RequestBuilder.php src/QueryType/Spellcheck/ResponseParser.php src/QueryType/Spellcheck/Result/Result.php src/QueryType/Spellcheck/Result/Term.php src/QueryType/Stream/Expression.php src/QueryType/Stream/ExpressionBuilder.php src/QueryType/Stream/Query.php src/QueryType/Stream/RequestBuilder.php src/QueryType/Stream/ResponseParser.php src/QueryType/Stream/Result.php src/QueryType/Suggester/Query.php src/QueryType/Suggester/RequestBuilder.php src/QueryType/Suggester/ResponseParser.php src/QueryType/Suggester/Result/Dictionary.php src/QueryType/Suggester/Result/Result.php src/QueryType/Suggester/Result/Term.php src/QueryType/Terms/Query.php src/QueryType/Terms/RequestBuilder.php src/QueryType/Terms/ResponseParser.php src/QueryType/Terms/Result.php src/QueryType/Update/Query/Command/AbstractCommand.php src/QueryType/Update/Query/Command/Add.php src/QueryType/Update/Query/Command/Commit.php src/QueryType/Update/Query/Command/Delete.php src/QueryType/Update/Query/Command/Optimize.php src/QueryType/Update/Query/Command/RawXml.php src/QueryType/Update/Query/Command/Rollback.php src/QueryType/Update/Query/Document.php src/QueryType/Update/Query/Query.php src/QueryType/Update/RequestBuilder.php src/QueryType/Update/ResponseParser.php src/QueryType/Update/Result.php src/Support/DataFixtures/Executor.php src/Support/DataFixtures/FixtureInterface.php src/Support/DataFixtures/FixtureLoader.php src/Support/DataFixtures/Loader.php src/Support/DataFixtures/Purger.php src/Support/Utility.php tests/Builder/Analytics/FunctionBuilderTest.php tests/ClientTest.php tests/Component/Analytics/AnalyticsTest.php tests/Component/Analytics/Facet/AnalyticsFacetTest.php tests/Component/Analytics/Facet/ObjectTraitTest.php tests/Component/ComponentTest.php tests/Component/DebugTest.php tests/Component/MoreLikeThisTest.php tests/Component/QueryElevationTest.php tests/Component/ReRankQueryTest.php tests/Component/RequestBuilder/AnalyticsTest.php tests/Component/RequestBuilder/DebugTest.php tests/Component/RequestBuilder/DisMaxTest.php tests/Component/RequestBuilder/DistributedSearchTest.php tests/Component/RequestBuilder/EDisMaxTest.php tests/Component/RequestBuilder/FacetSetTest.php tests/Component/RequestBuilder/GroupingTest.php tests/Component/RequestBuilder/HighlightingTest.php tests/Component/RequestBuilder/MoreLikeThisTest.php tests/Component/RequestBuilder/QueryElevationTest.php tests/Component/RequestBuilder/ReRankQueryTest.php tests/Component/RequestBuilder/SpatialTest.php tests/Component/RequestBuilder/SpellcheckTest.php tests/Component/RequestBuilder/StatsTest.php tests/Component/RequestBuilder/SuggesterTest.php tests/Component/ResponseParser/AnalyticsTest.php tests/Component/ResponseParser/DebugTest.php tests/Component/ResponseParser/FacetSetTest.php tests/Component/ResponseParser/GroupingTest.php tests/Component/ResponseParser/HighlightingTest.php tests/Component/ResponseParser/MoreLikeThisTest.php tests/Component/ResponseParser/SpellcheckTest.php tests/Component/ResponseParser/StatsTest.php tests/Component/ResponseParser/SuggesterTest.php tests/Component/Result/Debug/DebugTest.php tests/Component/Result/Debug/DetailTest.php tests/Component/Result/Debug/DocumentSetTest.php tests/Component/Result/Debug/DocumentTest.php tests/Component/Result/Debug/TimingPhaseTest.php tests/Component/Result/Debug/TimingTest.php tests/Component/Result/MoreLikeThis/MoreLikeThisTest.php tests/Component/Result/MoreLikeThis/ResultTest.php tests/Component/Result/Spellcheck/CollationTest.php tests/Component/Result/Spellcheck/SpellcheckTest.php tests/Component/Result/Spellcheck/SuggestionTest.php tests/Component/Result/Suggester/ResultTest.php tests/Component/SpatialTest.php tests/Component/SpellcheckTest.php tests/Component/SuggesterTest.php tests/Core/Client/Adapter/CurlTest.php tests/Core/Client/Adapter/HttpTest.php tests/Core/Client/Adapter/Psr18AdapterTest.php tests/Core/Client/ClientTest.php tests/Core/Client/EndpointTest.php tests/Core/Client/RequestTest.php tests/Core/Client/ResponseTest.php tests/Core/Client/State/ClusterStateTest.php tests/Core/ConfigurableTest.php tests/Core/Event/PostCreateQueryTest.php tests/Core/Event/PostCreateRequestTest.php tests/Core/Event/PostCreateResultTest.php tests/Core/Event/PostExecuteRequestTest.php tests/Core/Event/PostExecuteTest.php tests/Core/Event/PreCreateQueryTest.php tests/Core/Event/PreCreateRequestTest.php tests/Core/Event/PreCreateResultTest.php tests/Core/Event/PreExecuteRequestTest.php tests/Core/Event/PreExecuteTest.php tests/Core/Plugin/PluginTest.php tests/Core/Query/HelperTest.php tests/Core/Query/LocalParameters/LocalParametersTest.php tests/Core/Query/QueryTest.php tests/Core/Query/RequestBuilderTest.php tests/Core/Query/ResponseParserTest.php tests/Core/Query/Result/QueryTypeTest.php tests/Core/Query/Result/ResultTest.php tests/Exception/HttpExceptionTest.php tests/Exception/InvalidArgumentExceptionTest.php tests/Exception/OutOfBoundsExceptionTest.php tests/Exception/RuntimeExceptionTest.php tests/Exception/StreamExceptionTest.php tests/Exception/UnexpectedValueExceptionTest.php tests/Integration/AbstractCloudTest.php tests/Integration/AbstractServerTest.php tests/Integration/AbstractTechproductsTest.php tests/Integration/Fixtures/solrconf.patch tests/Integration/Fixtures/testxml1-add.xml tests/Integration/Fixtures/testxml2-add-bom.xml tests/Integration/Fixtures/testxml3-add-declaration.xml tests/Integration/Fixtures/testxml4-add-bom-declaration.xml tests/Integration/Fixtures/testxml5-add-iso-8859-1.xml tests/Integration/Fixtures/testxml6-delete.xml tests/Integration/SolrCloud/CurlTest.php tests/Integration/SolrCloud/HttpTest.php tests/Integration/SolrCloud/Psr18Test.php tests/Integration/SolrServer/CurlTest.php tests/Integration/SolrServer/HttpTest.php tests/Integration/SolrServer/Psr18Test.php tests/Integration/TestClientFactory.php tests/Plugin/BufferedAdd/BufferedAddTest.php tests/Plugin/BufferedAdd/Event/AddDocumentTest.php tests/Plugin/BufferedAdd/Event/PostCommitTest.php tests/Plugin/BufferedAdd/Event/PostFlushTest.php tests/Plugin/BufferedAdd/Event/PreCommitTest.php tests/Plugin/BufferedAdd/Event/PreFlushTest.php tests/Plugin/CustomizeRequest/CustomizationTest.php tests/Plugin/CustomizeRequest/CustomizeRequestTest.php tests/Plugin/Loadbalancer/Event/EndpointFailureTest.php tests/Plugin/Loadbalancer/LoadbalancerTest.php tests/Plugin/Loadbalancer/WeightedRandomChoiceTest.php tests/Plugin/MinimumScoreFilter/DocumentTest.php tests/Plugin/MinimumScoreFilter/QueryTest.php tests/Plugin/MinimumScoreFilter/ResultTest.php tests/Plugin/ParallelExecution/ParallelExecutionTest.php tests/Plugin/PostBigRequestTest.php tests/Plugin/PrefetchIteratorTest.php tests/QueryType/Analysis/Query/DocumentTest.php tests/QueryType/Analysis/Query/FieldTest.php tests/QueryType/Analysis/Query/QueryTest.php tests/QueryType/Analysis/RequestBuilder/DocumentTest.php tests/QueryType/Analysis/RequestBuilder/FieldTest.php tests/QueryType/Analysis/RequestBuilder/RequestBuilderTest.php tests/QueryType/Analysis/ResponseParser/DocumentTest.php tests/QueryType/Analysis/ResponseParser/FieldTest.php tests/QueryType/Analysis/Result/DocumentTest.php tests/QueryType/Analysis/Result/FieldTest.php tests/QueryType/Analysis/Result/ItemTest.php tests/QueryType/Analysis/Result/ResultListTest.php tests/QueryType/Analysis/Result/TypesTest.php tests/QueryType/Extract/QueryTest.php tests/QueryType/Extract/RequestBuilderTest.php tests/QueryType/Extract/ResultTest.php tests/QueryType/Graph/QueryTest.php tests/QueryType/ManagedResources/Query/ResourcesTest.php tests/QueryType/ManagedResources/Query/StopwordsTest.php tests/QueryType/ManagedResources/Query/SynonymsTest.php tests/QueryType/ManagedResources/RequestBuilder/ResourcesTest.php tests/QueryType/ManagedResources/RequestBuilder/StopwordsTest.php tests/QueryType/ManagedResources/RequestBuilder/SynonymsTest.php tests/QueryType/ManagedResources/ResponseParser/ResourcesTest.php tests/QueryType/ManagedResources/ResponseParser/StopwordsTest.php tests/QueryType/ManagedResources/ResponseParser/SynonymsTest.php tests/QueryType/MoreLikeThis/QueryTest.php tests/QueryType/MoreLikeThis/RequestBuilderTest.php tests/QueryType/MoreLikeThis/ResponseParserTest.php tests/QueryType/MoreLikeThis/ResultTest.php tests/QueryType/Ping/QueryTest.php tests/QueryType/Ping/RequestBuilderTest.php tests/QueryType/Ping/ResultTest.php tests/QueryType/RealtimeGet/QueryTest.php tests/QueryType/RealtimeGet/RequestBuilderTest.php tests/QueryType/RealtimeGet/ResultTest.php tests/QueryType/Select/Query/AbstractQueryTest.php tests/QueryType/Select/Query/Component/DisMax/BoostQueryTest.php tests/QueryType/Select/Query/Component/DisMaxTest.php tests/QueryType/Select/Query/Component/DistributedSearchTest.php tests/QueryType/Select/Query/Component/EDisMaxTest.php tests/QueryType/Select/Query/Component/Facet/FacetTest.php tests/QueryType/Select/Query/Component/Facet/FieldTest.php tests/QueryType/Select/Query/Component/Facet/IntervalTest.php tests/QueryType/Select/Query/Component/Facet/JsonAggregationTest.php tests/QueryType/Select/Query/Component/Facet/JsonQueryTest.php tests/QueryType/Select/Query/Component/Facet/JsonRangeTest.php tests/QueryType/Select/Query/Component/Facet/JsonTermsTest.php tests/QueryType/Select/Query/Component/Facet/MultiQueryTest.php tests/QueryType/Select/Query/Component/Facet/PivotTest.php tests/QueryType/Select/Query/Component/Facet/QueryTest.php tests/QueryType/Select/Query/Component/Facet/RangeTest.php tests/QueryType/Select/Query/Component/FacetSetTest.php tests/QueryType/Select/Query/Component/GroupingTest.php tests/QueryType/Select/Query/Component/Highlighting/FieldTest.php tests/QueryType/Select/Query/Component/Highlighting/HighlightingTest.php tests/QueryType/Select/Query/Component/Stats/FieldTest.php tests/QueryType/Select/Query/Component/Stats/StatsTest.php tests/QueryType/Select/Query/FilterQueryTest.php tests/QueryType/Select/Query/QueryTest.php tests/QueryType/Select/RequestBuilderTest.php tests/QueryType/Select/ResponseParserTest.php tests/QueryType/Select/Result/AbstractDocumentTest.php tests/QueryType/Select/Result/AbstractResultTest.php tests/QueryType/Select/Result/DocumentTest.php tests/QueryType/Select/Result/Facet/FieldTest.php tests/QueryType/Select/Result/Facet/MultiQueryTest.php tests/QueryType/Select/Result/Facet/Pivot/PivotItemTest.php tests/QueryType/Select/Result/Facet/Pivot/PivotTest.php tests/QueryType/Select/Result/Facet/QueryTest.php tests/QueryType/Select/Result/Facet/RangeTest.php tests/QueryType/Select/Result/FacetSetTest.php tests/QueryType/Select/Result/Grouping/FieldGroupTest.php tests/QueryType/Select/Result/Grouping/GroupingTest.php tests/QueryType/Select/Result/Grouping/QueryGroupTest.php tests/QueryType/Select/Result/Grouping/ValueGroupTest.php tests/QueryType/Select/Result/Highlighting/HighlightingTest.php tests/QueryType/Select/Result/Highlighting/ResultTest.php tests/QueryType/Select/Result/ResultTest.php tests/QueryType/Select/Result/Stats/FacetValueTest.php tests/QueryType/Select/Result/Stats/ResultTest.php tests/QueryType/Select/Result/Stats/StatsTest.php tests/QueryType/Server/Api/QueryTest.php tests/QueryType/Server/Api/RequestBuilderTest.php tests/QueryType/Server/Collections/Query/Action/ClusterStatusTest.php tests/QueryType/Server/Collections/Query/Action/CreateTest.php tests/QueryType/Server/Collections/Query/Action/ReloadTest.php tests/QueryType/Server/Collections/Query/QueryTest.php tests/QueryType/Server/Collections/RequestBuilderTest.php tests/QueryType/Server/CoreAdmin/Query/Action/CreateTest.php tests/QueryType/Server/CoreAdmin/Query/Action/MergeIndexesTest.php tests/QueryType/Server/CoreAdmin/Query/Action/ReloadTest.php tests/QueryType/Server/CoreAdmin/Query/Action/RenameTest.php tests/QueryType/Server/CoreAdmin/Query/Action/RequestRecoveryTest.php tests/QueryType/Server/CoreAdmin/Query/Action/RequestStatusTest.php tests/QueryType/Server/CoreAdmin/Query/Action/SplitTest.php tests/QueryType/Server/CoreAdmin/Query/Action/StatusTest.php tests/QueryType/Server/CoreAdmin/Query/Action/SwapTest.php tests/QueryType/Server/CoreAdmin/Query/Action/UnloadTest.php tests/QueryType/Server/CoreAdmin/Query/QueryTest.php tests/QueryType/Server/CoreAdmin/RequestBuilderTest.php tests/QueryType/Spellcheck/QueryTest.php tests/QueryType/Spellcheck/RequestBuilderTest.php tests/QueryType/Spellcheck/ResponseParserTest.php tests/QueryType/Spellcheck/Result/ResultTest.php tests/QueryType/Spellcheck/Result/TermTest.php tests/QueryType/Stream/ExpressionTest.php tests/QueryType/Stream/QueryTest.php tests/QueryType/Suggester/QueryTest.php tests/QueryType/Suggester/RequestBuilderTest.php tests/QueryType/Suggester/ResponseParserTest.php tests/QueryType/Suggester/Result/DictionaryTest.php tests/QueryType/Suggester/Result/ResultTest.php tests/QueryType/Suggester/Result/TermTest.php tests/QueryType/Terms/QueryTest.php tests/QueryType/Terms/RequestBuilderTest.php tests/QueryType/Terms/ResponseParserTest.php tests/QueryType/Terms/ResultTest.php tests/QueryType/Update/AbstractResultTest.php tests/QueryType/Update/Query/Command/AddTest.php tests/QueryType/Update/Query/Command/CommitTest.php tests/QueryType/Update/Query/Command/DeleteTest.php tests/QueryType/Update/Query/Command/OptimizeTest.php tests/QueryType/Update/Query/Command/RawXmlTest.php tests/QueryType/Update/Query/Command/RollbackTest.php tests/QueryType/Update/Query/Document/DocumentTest.php tests/QueryType/Update/Query/QueryTest.php tests/QueryType/Update/RequestBuilderTest.php tests/QueryType/Update/ResponseParserTest.php tests/QueryType/Update/ResultTest.php tests/Support/DataFixtures/ExecutorTest.php tests/Support/DataFixtures/FixtureLoaderTest.php tests/Support/DataFixtures/Fixtures/MockFixture1.php tests/Support/DataFixtures/Fixtures/MockFixture2.php tests/Support/DataFixtures/LoaderTest.php tests/Support/DataFixtures/PurgerTest.php tests/Support/UtilityTest.php <<<<<< network # path=build/logs/clover.xml <<<<<< EOF # path=fixes ./src/Core/Event/PreCreateQuery.php:19,42,45,53,55,65,69,77,79,87,89,90 ./src/Core/Event/PostCreateQuery.php:19,43,47,55,57,65,67,75,77,78 ./src/Core/Event/PreCreateRequest.php:20,37,39,47,49,61,65,73,75,76 ./src/Core/Event/PreCreateResult.php:21,44,47,55,57,65,67,75,77,87,91,92 ./src/Core/Event/PostCreateRequest.php:20,38,41,49,51,59,61,62 ./src/Core/Event/PreExecute.php:20,37,39,47,49,57,59,69,73,74 ./src/Core/Event/PreExecuteRequest.php:21,44,47,55,57,65,67,77,81,89,91,101,105,106 ./src/Core/Event/PostExecute.php:20,38,41,49,51,59,61,62 ./src/Core/Event/PostCreateResult.php:21,45,49,57,59,67,69,77,79,80 ./src/Core/Event/PostExecuteRequest.php:21,45,49,57,59,67,69,77,79,80 ./src/Core/Event/Events.php:18,119,120,121 ./src/Core/Client/Endpoint.php:19,47,51,59,61,71,75,85,89,97,99,109,113,121,123,135,138,143,151,153,163,167,175,177,187,191,199,201,211,215,223,225,237,245,248,260,269,272,282,290,291,292,302,304,314,316,324,326,339,344,352,357,367,371,379,381,391,397,398,399,400 ./src/Core/Client/ClientInterface.php:61,650 ./src/Core/Client/Request.php:21,90,94,104,108,116,118,130,134,142,144,152,154,166,170,178,180,192,195,200,208,210,218,224,225,228,238,243,253,257,267,276,279,289,292,295,303,307,315,317,330,335,343,348,358,362,371,373,383,387,395,397,403,405,411,429,430,431,432,433 ./src/Core/Client/Adapter/TimeoutAwareInterface.php:16,31 ./src/Core/Client/Adapter/AdapterInterface.php:32,42 ./src/Core/Client/Adapter/Http.php:21,35,44,55,60,61,72,81,82,88,93,94,107,116,120,121,130,134,135,144,145,148,159,164,165 ./src/Core/Client/Adapter/AdapterHelper.php:21,31,39,46,47,57,66,67 ./src/Core/Client/Adapter/TimeoutAwareTrait.php:16,26,28,34,36,37 ./src/Core/Client/Adapter/Psr18Adapter.php:27,49,53,64,69,70,81,87,91,96,97,100,108,120,123,131,134,138,142,145,154,161,162,171,172,179,183,184,187,188 ./src/Core/Client/Adapter/Curl.php:26,38,40,51,60,66,79,90,96,105,106,112,117,123,125,135,150,153,156,168,173,174,185,190,200,203,206,217,225,226,229,230 ./src/Core/Client/Response.php:18,54,58,59,67,69,77,79,87,89,97,99,111,120,121,125,135,136 ./src/Core/Client/State/ReplicaState.php:16,71,73,81,83,89,91,97,99,105,107,113,115,121,123,129,142,143,144 ./src/Core/Client/State/StateInterface.php:16,32 ./src/Core/Client/State/ClusterState.php:18,98,107,108,109,113,119,121,127,129,139,142,144,154,156,162,164,170,172,173 ./src/Core/Client/State/CollectionState.php:18,37,39,47,49,55,57,63,65,73,75,83,85,91,93,99,101,107,109,117,119,125,131,132,135,143,149,150,153,163,169,170,174,177,183,185,191,193,201,203,209,215,216,222,225,226 ./src/Core/Client/State/ShardState.php:16,79,81,89,91,99,101,109,111,119,122,125,131,134,137,145,150,151,154,162,166,169,175,190,191,192,193 ./src/Core/Client/State/AbstractState.php:16,34,36,42,46,55,57,63 ./src/Core/Client/Client.php:85,278,283,301,307,313,314,317,332,335,341,346,353,356,366,371,374,377,389,392,396,399,407,409,421,424,428,431,439,444,456,461,475,478,482,487,497,501,509,511,526,530,540,546,548,551,554,562,564,572,574,584,588,606,610,614,621,631,635,641,642,645,653,655,668,671,678,681,684,696,702,703,707,708,711,723,728,733,741,754,759,766,772,783,788,798,809,813,821,827,848,850,872,874,895,897,918,920,934,936,950,952,966,968,982,984,998,1000,1014,1016,1030,1032,1046,1048,1061,1068,1072,1079,1085,1095,1097,1107,1109,1119,1121,1131,1133,1143,1145,1155,1157,1167,1169,1179,1181,1191,1193,1203,1205,1215,1221,1231,1237,1247,1249,1259,1261,1271,1273,1283,1285,1295,1297,1307,1309,1319,1321,1327,1339,1340,1341,1342 ./src/Core/Configurable.php:22,43,48,49,69,77,78,84,88,91,94,106,108,116,118,135,136,147,151,161,164,172,173 ./src/Core/Plugin/AbstractPlugin.php:19,36,41,50,51,52 ./src/Core/Plugin/PluginInterface.php:19,29 ./src/Core/Query/QueryInterface.php:18,104 ./src/Core/Query/ResponseParserInterface.php:24,35 ./src/Core/Query/AbstractQuery.php:19,48,52,60,62,79,83,91,93,103,107,115,117,127,131,139,141,151,154,157,171,175,187,190,193,201,203,213,217,231,235,238,252,256,264,266,278,283,286,294,296,306,310,318,320,330,334,342,344,345 ./src/Core/Query/AbstractResponseParser.php:18,27,39,45,46,49,60,67,73,74 ./src/Core/Query/Helper.php:20,56,58,76,80,99,101,117,129,136,145,158,162,187,192,198,202,205,221,224,230,231,250,253,259,260,279,284,285,300,304,312,315,316,322,323,327,339,343,346,349,376,383,384,398,400,418,420,437,442,447,451,463,465,480,483,495,503,512,515,516 ./src/Core/Query/AbstractRequestBuilder.php:19,35,50,56,71,76,80,83,87,90,103,108,111,124,127,130,140,143,146,147 ./src/Core/Query/LocalParameters/LocalParametersTrait.php:22,32,35,38,44,52,66,75,84,92,148,149,150,151 ./src/Core/Query/LocalParameters/LocalParameterInterface.php:20,70 ./src/Core/Query/LocalParameters/LocalParameters.php:24,34,37,40,50,52,62,64,74,76,84,86,94,96,106,108,118,120,130,132,142,144,152,154,162,164,174,176,186,188,198,200,210,212,220,222,230,232,242,244,254,256,266,268,278,280,288,290,298,300,310,312,322,324,334,336,346,348,356,358,366,368,378,380,390,392,402,404,414,416,424,426,434,436,446,448,458,460,470,472,482,484,492,494,502,504,514,516,524,526,534,536,546,548,556,558,566,568,578,580,588,590,598,600,610,612,622,624,634,636,644,646,654,656,666,668,678,680,690,692,700,702,710,712,722,724,734,736,746,748,756,758,766,768,778,780,790,792,802,804,812,814,822,824,834,836,844,846,854,856,866,868,876,878,886,888,894,896,902,904,910,912,918,920,931,935,946,950,961,965,975,979,989,991,1002,1006,1016,1019,1023,1026,1027 ./src/Core/Query/LocalParameters/LocalParameter.php:20,86,88,94,97,101,104,110,112,120,124,130,132,138,142,148,152,158,161,164,170,173,176,177 ./src/Core/Query/DocumentInterface.php:16,23 ./src/Core/Query/RequestBuilderInterface.php:18,27 ./src/Core/Query/Result/Result.php:25,58,65,66,76,78,86,88,101,112,116,117,120,121 ./src/Core/Query/Result/ResultInterface.php:19,44 ./src/Core/Query/Result/QueryType.php:19,35,40,45,46,54,57,58,59 ./src/Core/Query/AbstractDocument.php:16,43,45,58,60,68,70,78,80,88,90,99,101,111,113,121,123,133,135,136 ./src/Core/ConfigurableInterface.php:22,57 ./src/Support/DataFixtures/Purger.php:18,33,35,41,50,51 ./src/Support/DataFixtures/Executor.php:18,30,32,38,41,42,43 ./src/Support/DataFixtures/FixtureLoader.php:20,42,46,57,60,67,68 ./src/Support/DataFixtures/FixtureInterface.php:18,23 ./src/Support/DataFixtures/Loader.php:19,36,38,46,50,56,58,69,72,79,85,90,101,102,105,106 ./src/Support/Utility.php:16,25,34,43,44,45,48,49 ./src/Exception/RuntimeException.php:16,17 ./src/Exception/HttpException.php:28,58,65,68,71,79,81,89,91,92 ./src/Exception/RuntimeExceptionInterface.php:16,17 ./src/Exception/OutOfBoundsException.php:16,17 ./src/Exception/LogicExceptionInterface.php:16,17 ./src/Exception/StreamException.php:16,28,30,38,40,41 ./src/Exception/InvalidArgumentException.php:16,17 ./src/Exception/ExceptionInterface.php:18,19 ./src/Exception/UnexpectedValueException.php:16,17 ./src/Component/QueryInterface.php:16,35 ./src/Component/Grouping.php:28,76,78,86,88,96,98,110,114,126,130,135,143,145,153,157,169,174,186,190,200,203,208,216,218,226,230,242,247,259,263,271,273,285,289,297,299,311,315,323,325,338,342,350,352,364,368,376,378,395,399,407,409,422,426,434,436,448,452,460,462,476,480,488,490,503,507,515,517,527,531,541,543,553,557,567,569,578,587,588,589,590 ./src/Component/EdisMax.php:21,37,39,47,49,64,68,76,78,93,97,105,107,120,124,132,134,149,153,161,163,176,180,188,190,208,212,220,222,223 ./src/Component/AbstractComponent.php:22,48,50,60,64,72,74,82,85,88,89 ./src/Component/ComponentAwareQueryInterface.php:18,161 ./src/Component/FacetSetInterface.php:20,155 ./src/Component/QueryTraits/SpatialTrait.php:19,28,30,31 ./src/Component/QueryTraits/ReRankQueryTrait.php:19,28,30,31 ./src/Component/QueryTraits/EDisMaxTrait.php:19,28,30,31 ./src/Component/QueryTraits/AnalyticsTrait.php:23,28,30,31 ./src/Component/QueryTraits/SuggesterTrait.php:19,28,30,31 ./src/Component/QueryTraits/StatsTrait.php:19,28,30,31 ./src/Component/QueryTraits/DistributedSearchTrait.php:19,28,30,31 ./src/Component/QueryTraits/FacetSetTrait.php:19,28,30,31 ./src/Component/QueryTraits/DisMaxTrait.php:19,28,30,31 ./src/Component/QueryTraits/SpellcheckTrait.php:19,28,30,31 ./src/Component/QueryTraits/MoreLikeThisTrait.php:19,28,30,31 ./src/Component/QueryTraits/QueryElevationTrait.php:19,28,30,31 ./src/Component/QueryTraits/GroupingTrait.php:19,28,30,31 ./src/Component/QueryTraits/DebugTrait.php:19,28,30,31 ./src/Component/QueryTraits/HighlightingTrait.php:19,28,30,31 ./src/Component/QueryTraits/TermsTrait.php:19,28,30,31 ./src/Component/Analytics/Grouping.php:25,52,54,62,66,72,74,82,85,88,97,101,107,109,117,120,123,131,135,141,146,147 ./src/Component/Analytics/Facet/ConfigurableInitTrait.php:20,25,31,32,33,34 ./src/Component/Analytics/Facet/Pivot.php:23,46,48,56,60,66,68,76,80,86,88,96,100,106,112,113 ./src/Component/Analytics/Facet/Sort/Sort.php:24,47,49,57,60,63,71,75,81,83,91,95,101,103,111,115,121,127,128 ./src/Component/Analytics/Facet/Sort/Criterion.php:23,65,67,75,79,85,87,95,99,105,107,115,119,125,131,132 ./src/Component/Analytics/Facet/RangeFacet.php:20,135,137,143,145,153,157,163,165,173,177,183,185,193,197,203,205,213,217,223,225,233,237,243,245,253,257,263,265,273,277,283,285,297,298,299,300 ./src/Component/Analytics/Facet/PivotFacet.php:20,32,34,40,42,50,53,56,64,68,74,79,80 ./src/Component/Analytics/Facet/ValueFacet.php:22,39,41,47,49,57,61,67,69,77,81,87,93,94 ./src/Component/Analytics/Facet/AbstractFacet.php:22,69,71,79,83,84 ./src/Component/Analytics/Facet/ObjectTrait.php:23,31,34,40,46,51,60,61,64,65 ./src/Component/Analytics/Facet/QueryFacet.php:20,30,32,38,40,48,51,54,63,67,73,78,79 ./src/Component/Analytics/Analytics.php:31,60,62,68,70,76,78,84,86,94,97,100,109,113,119,121,129,132,135,144,148,154,156,164,167,170,178,182,188,194,195 ./src/Component/Facet/JsonFacetInterface.php:18,25 ./src/Component/Facet/Pivot.php:21,35,37,47,49,57,59,69,73,81,83,93,98,109,112,116,119,129,132,135,143,147,155,157,170,175,187,194,207,210,218,230,237,247,254,264,269,283,291,297,303,304,305,306 ./src/Component/Facet/FacetInterface.php:18,43 ./src/Component/Facet/JsonFacetTrait.php:23,28,48,52,65,69,74,81,82,89,99,103,107,112,113,120,128,135,141,147,159,165,168,180,185,193,198,199 ./src/Component/Facet/AbstractRange.php:20,79,83,91,93,103,107,115,117,127,131,139,141,153,157,167,169,182,186,194,196,209,213,218,226,230,233,246,250,255,263,267,270,278,280,286,288,297,306,307,308,309 ./src/Component/Facet/Range.php:20,27,29,39,43,51,53,62,72,73,74,75 ./src/Component/Facet/Interval.php:20,27,29,39,43,51,53,66,70,75,83,87,90,99,105,106,107,108 ./src/Component/Facet/Query.php:23,41,43,51,53,54 ./src/Component/Facet/JsonQuery.php:23,26,44,46,54,56,62,68,69 ./src/Component/Facet/JsonAggregation.php:21,28,30,42,46,54,56,70,74,85,87,95,97,98 ./src/Component/Facet/AbstractFacet.php:21,39,41,51,55,56 ./src/Component/Facet/JsonRange.php:20,23,31,33,42,46,47 ./src/Component/Facet/Field.php:20,37,39,49,53,61,63,73,77,85,87,97,101,109,111,121,125,133,135,136 ./src/Component/Facet/AbstractField.php:18,46,50,58,60,72,76,84,86,96,100,108,110,120,124,132,134,144,148,156,158,168,172,180,182,192,196,204,206,218,222,230,232,233 ./src/Component/Facet/JsonTerms.php:20,59,61,75,79,87,89,101,105,113,115,128,132,140,142,156,160,168,170,171 ./src/Component/Facet/MultiQuery.php:24,38,40,57,67,83,86,92,96,103,108,118,123,126,129,139,141,149,151,163,166,170,173,181,185,197,201,219,222,227,245,248,253,269,272,277,286,292,295,296,297,298 ./src/Component/FacetSetTrait.php:20,38,41,47,52,57,67,72,75,78,88,90,98,100,112,115,119,122,130,134,146,151,172,177,187,191,194,203,210,213,214,215,216 ./src/Component/DistributedSearch.php:22,50,52,60,62,75,79,101,104,107,117,120,123,131,135,159,164,172,174,185,189,197,199,212,216,226,229,232,242,245,248,256,260,272,277,285,287,300,304,314,317,320,330,333,336,344,348,360,365,373,375,384,396,397,398,399 ./src/Component/ResponseParser/Grouping.php:25,38,41,45,48,60,70,75,78,98,99,104,105,108,121,133,134,137,138 ./src/Component/ResponseParser/Highlighting.php:23,34,41,42,43,46,47 ./src/Component/ResponseParser/Terms.php:24,35,47,50,53,56,57 ./src/Component/ResponseParser/MoreLikeThis.php:25,38,43,53,60,66,67,68,71,72 ./src/Component/ResponseParser/FacetSet.php:48,62,65,68,91,97,98,99,100,101,132,136,137,142,145,156,173,178,184,189,194,198,204,210,211,213,214,217,227,229,241,245,250,251,254,265,269,272,283,290,291,295,298,310,321,322,323,324,329,330,331,336,348,351,362,366,369,380,385,391,394,402,405,411,415,416,417,418,419 ./src/Component/ResponseParser/Debug.php:26,37,54,61,76,77,79,90,91,94,106,116,120,122,123,131,132,135,146,156,157,160,161 ./src/Component/ResponseParser/ComponentParserInterface.php:19,30 ./src/Component/ResponseParser/Analytics.php:28,33,36,46,49,58,65,71,74,77,82,91,97,100,104,108,111,112 ./src/Component/ResponseParser/Stats.php:24,35,44,45,46,49,50,53,54 ./src/Component/ResponseParser/Spellcheck.php:24,35,48,62,65,66,67,68,81,83,88,91,94,105,112,121,122,128,129,130,148,149,155,159,160,163,164,167,178,192,194,195,198,199 ./src/Component/ResponseParser/Suggester.php:23,34,44,46,49,52,60,63,64,72,76,77,78 ./src/Component/SuggesterInterface.php:18,111 ./src/Component/ComponentAwareQueryTrait.php:18,39,41,52,56,64,66,83,86,91,99,102,115,120,132,138,139,143,144,147,157,160,163,164 ./src/Component/Terms.php:27,36,38,46,48,56,58,59 ./src/Component/Stats/FacetsTrait.php:16,32,36,47,51,55,58,68,71,74,82,86,94,96,109,114,115 ./src/Component/Stats/Field.php:18,34,36,46,50,60,64,75,79,83,86,96,99,102,110,114,122,124,137,142,151,160,161,162,163 ./src/Component/Stats/Stats.php:26,42,44,52,54,62,64,81,87,91,94,109,112,118,123,128,138,143,146,149,159,161,169,171,183,186,190,193,201,205,217,222,231,240,241,242,243 ./src/Component/QueryElevation.php:21,44,46,54,56,66,70,82,86,90,93,103,106,109,117,121,129,131,143,148,158,162,170,172,182,186,194,196,206,210,218,220,230,234,242,244,254,259,264,272,274,284,288,293,301,303,313,317,322,330,332,341,356,357,358,359 ./src/Component/TermsInterface.php:18,232 ./src/Component/MoreLikeThis.php:23,30,32,40,42,50,52,69,73,78,86,90,93,105,109,117,119,131,135,143,145,158,162,170,172,187,191,199,201,216,220,228,230,244,248,256,258,272,276,284,286,301,305,313,315,330,334,342,344,358,362,370,372,389,393,398,406,410,413,427,431,439,441,447,456,457,458,459 ./src/Component/FacetSet.php:32,59,61,69,71,79,81,92,96,104,106,118,122,132,134,146,150,160,162,174,178,188,190,203,207,217,219,232,236,246,248,262,266,276,278,290,294,304,306,318,322,332,334,346,350,360,362,373,375,386,388,399,401,412,414,425,427,438,440,451,453,464,466,477,479,490,492,493 ./src/Component/Debug.php:23,30,32,40,42,50,52,60,62,74,78,79 ./src/Component/Highlighting/Highlighting.php:28,74,76,84,86,94,96,107,110,116,119,131,137,142,147,158,162,168,171,174,184,187,190,198,202,210,212,225,230,242,246,254,256,268,272,280,282,294,298,306,308,318,322,330,332,344,348,356,358,368,372,380,382,392,396,404,406,416,420,428,430,440,444,452,454,466,470,480,482,494,498,508,510,522,526,536,538,550,554,564,566,578,582,590,592,602,606,614,616,626,630,638,640,650,654,662,664,674,678,686,688,698,702,710,712,722,726,734,736,746,750,758,760,770,774,782,784,794,798,806,808,818,822,830,832,842,846,854,856,866,870,878,880,890,894,902,904,914,918,926,928,938,942,950,952,962,966,974,976,984,990,991,992,993 ./src/Component/Highlighting/Field.php:20,37,39,49,53,65,69,77,79,91,95,103,105,117,121,129,131,141,145,153,155,165,169,177,179,189,193,201,203,215,219,229,231,243,247,257,259,271,275,283,285,295,299,307,309,310 ./src/Component/DisMax.php:23,46,48,56,58,72,76,84,86,101,105,113,115,128,132,140,142,157,161,169,171,184,188,196,198,211,215,223,225,237,241,249,251,264,269,279,283,291,294,309,312,318,323,328,338,343,346,349,357,359,371,374,378,381,389,393,405,410,425,429,437,439,453,457,467,469,470 ./src/Component/DisMax/BoostQuery.php:21,30,32,42,46,54,56,62,71,72,73,74 ./src/Component/ComponentTraits/SuggesterTrait.php:18,29,32,35,43,45,57,59,67,69,81,83,91,93,103,105,113,115,125,127,135,137,138 ./src/Component/ComponentTraits/SpellcheckTrait.php:18,36,38,46,48,60,62,70,72,84,87,90,98,100,112,114,122,124,136,138,146,148,158,160,168,170,180,182,190,192,202,204,212,214,224,226,234,236,246,248,256,258,268,270,278,280,290,292,300,302,313,317,325,327,328 ./src/Component/ComponentTraits/TermsTrait.php:23,34,38,41,49,53,56,66,68,76,78,88,90,98,100,110,112,120,122,132,134,142,144,154,156,164,166,176,178,186,188,200,204,207,215,219,222,234,236,244,246,256,258,266,268,278,280,288,290,300,302,310,312,322,324,332,334,335 ./src/Component/Result/Terms/Result.php:16,38,41,49,51,59,61,71,73,81,83,91,93,94 ./src/Component/Result/Terms/Field.php:16,30,32,40,42,50,52,60,62,63 ./src/Component/Result/Suggester/Result.php:18,40,43,51,53,61,63,73,75,83,85,93,95,96 ./src/Component/Result/Analytics/Grouping.php:20,35,37,43,45,54,58,66,68,69 ./src/Component/Result/Analytics/Expression.php:20,42,46,52,54,60,62,68,70,71 ./src/Component/Result/Analytics/Result.php:20,37,40,43,51,55,61,63,71,73,79,81,87,89,95,97,105,108,111,119,121,129,133,134 ./src/Component/Result/Analytics/Facet.php:20,46,49,55,57,63,65,71,73,81,85,91,93,101,105,111,113,119,121,122 ./src/Component/Result/Facet/Bucket.php:23,53,57,65,67,75,77,85,87,95,97,105,107,115,117,118 ./src/Component/Result/Facet/FacetResultInterface.php:16,17 ./src/Component/Result/Facet/Range.php:25,86,96,107,109,120,122,133,135,145,147,157,159,169,171,177,179,180 ./src/Component/Result/Facet/Interval.php:20,21 ./src/Component/Result/Facet/Pivot/PivotItem.php:19,59,69,70,74,85,86,87,95,97,105,107,115,117,125,127,135,137,138 ./src/Component/Result/Facet/Pivot/Pivot.php:18,32,35,36,44,46,54,56,64,66,67 ./src/Component/Result/Facet/Query.php:19,33,35,43,45,46 ./src/Component/Result/Facet/Buckets.php:20,42,45,53,55,63,65,73,75,84,86,87 ./src/Component/Result/Facet/JsonRange.php:22,53,59,70,72,83,85,96,98,99 ./src/Component/Result/Facet/Field.php:20,34,36,44,46,54,56,64,66,67 ./src/Component/Result/Facet/Aggregation.php:16,30,32,40,42,43 ./src/Component/Result/Facet/MultiQuery.php:20,21 ./src/Component/Result/Debug/TimingPhase.php:16,46,50,58,60,70,72,80,82,90,92,100,102,103 ./src/Component/Result/Debug/Document.php:16,41,45,53,55,63,65,73,75,83,85,86 ./src/Component/Result/Debug/Result.php:16,78,86,94,96,104,106,114,116,124,126,134,136,144,146,154,156,166,168,176,178,179 ./src/Component/Result/Debug/Detail.php:16,51,55,63,65,73,75,83,85,93,97,103,105,106 ./src/Component/Result/Debug/Timing.php:16,38,41,49,51,61,63,71,73,81,83,91,93,94 ./src/Component/Result/Debug/DocumentSet.php:16,30,32,42,44,52,54,62,64,72,74,75 ./src/Component/Result/Grouping/Result.php:18,32,34,42,44,54,57,58,66,68,76,78,79 ./src/Component/Result/Grouping/QueryGroup.php:20,72,79,87,89,97,99,107,109,117,119,127,129,137,139,147,149,150 ./src/Component/Result/Grouping/ValueGroup.php:20,72,79,87,89,97,99,107,109,117,119,127,129,137,139,147,149,150 ./src/Component/Result/Grouping/FieldGroup.php:18,48,52,60,62,72,74,82,84,92,94,102,104,105 ./src/Component/Result/Stats/FacetValue.php:16,38,41,49,51,59,61,69,71,79,81,89,91,99,101,109,111,119,121,129,131,139,141,142 ./src/Component/Result/Stats/Result.php:16,38,41,49,51,59,61,69,71,79,81,89,91,99,101,109,111,119,121,129,131,139,141,149,151,161,163,164 ./src/Component/Result/Stats/Stats.php:16,30,32,42,44,53,57,65,67,75,77,85,87,88 ./src/Component/Result/FacetSet.php:18,32,34,44,46,54,56,64,66,74,76,77 ./src/Component/Result/Spellcheck/Collation.php:16,46,50,58,60,70,72,82,84,94,96,106,108,109 ./src/Component/Result/Spellcheck/Result.php:16,46,50,60,64,68,71,79,81,91,93,103,105,113,115,123,125,133,135,136 ./src/Component/Result/Spellcheck/Suggestion.php:16,58,65,73,75,83,85,93,95,105,107,115,119,122,130,132,142,147,150,158,160,161 ./src/Component/Result/Highlighting/Result.php:16,30,32,40,42,52,55,58,66,68,76,78,79 ./src/Component/Result/Highlighting/Highlighting.php:16,30,32,42,44,52,54,62,64,72,74,75 ./src/Component/Result/MoreLikeThis/Result.php:18,50,54,65,67,75,77,85,87,95,97,105,107,108 ./src/Component/Result/MoreLikeThis/MoreLikeThis.php:16,30,32,42,44,52,54,62,64,72,74,75 ./src/Component/SpellcheckInterface.php:18,244 ./src/Component/QueryTrait.php:16,28,32,35,43,45,46 ./src/Component/Spatial.php:21,28,30,38,40,48,52,60,64,73,77,85,87,95,97,105,107,108 ./src/Component/ReRankQuery.php:21,30,32,40,42,50,52,62,66,74,76,86,90,91 ./src/Component/RequestBuilder/Grouping.php:20,30,48,49 ./src/Component/RequestBuilder/EdisMax.php:20,30,51,52,59,60 ./src/Component/RequestBuilder/RequestParamsTrait.php:16,35,38,39,47,49,59,64,82,87,95,98,99,102,113,116,119,129,132,135,143,147,157,165,166,169,170 ./src/Component/RequestBuilder/Highlighting.php:21,31,38,74,77,86,98,99 ./src/Component/RequestBuilder/RequestParamsInterface.php:16,93 ./src/Component/RequestBuilder/DistributedSearch.php:20,30,35,43,51,54,55 ./src/Component/RequestBuilder/Terms.php:20,30,46,50,53,54 ./src/Component/RequestBuilder/QueryElevation.php:20,30,36,50,51 ./src/Component/RequestBuilder/MoreLikeThis.php:20,30,48,52,53 ./src/Component/RequestBuilder/ComponentRequestBuilderInterface.php:19,29 ./src/Component/RequestBuilder/FacetSet.php:29,41,101,102,118,122,123,126,136,161,166,179,180,189,193,194,203,206,207,216,222,232,236,242,243,244,253,263,268,271,280,286,291,293,294,295 ./src/Component/RequestBuilder/Debug.php:20,30,36,37 ./src/Component/RequestBuilder/Analytics.php:23,40,52,58,67,68 ./src/Component/RequestBuilder/DisMax.php:20,30,47,48,53,54 ./src/Component/RequestBuilder/SubRequest.php:16,32,34,44,48,58,62,65,68,69 ./src/Component/RequestBuilder/Stats.php:20,30,44,45,50,53,54 ./src/Component/RequestBuilder/Spatial.php:20,30,36,37 ./src/Component/RequestBuilder/ReRankQuery.php:20,30,40,41 ./src/Component/RequestBuilder/Spellcheck.php:20,30,50,53,54 ./src/Component/RequestBuilder/Suggester.php:19,29,39,40 ./src/Component/Spellcheck.php:24,34,36,44,46,54,56,57 ./src/Component/Suggester.php:24,34,36,44,46,54,56,57 ./src/Plugin/CustomizeRequest/Customization.php:18,51,55,63,65,75,79,87,89,99,103,111,113,123,127,135,137,147,151,159,161,171,175,183,185,193,197,201,204,205 ./src/Plugin/CustomizeRequest/CustomizeRequest.php:25,48,54,58,61,76,79,86,93,94,99,109,114,117,120,130,132,140,142,154,157,161,164,172,176,188,193,205,213,222,227,232,233,236,242,248,249,250,258,262,263,264 ./src/Plugin/PostBigRequest.php:28,46,50,58,60,70,84,87,95,100,101,102 ./src/Plugin/PrefetchIterator.php:25,85,91,99,101,111,116,124,126,138,142,150,152,160,164,167,173,182,183,184,192,196,204,206,212,214,222,228,231,239,242,248,256,264,272,273 ./src/Plugin/ParallelExecution/Event/ExecuteEnd.php:20,21 ./src/Plugin/ParallelExecution/Event/ExecuteStart.php:20,21 ./src/Plugin/ParallelExecution/Event/Events.php:18,39,40,41 ./src/Plugin/ParallelExecution/ParallelExecution.php:33,60,63,67,75,83,85,93,97,109,114,123,137,142,156,157,162,172,174,175 ./src/Plugin/MinimumScoreFilter/Document.php:22,44,47,58,60,70,72,82,84,100,102,110,112,120,122,130,132,142,144,152,154,164,166,175,177,185,187,188 ./src/Plugin/MinimumScoreFilter/Result.php:20,27,36,38,39,40 ./src/Plugin/MinimumScoreFilter/Query.php:21,58,62,70,72,84,88,96,98,106,110,113,121,125,128,129 ./src/Plugin/MinimumScoreFilter/MinimumScoreFilter.php:20,32,34,35 ./src/Plugin/MinimumScoreFilter/Filter.php:18,30,38,39,44,49,52,53 ./src/Plugin/MinimumScoreFilter/ValueGroupResult.php:18,50,57,60,68,73,76,77 ./src/Plugin/MinimumScoreFilter/QueryGroupResult.php:18,50,57,60,68,73,76,77 ./src/Plugin/BufferedAdd/Event/PostFlush.php:21,33,35,43,45,46 ./src/Plugin/BufferedAdd/Event/AddDocument.php:21,33,35,43,45,46 ./src/Plugin/BufferedAdd/Event/PostCommit.php:21,33,35,43,45,46 ./src/Plugin/BufferedAdd/Event/PreFlush.php:21,45,49,57,59,69,73,83,87,93,95,105,109,115,117,118 ./src/Plugin/BufferedAdd/Event/Events.php:20,70,71,72 ./src/Plugin/BufferedAdd/Event/PreCommit.php:21,57,63,71,73,83,87,97,101,107,109,119,123,129,131,141,145,151,153,163,167,173,175,176 ./src/Plugin/BufferedAdd/BufferedAdd.php:30,62,66,74,76,86,90,98,100,110,114,122,124,134,138,146,148,159,164,174,182,185,195,198,201,211,213,221,226,237,241,257,272,287,296,298,299 ./src/Plugin/Loadbalancer/Event/EndpointFailure.php:20,38,41,47,49,55,57,58 ./src/Plugin/Loadbalancer/Event/Events.php:18,32,33,34 ./src/Plugin/Loadbalancer/WeightedRandomChoice.php:21,51,56,63,64,76,79,87,88,91,99,114,115,119,122,123 ./src/Plugin/Loadbalancer/Loadbalancer.php:40,122,126,134,136,146,150,158,160,173,176,180,188,198,201,204,212,214,222,226,236,239,243,246,258,263,281,284,288,293,301,303,311,313,325,330,340,343,346,358,361,364,374,377,380,388,392,402,404,414,420,430,438,449,454,466,481,482,486,492,500,508,514,522,525,528,537,546,547,548,556,562,563,564 ./src/Plugin/Loadbalancer/SolrCloudLoadbalancer.php:16,17 ./src/Builder/Comparison.php:22,104,107,112,118,120,126,128,134,136,142,144,145 ./src/Builder/FunctionInterface.php:20,25 ./src/Builder/Analytics/ExpressionBuilder.php:22,31,33,43,45,55,57,67,69,79,81,91,93,103,105,115,117,127,129,139,141,151,153,163,165,175,177,187,189,197,199,207,209,217,219,227,229,237,239,247,249,257,259,267,269,277,279,287,289,297,299,307,309,317,319,327,329,337,339,347,349,357,359,367,369,377,379,387,389,397,399,407,409,417,419,427,429,437,439,447,449,457,459,467,469,477,479,487,489,497,499,500 ./src/Builder/Analytics/MappingFunction.php:24,195,200,201,207,209,215,217,218 ./src/Builder/Analytics/FunctionBuilder.php:22,37,39,45,48,51,59,63,69,71,72 ./src/Builder/Analytics/ReductionFunction.php:25,113,119,122,123,129,131,137,139,140 ./src/Builder/Analytics/AnalyticsExpressionVisitor.php:26,35,38,41,47,49,57,58,66,67,68 ./src/Builder/CompositeComparison.php:24,46,52,55,58,59,65,67,73,75,81,83,84 ./src/Builder/AbstractExpressionVisitor.php:24,58,68,69,70 ./src/Builder/Value.php:22,32,34,40,42,48,50,51 ./src/Builder/ExpressionInterface.php:20,27 ./src/QueryType/Ping/Result.php:21,31,33,34 ./src/QueryType/Ping/RequestBuilder.php:21,30,35,36 ./src/QueryType/Ping/Query.php:25,43,45,53,55,63,65,66 ./src/QueryType/Analysis/ResponseParser/Document.php:19,29,34,37,38 ./src/QueryType/Analysis/ResponseParser/Field.php:24,33,40,43,54,59,62,73,84,86,92,99,100,107,110,111,114,117,120,121 ./src/QueryType/Analysis/Query/Document.php:25,50,52,60,62,70,72,84,88,100,104,105,110,118,120,121 ./src/QueryType/Analysis/Query/AbstractQuery.php:20,31,35,43,45,46 ./src/QueryType/Analysis/Query/Field.php:22,40,42,50,52,60,62,74,78,86,88,100,104,112,114,126,130,138,140,141 ./src/QueryType/Analysis/Result/ResultList.php:16,38,41,49,51,59,61,69,71,79,81,82 ./src/QueryType/Analysis/Result/Document.php:18,51,55,66,70,78,82,90,94,102,106,116,120,121 ./src/QueryType/Analysis/Result/Item.php:16,79,89,93,94,102,104,114,116,124,126,134,136,144,146,154,157,160,168,170,178,180,181 ./src/QueryType/Analysis/Result/Types.php:16,30,34,35,38,46,50,51,54,55 ./src/QueryType/Analysis/Result/Field.php:18,51,55,66,70,78,82,90,94,102,106,107 ./src/QueryType/Analysis/RequestBuilder/Document.php:22,31,37,47,57,60,61,64,69,80,82,83 ./src/QueryType/Analysis/RequestBuilder/RequestBuilder.php:21,30,37,38 ./src/QueryType/Analysis/RequestBuilder/Field.php:21,30,38,39 ./src/QueryType/Terms/Result.php:18,53,57,70,74,84,88,100,105,108,118,122,132,136,137 ./src/QueryType/Terms/ResponseParser.php:20,29,48,50,51,54,55 ./src/QueryType/Terms/RequestBuilder.php:22,31,38,39 ./src/QueryType/Terms/Query.php:28,48,50,58,60,68,70,71 ./src/QueryType/Suggester/ResponseParser.php:21,30,46,48,49,53,56,57,58,67,70,71,80,84,85,86 ./src/QueryType/Suggester/RequestBuilder.php:22,31,38,39 ./src/QueryType/Suggester/Query.php:32,57,59,67,69,77,79,80 ./src/QueryType/Suggester/Result/Result.php:18,60,64,77,81,91,95,105,109,121,125,135,139,149,153,154 ./src/QueryType/Suggester/Result/Dictionary.php:16,30,32,40,42,52,54,62,64,72,74,75 ./src/QueryType/Suggester/Result/Term.php:16,38,41,49,51,59,61,69,71,79,81,82 ./src/QueryType/Select/ResponseParser.php:24,35,46,53,54,62,63,67,73,74,75,76 ./src/QueryType/Select/RequestBuilder.php:22,31,38,51,54,63,64,71,72,75,76 ./src/QueryType/Select/Query/FilterQuery.php:24,48,50,60,64,74,78,88,92,100,102,112,116,124,128,140,144,154,158,166,170,180,184,192,196,204,206,212,221,222,223,224 ./src/QueryType/Select/Query/Query.php:65,152,172,180,182,190,192,200,202,214,218,226,228,238,242,250,252,262,266,274,276,288,292,302,304,314,318,326,328,338,342,353,357,361,364,374,377,380,388,392,400,402,414,419,430,434,446,449,452,462,465,468,476,480,488,490,502,507,524,530,534,537,552,555,561,566,571,581,586,589,592,602,604,612,614,626,629,633,636,644,648,660,665,677,684,696,703,713,718,730,737,747,754,768,776,790,794,802,804,812,816,831,835,843,845,854,881,882,883,884 ./src/QueryType/Select/Result/Document.php:23,37,39,55,57,58 ./src/QueryType/Select/Result/Result.php:46,111,115,126,130,141,145,156,160,171,175,183,187,195,199,207,211,219,223,235,239,249,251,261,263,273,275,285,287,297,299,309,311,321,323,333,335,345,347,348 ./src/QueryType/Graph/Result.php:18,25,27,35,37,47,49,50 ./src/QueryType/Graph/Query.php:22,39,41,49,51,59,61,71,75,83,85,86 ./src/QueryType/Server/Collections/ResponseParser.php:21,30,36,45,50,51 ./src/QueryType/Server/Collections/ResponseParser/ClusterStatus.php:20,29,35,36 ./src/QueryType/Server/Collections/Query/Query.php:30,272,274,282,284,292,294,302,304,312,314,322,324,332,334,335 ./src/QueryType/Server/Collections/Query/Action/AbstractCDRAction.php:18,27,31,39,41,42 ./src/QueryType/Server/Collections/Query/Action/Create.php:22,29,31,42,46,54,56,67,71,79,81,92,96,104,106,116,120,130,134,144,148,158,162,173,177,188,192,204,208,218,222,230,232,244,248,259,263,273,275,287,291,301,305,315,319,329,333,343,347,359,363,374,378,386,388,389 ./src/QueryType/Server/Collections/Query/Action/Delete.php:21,28,30,38,40,41 ./src/QueryType/Server/Collections/Query/Action/ClusterStatus.php:22,29,31,42,46,54,56,66,70,78,80,91,95,103,105,113,115,116 ./src/QueryType/Server/Collections/Query/Action/Reload.php:21,28,30,38,40,41 ./src/QueryType/Server/Collections/Result/AbstractResult.php:18,33,37,43,47,48 ./src/QueryType/Server/Collections/Result/CreateResult.php:16,23,27,28 ./src/QueryType/Server/Collections/Result/ClusterStatusResult.php:18,25,29,32,33 ./src/QueryType/Server/Collections/Result/ReloadResult.php:16,23,27,28 ./src/QueryType/Server/Collections/Result/DeleteResult.php:16,23,27,28 ./src/QueryType/Server/Api/ResponseParser.php:21,30,35,36 ./src/QueryType/Server/Api/RequestBuilder.php:22,31,40,43,46,49,50 ./src/QueryType/Server/Api/Query.php:23,41,43,53,57,65,67,77,81,89,91,101,105,113,115,125,129,137,139,149,153,161,163,171,173,181,183,184 ./src/QueryType/Server/Query/RequestBuilder.php:21,30,36,45,51,52 ./src/QueryType/Server/Query/Action/ActionInterface.php:18,32 ./src/QueryType/Server/Query/Action/AbstractAsyncAction.php:16,21,25,31,33,34 ./src/QueryType/Server/Query/Action/AbstractAction.php:19,33,35,36 ./src/QueryType/Server/Query/Action/AsyncActionInterface.php:16,32 ./src/QueryType/Server/CoreAdmin/ResponseParser.php:24,35,41,52,64,68,90,91,97,98 ./src/QueryType/Server/CoreAdmin/Query/Query.php:36,120,122,130,132,140,142,150,152,160,162,170,172,180,182,190,192,200,202,210,212,220,222,230,232,240,242,243 ./src/QueryType/Server/CoreAdmin/Query/Action/Create.php:21,28,30,40,45,53,56,66,70,78,80,90,94,102,104,114,118,126,128,138,142,150,152,162,166,174,176,186,190,198,200,210,214,222,224,235,240,250,254,255 ./src/QueryType/Server/CoreAdmin/Query/Action/CoreActionInterface.php:18,34 ./src/QueryType/Server/CoreAdmin/Query/Action/MergeIndexes.php:21,30,32,42,46,54,56,66,70,78,80,81 ./src/QueryType/Server/CoreAdmin/Query/Action/Unload.php:21,30,32,42,46,54,56,66,70,78,80,90,94,102,104,105 ./src/QueryType/Server/CoreAdmin/Query/Action/RequestStatus.php:21,28,30,40,44,52,54,55 ./src/QueryType/Server/CoreAdmin/Query/Action/Reload.php:21,30,32,33 ./src/QueryType/Server/CoreAdmin/Query/Action/Swap.php:21,30,32,42,46,54,56,57 ./src/QueryType/Server/CoreAdmin/Query/Action/Split.php:21,30,32,42,46,54,56,66,70,78,80,90,94,102,104,114,118,126,128,129 ./src/QueryType/Server/CoreAdmin/Query/Action/CoreActionTrait.php:16,25,29,37,39,40 ./src/QueryType/Server/CoreAdmin/Query/Action/Rename.php:21,30,32,42,46,54,56,57 ./src/QueryType/Server/CoreAdmin/Query/Action/RequestRecovery.php:21,30,32,33 ./src/QueryType/Server/CoreAdmin/Query/Action/Status.php:21,30,32,43,47,55,57,58 ./src/QueryType/Server/CoreAdmin/Result/Result.php:18,49,53,61,65,75,79,89,93,101,103,104 ./src/QueryType/Server/CoreAdmin/Result/StatusResult.php:16,51,53,61,65,71,73,81,85,91,93,101,105,111,113,121,125,131,133,141,145,151,153,161,165,166 ./src/QueryType/Server/AbstractServerQuery.php:20,46,49,54,60,62,70,72,80,82,83 ./src/QueryType/Update/Result.php:24,52,56,69,73,74 ./src/QueryType/Update/ResponseParser.php:20,29,33,34 ./src/QueryType/Update/RequestBuilder.php:29,38,44,58,82,83,87,97,112,117,120,125,135,139,142,146,156,164,174,182,190,192,202,210,213,216,231,245,250,261,268,277,282,283,286,289,290 ./src/QueryType/Update/Query/Document.php:33,160,164,182,186,198,202,218,225,229,234,237,238,241,258,264,269,272,273,276,286,289,293,296,306,308,319,323,331,333,345,349,359,361,369,375,389,393,396,409,412,416,426,428,440,443,446,456,460,468,470,480,483,486,496,500,508,510,511 ./src/QueryType/Update/Query/Query.php:38,111,113,121,123,131,133,146,151,156,164,166,180,185,188,200,206,207,211,212,215,226,228,242,245,251,264,269,282,287,300,305,320,322,337,342,346,351,366,371,375,379,382,397,402,406,410,413,426,432,445,451,464,470,482,486,496,498,515,519,530,539,542,543,544,545 ./src/QueryType/Update/Query/Command/Rollback.php:20,27,29,30 ./src/QueryType/Update/Query/Command/Delete.php:20,41,43,53,57,67,71,81,85,95,99,107,109,117,119,125,132,133,141,142,143,144 ./src/QueryType/Update/Query/Command/RawXml.php:21,35,37,47,51,61,65,77,82,87,92,97,105,107,113,120,121,122,123 ./src/QueryType/Update/Query/Command/Optimize.php:20,27,29,37,39,49,53,61,63,73,77,85,87,97,101,102 ./src/QueryType/Update/Query/Command/Add.php:22,36,38,48,52,64,67,72,73,79,82,90,92,102,106,114,116,126,130,138,140,141 ./src/QueryType/Update/Query/Command/Commit.php:20,27,29,37,39,49,53,61,63,73,77,85,87,97,101,102 ./src/QueryType/Update/Query/Command/AbstractCommand.php:18,25 ./src/QueryType/Spellcheck/ResponseParser.php:21,30,44,52,59,60,61,62,63,67,71,72,73,82,88,89,90 ./src/QueryType/Spellcheck/RequestBuilder.php:21,30,37,38 ./src/QueryType/Spellcheck/Query.php:31,54,56,64,66,74,76,77 ./src/QueryType/Spellcheck/Result/Result.php:18,69,73,86,90,100,104,114,118,130,134,144,148,158,162,172,176,177 ./src/QueryType/Spellcheck/Result/Term.php:16,54,59,67,69,77,79,87,89,97,99,107,109,117,119,120 ./src/QueryType/Stream/Expression.php:16,17 ./src/QueryType/Stream/Result.php:19,63,67,80,84,97,101,109,111,121,125,135,139,149,153,161,163,173,175,185,188,191,192 ./src/QueryType/Stream/ResponseParser.php:24,37,48,59,63,65,70,77,81,84,85,86,87 ./src/QueryType/Stream/RequestBuilder.php:20,29,39,40 ./src/QueryType/Stream/ExpressionBuilder.php:249,259,263,266,270,280,299,302,303,306,307 ./src/QueryType/Stream/Query.php:22,40,42,50,52,60,62,72,76,84,86,98,102,112,114,115 ./src/QueryType/RealtimeGet/Result.php:21,28,32,33 ./src/QueryType/RealtimeGet/RequestBuilder.php:21,30,36,37 ./src/QueryType/RealtimeGet/Query.php:27,53,55,63,65,73,75,85,89,99,103,107,110,120,123,126,134,138,146,148,160,165,177,181,191,193,201,203,204 ./src/QueryType/Extract/Result.php:19,20 ./src/QueryType/Extract/RequestBuilder.php:22,33,48,55,61,65,66,71,72,85,88,89 ./src/QueryType/Extract/Query.php:30,57,59,67,69,77,79,92,96,104,106,116,120,128,130,140,144,152,154,165,169,178,180,191,195,203,205,215,219,227,229,239,243,251,253,267,271,281,284,287,297,300,303,311,315,323,325,335,340,352,356,366,368,378,382,390,392,406,410,419,424,425,426 ./src/QueryType/MoreLikeThis/Result.php:34,58,62,66,78,82,86,87 ./src/QueryType/MoreLikeThis/ResponseParser.php:19,28,39,40,42,50,53,54 ./src/QueryType/MoreLikeThis/RequestBuilder.php:21,30,55,58,59 ./src/QueryType/MoreLikeThis/Query.php:28,55,57,65,67,75,77,91,95,103,105,117,121,129,131,143,147,155,157,170,174,182,184,201,205,210,218,222,225,240,244,252,254,269,273,281,283,297,301,309,311,325,329,337,339,354,358,366,368,383,387,395,397,411,415,423,425,442,446,451,459,463,466,467 ./src/QueryType/ManagedResources/ResponseParser/Resources.php:21,30,38,39,42,43 ./src/QueryType/ManagedResources/ResponseParser/Stopwords.php:20,29,34,44,48,49,54,55 ./src/QueryType/ManagedResources/ResponseParser/Synonyms.php:21,32,37,45,52,56,60,61,66,67 ./src/QueryType/ManagedResources/Query/InitArgsInterface.php:16,39 ./src/QueryType/ManagedResources/Query/Stopwords/InitArgs.php:18,32,35,36,46,50,58,60,70,76,77,80,88,93,96,97 ./src/QueryType/ManagedResources/Query/AbstractQuery.php:19,84,86,101,103,113,117,130,135,140,148,150,160,164,172,176,186 ./src/QueryType/ManagedResources/Query/Synonyms/InitArgs.php:19,54,57,58,68,72,80,82,96,99,104,112,114,124,133,134,137,145,150,154,157,158 ./src/QueryType/ManagedResources/Query/Synonyms/Synonyms.php:16,33,35,45,49,55,57,67,71,72 ./src/QueryType/ManagedResources/Query/Resources.php:24,49,51,59,61,69,71,79,81,82 ./src/QueryType/ManagedResources/Query/Command/Delete.php:20,34,36,44,46,54,56,64,66,76,80,81 ./src/QueryType/ManagedResources/Query/Command/Stopwords/Create.php:18,23,25,26 ./src/QueryType/ManagedResources/Query/Command/Stopwords/Add.php:18,32,34,44,48,56,58,59 ./src/QueryType/ManagedResources/Query/Command/AbstractAdd.php:20,27,29,37,39,47,49,50 ./src/QueryType/ManagedResources/Query/Command/Synonyms/Create.php:18,23,25,26 ./src/QueryType/ManagedResources/Query/Command/Synonyms/Add.php:19,33,35,45,49,57,61,64,67,68 ./src/QueryType/ManagedResources/Query/Command/AbstractCreate.php:20,27,29,37,39,47,49,50 ./src/QueryType/ManagedResources/Query/Command/Config.php:21,35,37,45,47,55,57,67,71,79,82,85,93,95,96 ./src/QueryType/ManagedResources/Query/Command/Remove.php:20,27,29,37,39,47,49,57,59,60 ./src/QueryType/ManagedResources/Query/Command/Exists.php:20,34,36,44,46,54,56,64,66,76,80,81 ./src/QueryType/ManagedResources/Query/AbstractCommand.php:18,46 ./src/QueryType/ManagedResources/Query/Stopwords.php:28,60,62,70,72,82,84,85 ./src/QueryType/ManagedResources/Query/Synonyms.php:28,60,62,70,72,82,84,85 ./src/QueryType/ManagedResources/Result/Stopwords/WordSet.php:21,64,67,75,77,85,89,97,101,109,113,119,123,129,133,139,143,144 ./src/QueryType/ManagedResources/Result/Synonyms/SynonymMappings.php:21,78,80,88,90,98,102,110,114,122,126,132,136,142,146,152,156,162,166,172,176,177 ./src/QueryType/ManagedResources/Result/Synonyms/Synonyms.php:16,34,37,45,47,57,61,69,71,81,85,86 ./src/QueryType/ManagedResources/Result/Resources/Resource.php:16,48,52,58,60,68,72,78,80,88,92,98,100,108,112,120,125,128,129 ./src/QueryType/ManagedResources/Result/Resources/ResourceList.php:21,43,45,53,55,63,67,75,79,87,91,92 ./src/QueryType/ManagedResources/RequestBuilder/Resources.php:18,19 ./src/QueryType/ManagedResources/RequestBuilder/Resource.php:23,34,37,47,50,59,82,85,86 ./src/Client.php:19,75,77,103,105,106 ./examples/2.1.5.1.7-facet-json-terms.php:36,46 ./examples/2.1.5.1.1.1-facet-field-filters.php:49,56,63,70,77 ./examples/2.1.3-filterquery.php:29 ./examples/6.2-escaping.php:36,39,42 ./examples/2.1.5.3-highlighting.php:35,38,47,48,50 ./examples/6.3-placeholder-syntax.php:38,41,44 ./examples/2.1.5.8-distributed-search.php:36,39,42 ./examples/2.2.1.1-atomic-updates.php:64 ./examples/2.1.1-query-params.php:44,47,50 ./examples/6.5-exceptions.php:23,36,49,61,62 ./examples/2.9-server-core-admin-status.php:22 ./examples/2.1.5.1.4-facet-range.php:33,43 ./examples/2.1.5.1.6-facet-interval.php:31,41 ./examples/2.1.5.9-spellcheck.php:37,49,52,62,64 ./examples/1.2-basic-select.php:37,40,43 ./examples/4.1-api-usage.php:37,47 ./examples/7.7-plugin-minimumscorefilter.php:32,39,42,45 ./examples/2.1.5.1.1.2-facet-field-excludes.php:38,45 ./examples/2.1.5.1.3-facet-multiquery.php:33,43 ./examples/2.1.5.5-edismax.php:34,37,40 ./examples/1.3-basic-update.php:45 ./examples/2.5-terms-query.php:22,24 ./examples/execute_all.php:47,78,82,98,102,103,104,121,125 ./examples/2.1.5.1.9-facet-json-range.php:42,46,57 ./examples/2.1.5.10-stats.php:48,49,52 ./examples/7.5-plugin-bufferedadd.php:19,20,30,34 ./examples/2.1.5.3.1-per-field-highlighting.php:37,40,49,50,52 ./examples/2.3.2-mlt-stream.php:31,34,51,54,57 ./examples/2.3.1-mlt-query.php:42,45,48,68,71,74,75 ./examples/5.3.1-plugin-event-hooks.php:7,12,26,29,32,35,37,40,42,45,47,52,59,62,64,67,69,72,74,77,79,82,84,87,89,92,94,95,117,120,123 ./examples/2.1.5.11-debug.php:40,41,55,56,65,67 ./examples/1.1-check-solarium-and-ping.php:24 ./examples/2.1.2-custom-result-document.php:9,11,13,14,44 ./examples/2.1.5.12-queryelevation.php:44,47,49 ./examples/2.1.5.1.2-facet-query.php:36 ./examples/2.1.5.1.5-facet-pivot.php:34,40,51,58,60 ./examples/init.php:11,19,21,24,26 ./examples/7.3-plugin-customizerequest.php:19 ./examples/6.1.3-http-adapter.php:31,34,37 ./examples/5.2-extending.php:11,13,19,25,26,54,57,60 ./examples/5.1-partial-usage.php:44,47,50 ./examples/2.6-spellcheck-query.php:30,33 ./examples/6.1.2-curl-adapter.php:31,34,37 ./examples/7.4-plugin-parallelexecution.php:24 ./examples/2.1.5.6-grouping-by-field.php:45,48,51,52,53 ./examples/2.8-realtime-get-query.php:38 ./examples/2.1.5.1.1-facet-field.php:29,39 ./examples/2.1.5.1.8-facet-json-query.php:43 ./examples/2.1.7-query-reuse.php:15,17,31,32,39,45,47,52,53,71,74,77 ./examples/2.1.5.4-dismax.php:35,38,41 ./examples/7.6-plugin-prefetchiterator.php:29 ./examples/2.1.5.7-grouping-by-query.php:37,40,43,44 ./examples/5.3.2-plugin-solarium-presets.php:9,11,15,17,21,22,23,48,51,54 ./examples/2.4.1-analysis-document.php:36,69,70,71,90,91,92,93,94 ./examples/config.php:13 ./examples/7.7.1-plugin-minimumscorefilter-grouping.php:51,54,61,62,63,64 ./examples/2.4.2-analysis-field.php:47,48,49,68,69,70,71,72 ./examples/2.6-suggester-query.php:29,30,33 ./examples/4.3-extending-usage.php:12,14,26,27,32,34,39,40,59,69 ./examples/4.2-configuration-usage.php:29,48,58 ./examples/7.1-plugin-loadbalancer.php:33 ./examples/6.1.1-psr18-adapter.php:33,36,39 ./examples/7.2-plugin-postbigrequest.php:18,38,41,44 ./examples/2.1.6-helper-functions.php:35,38,41 ./examples/2.1.5.2-morelikethis.php:36,39,51,54,56 ./tests/Core/Event/PostCreateRequestTest.php:11,13,23,24 ./tests/Core/Event/PreCreateResultTest.php:12,14,26,34,44,45 ./tests/Core/Event/PreExecuteTest.php:12,14,24,32,41,42 ./tests/Core/Event/PreExecuteRequestTest.php:12,14,26,34,38,39 ./tests/Core/Event/PreCreateQueryTest.php:10,12,24,32,39,40 ./tests/Core/Event/PostCreateQueryTest.php:10,12,23,24 ./tests/Core/Event/PreCreateRequestTest.php:11,13,20,28,35,36 ./tests/Core/Event/PostExecuteTest.php:12,14,25,26 ./tests/Core/Event/PostCreateResultTest.php:12,14,26,27 ./tests/Core/Event/PostExecuteRequestTest.php:12,14,26,27 ./tests/Core/Client/ResponseTest.php:10,21,26,29,31,34,36,39,41,44,46,49,54,55 ./tests/Core/Client/EndpointTest.php:10,17,19,22,39,42,45,48,51,54,57,60,63,66,69,72,75,78,81,84,91,94,101,104,114,117,123,126,130,133,137,140,144,147,151,154,158,161,168,173,174,177,204,205 ./tests/Core/Client/RequestTest.php:10,17,19,22,46,51,56,61,64,69,72,77,82,83,86,90,91,94,100,101,104,110,111,114,125,126,129,140,141,144,147,148,151,165,166,169,178,183,184,187,201,202,205,219,226,227,230,241,242,245,259,264,265,268,282,287,288,291,303,304,307,319,320,323,330,331,334,344,345,348,361,362,365,381,382,388,399,402,413,420,421,424,428,429,432,444,445,448,489,492,499,504,505,508,513,514,517,520,521 ./tests/Core/Client/Adapter/CurlTest.php:14,21,24,27,30,45,48,69,72,83,84 ./tests/Core/Client/Adapter/Psr18AdapterTest.php:15,17,52,55,83,90,120,123,124 ./tests/Core/Client/Adapter/HttpTest.php:13,20,22,25,44,47,69,72,75,78,83,84,87,100,109,110,113,130,140,141,144,159,170,171,174,193,202,203,206,221,231,232,235,248,257,258,259 ./tests/Core/Client/ClientTest.php:44,51,53,56,89,94,97,103,106,110,113,116,123,129,151,156,159,163,166,170,173,177,180,190,193,203,209,210,213,225,226,229,234,237,241,244,258,261,266,269,280,281,284,294,295,298,308,309,312,322,323,326,335,338,347,350,353,356,360,363,373,374,377,386,391,392,395,398,401,404,405,408,413,414,417,420,423,433,441,442,445,455,463,464,467,485,488,493,496,502,516,519,522,529,543,546,549,558,566,567,574,575,578,586,587,590,597,611,614,617,625,638,641,644,651,660,661,668,669,672,699,702,738,741,744,780,783,786,794,802,803,810,811,814,832,833,836,844,866,868,871,879,901,903,906,914,922,923,930,931,934,947,950,963,966,979,982,995,998,1011,1014,1027,1030,1043,1046,1059,1062,1074,1075,1078,1081,1084,1088,1091,1098,1110,1113,1122,1130,1131,1138,1139,1142,1150,1163,1166,1169,1182,1185,1198,1201,1214,1217,1230,1233,1246,1249,1262,1265,1278,1281,1294,1297,1310,1311,1314,1316,1318,1319,1322,1323 ./tests/Core/Client/State/ClusterStateTest.php:10,37,38,56,57,58,70,71,80,87,88,92,95,98,100,103,122,125,127,130,138,141,144,147,165,168,196,197 ./tests/Core/ConfigurableTest.php:10,12,20,23,35,38,41,52,55,58,61,64,67,70,73,80,81,84,91,92,93,96,101,104,106,108,109,112,114,116,117 ./tests/Core/Plugin/PluginTest.php:11,22,27,30,33,36,40,41,44,48,50,58,60,68,72,73,74 ./tests/Core/Query/ResponseParserTest.php:9,16,18,21,40,41,44,59,62,72,73,79,81,82,83 ./tests/Core/Query/RequestBuilderTest.php:10,17,19,22,32,33,36,47,48,51,62,63,66,76,77,80,90,91,94,104,105,108,118,119,122,132,133,136,146,147,150,156,157,160,164,165,168,172,173,176,180,181,184,188,189,192,196,197,200,204,205,206,209,210 ./tests/Core/Query/LocalParameters/LocalParametersTest.php:20,27,69,75,83,90,104,111,116,123,137,144,150,157,171,178,185,192,206,213,219,226,240,247,254,261,275,282,289,296,310,317,326,333,342,349,358,365,379,386,400,407,421,428,442,443,451,453 ./tests/Core/Query/HelperTest.php:11,23,26,29,33,38,39,42,46,51,52,55,59,64,65,68,72,77,78,81,85,86,89,93,98,99,102,106,107,110,114,119,120,123,127,128,131,135,140,141,144,148,149,152,156,157,160,164,167,171,176,182,188,189,192,194,197,199,202,205,208,212,213,216,220,221,224,228,229,232,236,242,249,255,256,259,263,269,270,273,279,285,286,289,295,301,302,305,315,316,319,324,330,336,342,348,354,355,358,361,364,368,369,372,376,381,382,385,389,390,393,397,398,401,405,406,409,413,414,417,421,422,425,429,430 ./tests/Core/Query/Result/ResultTest.php:15,33,42,45,51,54,62,63,66,68,71,73,76,83,86,112,115,121,124,131,132 ./tests/Core/Query/Result/QueryTypeTest.php:14,21,25,28,35,38,40,43,51,54,58,59,62,64,66,69,71,72,75,79,81,84,87,90,92,93 ./tests/Core/Query/QueryTest.php:11,13,17,20,24,27,34,35,38,47,48,51,57,60,64,67,70,73,77,80,83,86,90,93,97,100,104,107,111,114,118,121,125,126,129,131,133,136,138,141,143,144 ./tests/Integration/TestClientFactory.php:14,16,23,24,27,32,33,34 ./tests/Integration/SolrServer/CurlTest.php:14,16,23,24 ./tests/Integration/SolrServer/Psr18Test.php:13,14 ./tests/Integration/SolrServer/HttpTest.php:14,16,19,20 ./tests/Integration/AbstractCloudTest.php:11,13,37,40,49,52,67,70,78,81,93,94 ./tests/Integration/AbstractServerTest.php:8,10,33,36,48,51,66,69,97,100,175,178,207,208 ./tests/Integration/AbstractTechproductsTest.php:25,49,112,116,144,145,151,155,158,169,182,185,190,198,205,212,219,226,230,233,251,256,261,274,279,292,297,302,305,310,316,317,320,349,352,357,364,368,371,382,383,389,392,407,408,409,413,416,423,439,442,449,487,488,501,504,590,630,681,684,816,954,957,963,968,977,982,1045,1064,1081,1101,1105,1121,1124,1136,1148,1155,1158,1176,1177,1195,1196,1210,1211,1229,1230,1245,1246,1265,1281,1320,1323,1332,1335,1338,1349,1352,1355,1365,1375,1378,1381,1411,1414,1423,1426,1453,1454,1457,1533,1536,1577,1580,1627,1640,1641,1644,1678,1679,1682,1697,1700,1753,1766,1767,1770,1777,1778,1781,1785,1790,1791 ./tests/Integration/SolrCloud/CurlTest.php:14,16,23,24 ./tests/Integration/SolrCloud/Psr18Test.php:13,14 ./tests/Integration/SolrCloud/HttpTest.php:14,16,19,20 ./tests/Support/UtilityTest.php:9,16,18,21,25,26,29,32,33,36,39,40,43,47,48,51,55,56,59,63,64,65 ./tests/Support/DataFixtures/FixtureLoaderTest.php:14,20,23,26,34,37,45,48,59,61,63,66,69,76,79,83,86,88,89 ./tests/Support/DataFixtures/PurgerTest.php:12,14,40,41 ./tests/Support/DataFixtures/Fixtures/MockFixture1.php:9,14,16,17 ./tests/Support/DataFixtures/Fixtures/MockFixture2.php:9,14,16,17,20,25,27,28 ./tests/Support/DataFixtures/ExecutorTest.php:11,13,23,26,33,34 ./tests/Support/DataFixtures/LoaderTest.php:11,13,16,19,29,32,35,39,42,50,51,52 ./tests/Exception/HttpExceptionTest.php:9,11,14,17,20,23,26,29,32,35,41,48,55,62,63,66,72,73,76,86,87,88 ./tests/Exception/RuntimeExceptionTest.php:9,11,14,17,20,23,26,29,32,33 ./tests/Exception/UnexpectedValueExceptionTest.php:9,11,14,17,20,23,26,29,32,35,38,39 ./tests/Exception/OutOfBoundsExceptionTest.php:9,11,14,17,20,23,26,29,32,35,38,39 ./tests/Exception/StreamExceptionTest.php:9,11,14,17,20,23,26,29,32,35,38,41,48,49,50 ./tests/Exception/InvalidArgumentExceptionTest.php:9,11,14,17,20,23,26,29,32,35,38,39 ./tests/Component/SuggesterTest.php:11,18,21,24,26,29,33,34,37,41,42,45,52,53,56,59,62,69,70,73,80,81,84,91,92,95,102,103,106,113,114,117,124,125,126 ./tests/Component/QueryElevationTest.php:10,17,19,22,44,47,49,52,54,57,61,62,65,70,73,77,80,86,89,93,96,101,104,109,112,115,118,121,124,127,130,133,136,141,144,149,152,157,160,163,166,171,174,177,178 ./tests/Component/DebugTest.php:12,19,21,24,32,35,39,40,43,45,48,50,53,60,61,62 ./tests/Component/Analytics/Facet/ObjectTraitTest.php:20,25,29,36,40,46,52,59,63,70,74,80,86,92,97,98 ./tests/Component/Analytics/Facet/AnalyticsFacetTest.php:23,29,44,51,76,83,99,106,132,139,170,171 ./tests/Component/Analytics/AnalyticsTest.php:25,31,37,44,56,63,80,83,120,127,137,145,151,156,164,191,192 ./tests/Component/ResponseParser/SuggesterTest.php:12,18,21,29,52,55,64,67,75,85,88,98,101,105,106 ./tests/Component/ResponseParser/GroupingTest.php:14,36,50,65,90,93,103,106,119,122,130,133,136,139,147,173,176,189,192,225,226 ./tests/Component/ResponseParser/DebugTest.php:10,17,19,22,35,40,45,61,107,108,113,118,119,129,139,142,160,163,166,167 ./tests/Component/ResponseParser/AnalyticsTest.php:22,24,32,36,40,44,68,76,84,131,134,153,156,165,169,173,177,183,208,230,231 ./tests/Component/ResponseParser/StatsTest.php:9,16,18,21,49,52,55,56 ./tests/Component/ResponseParser/FacetSetTest.php:17,34,42,48,49,55,58,104,115,120,146,153,158,180,183,216,246,251,257,262,267,272,277,282,287,294,295,298,301,304,317,320,325,330,334,344,348,356,361,371,384,388,403,407,411,415,419,450,454,479,483,488,491,498,503,516,560,561 ./tests/Component/ResponseParser/HighlightingTest.php:10,17,19,22,33,36,40,41 ./tests/Component/ResponseParser/SpellcheckTest.php:10,22,25,33,47,50,57,70,83,98,112,134,147,160,177,188,203,211,221,224,303,311,318,321,404,407,411,412 ./tests/Component/ResponseParser/MoreLikeThisTest.php:12,18,21,24,45,48,52,55,75,76 ./tests/Component/SpatialTest.php:10,17,19,22,34,37,41,42,45,47,50,54,55,58,63,66,71,74,79,80 ./tests/Component/SpellcheckTest.php:11,18,21,24,26,29,33,34,37,41,42,45,52,53,56,59,62,69,70,73,80,81,84,91,92,95,102,103,106,113,114,117,124,125,128,135,136,139,146,147,150,157,158,161,168,169,172,179,180,183,190,191,194,198,204,205 ./tests/Component/ComponentTest.php:12,14,17,20,25,26,29,31,33,36,38,41,43,44 ./tests/Component/MoreLikeThisTest.php:10,17,19,22,53,56,58,61,65,66,69,73,74,77,84,85,88,95,96,99,106,107,110,117,118,121,128,129,132,139,140,143,150,151,154,161,162,165,172,173,176,183,184,187,194,195,198,205,206,209,216,217,220,227,228,231,238,239,240 ./tests/Component/ReRankQueryTest.php:10,17,19,22,34,37,41,42,45,47,50,54,55,58,61,64,67,70,75,78,83,84 ./tests/Component/Result/Suggester/ResultTest.php:11,23,41,44,46,49,53,56,59,61,62 ./tests/Component/Result/Debug/DebugTest.php:11,34,52,53,56,58,61,63,66,68,71,73,76,78,81,83,86,88,91,95,98,101,103,104 ./tests/Component/Result/Debug/DocumentSetTest.php:10,19,25,28,32,33,36,39,40,43,47,48,51,55,58,61,63,64 ./tests/Component/Result/Debug/TimingPhaseTest.php:9,22,27,30,34,35,38,42,43,46,49,50,53,57,58,61,65,68,71,73,74 ./tests/Component/Result/Debug/DocumentTest.php:9,26,39,40,43,45,48,50,53,57,60,63,65,66 ./tests/Component/Result/Debug/DetailTest.php:9,22,31,32,35,37,40,42,45,47,50,54,55 ./tests/Component/Result/Debug/TimingTest.php:10,21,28,31,35,36,39,43,44,47,50,51,54,58,59,62,66,69,72,74,75 ./tests/Component/Result/Spellcheck/SuggestionTest.php:9,28,34,38,50,51,54,56,59,61,64,66,69,71,74,76,79,81,84,86,87 ./tests/Component/Result/Spellcheck/CollationTest.php:9,22,31,34,36,39,41,44,46,49,53,56,59,61,62 ./tests/Component/Result/Spellcheck/SpellcheckTest.php:11,24,37,40,42,45,48,51,53,56,58,61,63,66,68,71,73,76,78,81,85,88,91,93,94 ./tests/Component/Result/MoreLikeThis/ResultTest.php:10,22,29,32,34,37,39,42,44,47,51,54,57,59,60 ./tests/Component/Result/MoreLikeThis/MoreLikeThisTest.php:11,20,32,35,37,40,44,45,48,51,52,55,59,62,65,67,68 ./tests/Component/RequestBuilder/SuggesterTest.php:11,13,28,38,39,42,57,67,68,69 ./tests/Component/RequestBuilder/GroupingTest.php:11,13,34,50,51,52 ./tests/Component/RequestBuilder/QueryElevationTest.php:11,13,29,40,41,42 ./tests/Component/RequestBuilder/DebugTest.php:11,13,23,29,30,31 ./tests/Component/RequestBuilder/EDisMaxTest.php:11,13,38,57,58,59 ./tests/Component/RequestBuilder/AnalyticsTest.php:18,25,41,49,74,80,97,98 ./tests/Component/RequestBuilder/StatsTest.php:11,13,25,38,39,40 ./tests/Component/RequestBuilder/FacetSetTest.php:23,40,44,47,53,54,57,62,70,71,74,84,85,88,99,100,103,117,118,121,134,135,138,151,152,155,161,169,170,173,182,183,186,191,194,208,209,212,214,223,232,233,236,238,247,256,257,260,263,269,271,279,280,283,286,294,296,304,305,308,315,319,323,324,327,339,344,345,348,353,356,358,363,364,372,377,378,381,383,387,388,398,399,402,404,409,410,422,423,426,428,432,433,444,445,448,450,454,455,466,467,470,472,476,477,488,489,490,493,495,497,498 ./tests/Component/RequestBuilder/SpatialTest.php:11,13,25,31,32,33 ./tests/Component/RequestBuilder/HighlightingTest.php:11,13,67,112,113,116,155,188,189,190 ./tests/Component/RequestBuilder/SpellcheckTest.php:11,13,36,54,55,58,81,99,100,101 ./tests/Component/RequestBuilder/MoreLikeThisTest.php:11,13,32,46,47,50,67,79,80,81 ./tests/Component/RequestBuilder/ReRankQueryTest.php:11,13,25,30,31,34,46,51,52,53 ./tests/Component/RequestBuilder/DisMaxTest.php:11,13,32,45,46,47 ./tests/Component/RequestBuilder/DistributedSearchTest.php:11,13,20,23,24,30,35,36,39,47,50,51,56,59,67,70,71,76,79,88,91,92,97,98 ./tests/Plugin/CustomizeRequest/CustomizeRequestTest.php:16,23,25,28,31,67,70,85,88,94,95,98,114,117,125,126,129,136,139,144,147,157,160,168,171,173,176,187,190,204,205,208,222,223,226,240,241,244,258,259,262,284,287,312,315,329,332,340,343,377,378 ./tests/Plugin/CustomizeRequest/CustomizationTest.php:9,16,18,21,25,28,32,35,39,42,46,49,52,55,58,61,67,70,77,80,86,87 ./tests/Plugin/ParallelExecution/ParallelExecutionTest.php:10,17,19,22,37,42,43,46,60,61,62 ./tests/Plugin/MinimumScoreFilter/ResultTest.php:12,14,26,29,34,35,38,40,43,48,54,57,65,68,71,72,75,79,91,92 ./tests/Plugin/MinimumScoreFilter/DocumentTest.php:10,12,15,18,24,25 ./tests/Plugin/MinimumScoreFilter/QueryTest.php:9,11,13,16,19,22,25,28,32,35,38,41,45,48,53,56,61,64,68,69 ./tests/Plugin/PrefetchIteratorTest.php:14,31,36,39,42,45,48,51,62,65,78,84,88,91,102,110,114,117,128,136,140,143,155,158,162,165,176,179,190,191,194,198,204,205 ./tests/Plugin/PostBigRequestTest.php:15,32,37,40,43,46,51,65,68,76,79,90,93,106,107 ./tests/Plugin/BufferedAdd/Event/PreFlushTest.php:9,11,22,30,34,42,46,54,57,58 ./tests/Plugin/BufferedAdd/Event/AddDocumentTest.php:10,12,20,21 ./tests/Plugin/BufferedAdd/Event/PostFlushTest.php:12,14,24,25 ./tests/Plugin/BufferedAdd/Event/PostCommitTest.php:12,14,24,25 ./tests/Plugin/BufferedAdd/Event/PreCommitTest.php:9,11,27,35,39,47,50,58,61,69,72,80,83,84 ./tests/Plugin/BufferedAdd/BufferedAddTest.php:19,26,29,32,35,38,41,44,47,50,58,61,68,71,85,88,118,121,130,133,135,138,158,161,184,187,211,214,230,233,238,246,251,261,262 ./tests/Plugin/Loadbalancer/Event/EndpointFailureTest.php:11,13,22,23 ./tests/Plugin/Loadbalancer/LoadbalancerTest.php:24,36,57,60,74,79,80,83,86,89,92,95,101,102,105,111,112,115,122,123,126,131,134,138,141,153,154,157,169,170,173,190,191,194,203,206,215,218,227,230,237,238,241,246,249,255,258,268,269,272,280,281,284,304,305,308,329,341,342,345,364,368,369,372,389,390,393,416,417,420,444,445,448,457,465,466,469,475,477,480,484,487,488 ./tests/Plugin/Loadbalancer/WeightedRandomChoiceTest.php:11,13,21,27,31,34,43,46,54,57,61,62 ./tests/ClientTest.php:9,11,14,17,20,21,24,27,28,31,34,35,38,41,42,45,48,49,52,57,58,61,64,65,68,71,72,73 ./tests/Builder/Analytics/FunctionBuilderTest.php:20,28,45,51,60,67,75,82,87,93,99,105,110,117,122,129,134,141,146,153,158,165,170,177,182,189,194,201,206,213,218,225,230,237,242,249,254,261,266,273,278,284,289,295,300,306,311,317,322,328,333,339,344,350,355,361,366,372,377,383,388,394,399,405,410,416,421,427,432,438,443,449,454,460,465,471,476,482,487,493,498,504,509,515,520,526,531,537,542,548,553,559,564,570,575,581,586,592,597,603,608,614,619,620,628,633,635,636 ./tests/QueryType/Ping/ResultTest.php:12,14,23,24,25 ./tests/QueryType/Ping/RequestBuilderTest.php:11,13,20,25,26,27 ./tests/QueryType/Ping/QueryTest.php:10,14,16,19,21,24,26,29,31,34,44,49,50,51 ./tests/QueryType/Analysis/ResponseParser/DocumentTest.php:10,12,40,41 ./tests/QueryType/Analysis/ResponseParser/FieldTest.php:11,13,19,23,24,32,71,74,91,97,98,99 ./tests/QueryType/Analysis/Query/DocumentTest.php:11,18,20,23,25,28,32,33,36,40,41,44,50,51,54,61,62,63 ./tests/QueryType/Analysis/Query/FieldTest.php:10,17,19,22,24,27,29,32,34,37,41,44,48,51,55,56 ./tests/QueryType/Analysis/Query/QueryTest.php:11,15,17,20,25,28,31,34,37,38,41,43,45,48,50,53,55,56 ./tests/QueryType/Analysis/Result/DocumentTest.php:10,19,26,29,31,34,36,39,43,46,49,53,54,57,61,62,65,69,70,73,76,77,78,81,85,89,90 ./tests/QueryType/Analysis/Result/ItemTest.php:9,18,30,33,35,38,40,43,45,48,50,53,55,58,63,66,68,71,73,76,87,90,92,93 ./tests/QueryType/Analysis/Result/ResultListTest.php:9,20,24,27,29,32,34,37,41,44,47,51,52,53 ./tests/QueryType/Analysis/Result/FieldTest.php:9,18,21,24,26,29,31,34,38,41,44,48,49,52,56,57,58,61,65,69,70 ./tests/QueryType/Analysis/Result/TypesTest.php:10,21,28,31,33,36,38,41,45,48,51,55,56,59,63,64,67,76,77,80,84,85,88,97,98,99,102,103,106,108,110,111 ./tests/QueryType/Analysis/RequestBuilder/RequestBuilderTest.php:10,22,25,28,39,47,50,51 ./tests/QueryType/Analysis/RequestBuilder/DocumentTest.php:12,24,27,30,35,38,63,64,65 ./tests/QueryType/Analysis/RequestBuilder/FieldTest.php:10,22,25,28,42,43 ./tests/QueryType/Terms/ResponseParserTest.php:11,13,62,63 ./tests/QueryType/Terms/ResultTest.php:9,21,40,43,47,48,51,55,56,59,61,64,66,69,71,74,76,79,83,86,87,90,94,98,99 ./tests/QueryType/Terms/RequestBuilderTest.php:11,23,26,29,47,73,78,79,80 ./tests/QueryType/Terms/QueryTest.php:10,17,19,22,24,27,29,32,34,37,40,43,46,49,52,55,58,61,64,67,70,73,76,79,82,85,88,91,94,97,100,103,106,109,112,115,118,121,124,125 ./tests/QueryType/Suggester/ResponseParserTest.php:13,15,26,29,37,47,50,89,90 ./tests/QueryType/Suggester/RequestBuilderTest.php:11,23,26,29,39,52,55,56 ./tests/QueryType/Suggester/Result/ResultTest.php:11,28,45,48,52,53,56,60,61,64,66,69,71,74,77,80,82,85,87,90,94,97,98,101,105,110,111 ./tests/QueryType/Suggester/Result/DictionaryTest.php:10,22,29,32,34,37,39,42,44,47,49,52,56,59,60 ./tests/QueryType/Suggester/Result/TermTest.php:9,26,34,37,41,42,45,49,50,53,55,58,62,65,66 ./tests/QueryType/Suggester/QueryTest.php:10,17,19,22,24,27,29,32,34,37,44,45,48,55,56,59,66,67,70,77,78,81,88,89,92,96,99,103,104 ./tests/QueryType/Select/ResponseParserTest.php:14,16,61,64,108,111,141,144,175,176 ./tests/QueryType/Select/RequestBuilderTest.php:15,27,30,33,36,39,46,47,50,60,61,64,74,75,78,84,93,94,97,100,103,112,113,116,123,126,131,134,139,142,151,152,155,161,164,169,172,177,178,181,183,185,188,190,193,195,196 ./tests/QueryType/Select/Query/Component/GroupingTest.php:10,17,19,22,52,55,57,60,64,65,68,72,73,76,83,84,87,94,95,98,105,106,109,114,119,120,123,130,131,134,141,142,145,152,153,156,163,164,167,174,175,178,185,186,189,192,195,198,201,208,209,212,215,218,225,226,229,236,237,240,243,244 ./tests/QueryType/Select/Query/Component/Facet/JsonRangeTest.php:10,17,19,22,44,47,51,52,55,58,61,68,71,78,81,84,87,90,93,96,99,102,105,108,111,114,115 ./tests/QueryType/Select/Query/Component/Facet/FacetTest.php:10,17,19,22,26,29,32,35,38,41,44,47,50,53,57,60,64,65,68,70,72,73 ./tests/QueryType/Select/Query/Component/Facet/JsonQueryTest.php:10,17,19,22,32,35,39,40,43,46,49,52,53 ./tests/QueryType/Select/Query/Component/Facet/RangeTest.php:10,17,19,22,48,51,55,56,59,63,66,69,72,75,78,81,84,87,90,93,96,99,102,105,108,111,114,117,120,123,124 ./tests/QueryType/Select/Query/Component/Facet/MultiQueryTest.php:12,19,21,24,29,53,56,63,66,68,71,84,87,100,103,115,118,128,131,144,147,157,160,172,175,188,200,203,205,208,217,221,224,234,237,248,251,265,266,269,287,288,291,302,303,306,317,324,325,328,340,347,348,349 ./tests/QueryType/Select/Query/Component/Facet/JsonTermsTest.php:10,17,19,22,52,55,59,60,63,66,69,72,75,78,81,84,87,90,93,96,99,102,105,108,111,114,117,120,123,126,129,132,133 ./tests/QueryType/Select/Query/Component/Facet/JsonAggregationTest.php:10,17,19,22,34,37,41,42,45,48,51,54,55 ./tests/QueryType/Select/Query/Component/Facet/FieldTest.php:10,17,19,22,54,57,61,62,65,68,71,74,77,80,83,86,89,92,95,98,101,104,107,110,113,116,119,122,125,128,131,134,135 ./tests/QueryType/Select/Query/Component/Facet/PivotTest.php:10,17,19,22,32,35,39,40,43,47,50,55,58,62,65,71,74,78,81,86,89,94,97,102,105,109,112,118,121,126,129,134,135 ./tests/QueryType/Select/Query/Component/Facet/QueryTest.php:10,17,19,22,34,37,41,42,45,48,51,54,55 ./tests/QueryType/Select/Query/Component/Facet/IntervalTest.php:10,17,19,22,34,37,39,42,45,48,50,53,56,57 ./tests/QueryType/Select/Query/Component/EDisMaxTest.php:10,17,19,22,59,62,66,67,70,74,75,78,85,86,89,96,97,100,107,108,111,118,126,127,130,137,138,141,148,149,152,159,160,163,170,171,174,181,182,185,192,193,196,203,204,207,214,215,218,225,226,229,236,237,240,247,248,251,258,259,260 ./tests/QueryType/Select/Query/Component/FacetSetTest.php:21,28,30,33,63,66,68,71,75,76,79,83,84,87,90,93,96,99,102,105,108,111,114,117,120,123,126,129,132,135,138,141,149,150,153,159,162,172,175,178,179,182,195,196,199,208,211,225,226,229,243,244,247,261,262,265,279,280,283,307,308,311,320,327,328,331,337,340,346,349,352,355,360,368,383,384,390,404,405,411,424,425,431,444,445,451,464,465,473,487,488,496,511,512,520,535,536,544,558,559,562,565,566 ./tests/QueryType/Select/Query/Component/Stats/StatsTest.php:12,19,21,24,26,29,33,34,37,41,42,45,58,61,70,71,74,86,87,90,98,99,102,108,109,112,120,125,126,129,134,137,147,150,153,154,157,170,171,174,184,187,201,202,205,219,220,223,237,238,241,255,256,259,283,284,287,292,295,299,302,308,311,315,318,323,326,331,332 ./tests/QueryType/Select/Query/Component/Stats/FieldTest.php:9,16,18,21,29,32,35,38,43,46,50,53,59,62,66,69,74,77,82,85,90,93,97,100,106,109,113,116,121,124,129,130 ./tests/QueryType/Select/Query/Component/Highlighting/HighlightingTest.php:12,19,21,24,100,103,105,108,112,113,116,120,121,124,129,132,137,140,147,150,155,158,166,169,173,176,181,184,193,196,207,210,221,224,235,238,254,257,264,265,268,275,276,279,282,285,288,291,298,299,302,309,310,313,320,321,324,327,330,336,337,340,347,348,351,358,359,362,369,370,373,380,381,384,391,392,395,398,401,404,407,410,413,420,421,424,431,432,435,442,443,446,453,454,457,464,465,468,475,476,479,486,487,490,497,498,501,508,509,512,519,520,523,530,531,534,541,542,545,552,553,554 ./tests/QueryType/Select/Query/Component/Highlighting/FieldTest.php:10,17,19,22,48,51,58,59,62,69,70,73,80,81,84,87,90,97,98,101,104,107,113,114,117,124,125,128,135,136,139,146,147,150,153,154 ./tests/QueryType/Select/Query/Component/DisMax/BoostQueryTest.php:9,13,15,18,23,26,29,32,35,38,41,42 ./tests/QueryType/Select/Query/Component/DisMaxTest.php:12,19,21,24,50,53,57,58,61,63,66,70,71,74,79,82,87,90,95,98,103,106,113,114,117,124,125,128,135,136,139,146,147,150,157,158,161,168,171,182,185,191,194,204,207,219,222,225,238,241,244,249,250 ./tests/QueryType/Select/Query/Component/DistributedSearchTest.php:10,17,19,22,35,38,48,51,61,64,68,69,72,74,77,81,82,85,91,92,95,100,103,105,108,109,114,117,124,127,129,132,133,135,139,140,144,150,151,154,159,160,163,169,170,173,178,181,183,186,187,192,195,202,205,207,210,211,213,217,218,222,228,229,232,238,239,242,247,250,252,255,256,261,264,271,274,276,279,280,282,286,287,291,297,298,299 ./tests/QueryType/Select/Query/QueryTest.php:8,10,12,13 ./tests/QueryType/Select/Query/FilterQueryTest.php:9,13,15,18,24,27,33,36,39,42,45,48,51,54,57,60,63,66,70,73,77,80,84,87,93,96,102,103 ./tests/QueryType/Select/Query/AbstractQueryTest.php:15,22,24,27,31,32,35,39,40,43,46,49,52,55,58,61,66,69,74,77,80,83,86,89,92,95,100,103,107,110,116,119,123,126,131,134,139,142,147,148,151,161,162,165,176,177,180,191,192,195,206,207,210,221,222,225,233,234,237,246,251,252,255,261,264,274,277,280,281,284,297,298,301,315,316,319,333,334,337,351,352,355,369,370,373,397,398,401,444,448,455,457,460,463,466,473,474,477,484,485,488,495,496,499,502,503,506,509,512,519,526,527,530,537,544,545,548,554,555,558,564,565,568,574,575,578,584,585,588,594,595,598,607,608,611,623,624,627,633,634,637,643,644,647,653,654,657,663,664,667,673,674,677,683,684,687,693,694,697,699,702,705,708,711,714,718,721,725,728,732,735,738,741,745,748,751,752 ./tests/QueryType/Select/Result/AbstractResultTest.php:11,42,73,76,78,81,83,86,88,91,93,96,98,101,103,106,110,111,114,117,118,121,125,126,129,133,134,137,141,142,145,149,150,153,157,158,161,165,166,169,173,174,177,181,184,187,191,192,195,199,200,201,204,208,215,216 ./tests/QueryType/Select/Result/ResultTest.php:6,7 ./tests/QueryType/Select/Result/Facet/Pivot/PivotItemTest.php:9,18,29,32,34,37,39,42,44,47,49,50 ./tests/QueryType/Select/Result/Facet/Pivot/PivotTest.php:10,19,25,28,35,38,40,41 ./tests/QueryType/Select/Result/Facet/RangeTest.php:9,30,52,53,56,58,61,63,66,70,73,76,78,81,83,86,88,91,93,96,98,101,103,104 ./tests/QueryType/Select/Result/Facet/MultiQueryTest.php:9,15,22,25,27,30,32,35,39,42,43 ./tests/QueryType/Select/Result/Facet/FieldTest.php:9,15,22,25,27,30,32,35,39,42,43 ./tests/QueryType/Select/Result/Facet/QueryTest.php:9,11,15,16 ./tests/QueryType/Select/Result/DocumentTest.php:8,10,12,13 ./tests/QueryType/Select/Result/Grouping/GroupingTest.php:9,18,25,28,30,33,35,38,40,43,47,50,53,55,56 ./tests/QueryType/Select/Result/Grouping/QueryGroupTest.php:9,26,38,41,43,46,48,51,53,56,58,61,63,66,70,73,76,78,79 ./tests/QueryType/Select/Result/Grouping/ValueGroupTest.php:9,24,35,38,40,43,45,48,50,53,55,58,62,65,68,70,71 ./tests/QueryType/Select/Result/Grouping/FieldGroupTest.php:9,22,32,35,39,40,43,47,48,51,55,58,61,63,64 ./tests/QueryType/Select/Result/FacetSetTest.php:11,20,27,30,32,35,39,40,43,46,47,50,54,57,60,62,63,66,73,75,76 ./tests/QueryType/Select/Result/Stats/ResultTest.php:9,20,35,38,40,43,45,48,50,53,55,58,60,63,65,68,70,73,75,78,80,83,85,86 ./tests/QueryType/Select/Result/Stats/StatsTest.php:10,19,25,28,31,34,36,39,41,44,48,51,54,56,57 ./tests/QueryType/Select/Result/Stats/FacetValueTest.php:9,20,35,38,40,43,45,48,50,53,55,58,60,63,65,68,70,73,75,78,80,83,85,86 ./tests/QueryType/Select/Result/Highlighting/ResultTest.php:9,18,25,28,30,33,37,38,41,45,46,49,53,56,59,61,62 ./tests/QueryType/Select/Result/Highlighting/HighlightingTest.php:10,19,26,29,31,34,38,39,42,45,46,49,53,56,59,61,62 ./tests/QueryType/Select/Result/AbstractDocumentTest.php:10,24,26,29,33,37,38,41,44,48,49,52,55,58,61,64,68,71,74,78,82,83,86,89,93,94,97,100,103,106,109,112,115,117,118 ./tests/QueryType/Graph/QueryTest.php:9,16,18,21,25,28,31,32 ./tests/QueryType/Server/Collections/RequestBuilderTest.php:11,23,26,29,37,43,48,51,102,105,116,119,127,130,138,139 ./tests/QueryType/Server/Collections/Query/Action/ClusterStatusTest.php:9,16,18,21,24,27,29,30 ./tests/QueryType/Server/Collections/Query/Action/CreateTest.php:9,16,18,21,24,27,29,30 ./tests/QueryType/Server/Collections/Query/Action/ReloadTest.php:9,16,18,21,23,24 ./tests/QueryType/Server/Collections/Query/QueryTest.php:13,20,22,25,27,30,33,36,39,42,45,46 ./tests/QueryType/Server/Api/RequestBuilderTest.php:11,23,26,29,33,38,47,52,61,66,76,81,92,97,109,114,121,122 ./tests/QueryType/Server/Api/QueryTest.php:11,18,20,23,25,28,33,34 ./tests/QueryType/Server/CoreAdmin/RequestBuilderTest.php:11,23,26,29,37,44,49,52,64,67,77,80,89,92,102,105,116,119,129,132,142,145,155,158,169,172,183,186,196,199,208,211,220,221 ./tests/QueryType/Server/CoreAdmin/Query/Action/StatusTest.php:9,16,18,21,24,27,29,30 ./tests/QueryType/Server/CoreAdmin/Query/Action/SplitTest.php:9,16,18,21,24,27,30,33,36,39,42,45,47,48 ./tests/QueryType/Server/CoreAdmin/Query/Action/SwapTest.php:9,16,18,21,24,27,29,30 ./tests/QueryType/Server/CoreAdmin/Query/Action/MergeIndexesTest.php:9,16,18,21,24,27,30,33,35,36 ./tests/QueryType/Server/CoreAdmin/Query/Action/RenameTest.php:9,16,18,21,24,27,29,30 ./tests/QueryType/Server/CoreAdmin/Query/Action/RequestStatusTest.php:9,16,18,21,24,27,29,30 ./tests/QueryType/Server/CoreAdmin/Query/Action/CreateTest.php:9,16,18,21,24,27,30,33,35,36 ./tests/QueryType/Server/CoreAdmin/Query/Action/ReloadTest.php:9,16,18,21,23,24 ./tests/QueryType/Server/CoreAdmin/Query/Action/RequestRecoveryTest.php:9,16,18,21,23,24 ./tests/QueryType/Server/CoreAdmin/Query/Action/UnloadTest.php:9,16,18,21,24,27,30,33,36,39,41,42 ./tests/QueryType/Server/CoreAdmin/Query/QueryTest.php:20,27,29,32,34,37,40,43,46,49,52,55,58,61,64,67,70,73,76,79,82,85,88,91,94,95 ./tests/QueryType/Update/ResponseParserTest.php:12,14,24,25 ./tests/QueryType/Update/AbstractResultTest.php:8,12,16,17,20,24,25,26 ./tests/QueryType/Update/ResultTest.php:8,10,12,13,16,20,23,24 ./tests/QueryType/Update/RequestBuilderTest.php:17,29,32,35,40,41,44,49,50,53,60,61,64,71,72,75,82,83,86,93,94,97,111,112,115,119,124,128,133,135,158,159,162,171,172,175,184,185,188,196,197,200,224,225,228,250,251,254,264,265,268,272,277,278,281,288,293,296,312,313,316,322,323,326,333,334,337,345,346,349,356,357,360,368,369,372,382,383,386,394,395,398,404,405,408,414,415,418,424,425,428,434,435,438,442,443,446,453,454,457,465,466,469,476,477,480,487,488,491,498,499,502,522,523,524 ./tests/QueryType/Update/Query/Command/RawXmlTest.php:11,15,17,20,24,25,28,38,39,42,52,53,56,61,62,65,71,72,75,84,87,90,99,102,105,114,117,120,129,132,135,138,139 ./tests/QueryType/Update/Query/Command/OptimizeTest.php:10,14,16,19,30,34,39,40,43,47,48,51,55,56,59,63,64,67,72,73,74 ./tests/QueryType/Update/Query/Command/CommitTest.php:10,14,16,19,23,24,27,38,42,46,47,50,54,55,58,62,63,66,70,71,72 ./tests/QueryType/Update/Query/Command/DeleteTest.php:10,14,16,19,23,24,27,38,43,44,47,58,63,64,67,72,73,76,82,83,86,91,92,95,101,102,103 ./tests/QueryType/Update/Query/Command/AddTest.php:11,18,20,23,27,28,31,37,38,41,48,49,52,64,65,68,82,98,99,105,120,121,124,128,129,132,137,138,139 ./tests/QueryType/Update/Query/Command/RollbackTest.php:10,12,17,18,19 ./tests/QueryType/Update/Query/Document/DocumentTest.php:10,23,25,28,38,43,48,49,52,61,62,65,74,79,80,83,92,101,102,105,114,119,120,123,132,133,136,144,149,150,153,163,164,167,176,177,180,191,192,195,204,205,208,214,215,218,224,225,228,233,234,237,241,246,247,250,253,254,257,262,263,266,272,273,276,283,284,287,294,295,298,307,308,311,320,321,324,333,334,337,345,346,349,355,356,359,365,369,370,373,379,380,383,386,389,397,398,401,408,411,414,420,426,427,430,434,437,442,445,450,453,459,462,466,467 ./tests/QueryType/Update/Query/QueryTest.php:15,19,21,24,26,29,31,34,36,39,72,77,83,87,92,95,98,103,106,110,116,117,120,131,134,141,142,145,155,156,159,171,172,175,187,188,191,203,204,207,214,215,218,225,230,231,234,241,246,247,250,257,262,263,266,273,278,279,282,289,294,295,298,307,312,313,316,326,331,335,340,341,344,351,355,359,363,364,367,374,378,382,387,388,391,398,403,404,407,414,419,420,423,433,438,441,444,453,460,461,464,467,470,473,476,479,482,487,490,503,508,513,514,515,518,519 ./tests/QueryType/Spellcheck/ResponseParserTest.php:12,14,23,33,42,82,83 ./tests/QueryType/Spellcheck/RequestBuilderTest.php:11,23,26,29,40,54,57,58 ./tests/QueryType/Spellcheck/Result/ResultTest.php:10,32,40,43,47,48,51,55,56,59,61,64,66,69,71,74,76,79,81,84,88,91,94,96,97,100,104,110,111 ./tests/QueryType/Spellcheck/Result/TermTest.php:9,36,46,49,53,54,57,61,62,65,69,70,73,77,78,81,83,86,90,93,94 ./tests/QueryType/Spellcheck/QueryTest.php:10,17,19,22,24,27,29,32,34,37,44,45,48,55,56,59,66,67,70,73,76,79,80 ./tests/QueryType/Stream/ExpressionTest.php:10,17,19,22,29,30,33,40,41,44,51,57,60,63,68,71,74,80,85,86,87,90,92,94,95 ./tests/QueryType/Stream/QueryTest.php:9,16,18,21,25,28,31,32 ./tests/QueryType/RealtimeGet/ResultTest.php:10,16,19,22,24,25,28,32,34,35 ./tests/QueryType/RealtimeGet/RequestBuilderTest.php:10,12,21,26,27,30,39,44,45,46 ./tests/QueryType/RealtimeGet/QueryTest.php:10,17,19,22,24,27,31,32,35,37,40,43,46,48,51,56,59,63,66,72,75,79,82,87,90,95,96 ./tests/QueryType/Extract/ResultTest.php:9,11,13,14,17,21,24,25 ./tests/QueryType/Extract/RequestBuilderTest.php:12,24,30,33,38,39,42,47,48,51,57,58,61,69,70,73,81,95,96,99,106,109,116,119,129,140,141,142 ./tests/QueryType/Extract/QueryTest.php:11,18,20,23,25,28,30,33,35,38,53,54,57,61,64,67,70,73,76,79,82,85,88,91,94,97,100,103,106,111,119,127,130,137,145,150,158,164,172,177,185,189,190,193,194 ./tests/QueryType/MoreLikeThis/ResponseParserTest.php:11,13,53,54 ./tests/QueryType/MoreLikeThis/ResultTest.php:12,14,21,24,32,35,41,44,52,55,60,61 ./tests/QueryType/MoreLikeThis/RequestBuilderTest.php:11,23,26,29,47,69,72,75,87,88 ./tests/QueryType/MoreLikeThis/QueryTest.php:14,18,20,23,25,28,30,33,35,38,41,44,47,50,53,56,61,64,69,72,75,78,81,84,87,90,95,98,102,105,111,114,118,121,126,129,134,137,142,143,146,156,157,160,171,172,175,186,187,190,201,202,205,216,217,220,228,229,232,241,246,247,250,256,259,269,272,275,276,279,292,293,296,310,311,314,328,329,332,346,347,350,364,365,368,392,393,396,436,440,447,448,451,458,459,462,469,470,473,476,477,480,483,486,493,500,501,504,511,518,519,522,528,529,532,538,539,542,548,549,552,558,559,562,571,572,575,587,588,591,597,598,601,607,608,611,617,618,621,627,628,631,634,637,644,645,648,655,656,659,666,667,670,677,678,681,684,687,694,695,698,705,706,709,716,717,720,727,728,731,738,739,742,749,750,753,756,759,766,767,770,777,778,779 ./tests/QueryType/ManagedResources/ResponseParser/StopwordsTest.php:12,14,28,29 ./tests/QueryType/ManagedResources/ResponseParser/SynonymsTest.php:13,15,30,33,36,40,42,46,49,54,55 ./tests/QueryType/ManagedResources/ResponseParser/ResourcesTest.php:11,13,16,21,50,51 ./tests/QueryType/ManagedResources/Query/StopwordsTest.php:20,24,26,29,31,34,36,39,41,44,50,53,56,59,62,65,68,71,74,77,80,83,86,89,92,95,99,102,107,110,113,116,120,123,128,129 ./tests/QueryType/ManagedResources/Query/SynonymsTest.php:21,25,27,30,32,35,37,40,42,45,51,54,64,67,70,73,76,79,82,85,88,91,94,97,100,103,107,110,115,118,121,124,128,131,135,138,142,145,150,151 ./tests/QueryType/ManagedResources/Query/ResourcesTest.php:12,16,18,21,23,26,28,31,33,36,38,39 ./tests/QueryType/ManagedResources/RequestBuilder/StopwordsTest.php:20,32,35,38,45,51,54,57,60,63,70,73,77,80,91,94,109,112,120,123,133,136,146,149,157,158,161,163,165,168,170,173,175,178,180,181 ./tests/QueryType/ManagedResources/RequestBuilder/SynonymsTest.php:22,39,43,46,52,58,61,64,67,70,77,80,96,99,109,112,127,130,138,141,151,154,162,165,175,176,179,181,183,186,188,191,193,196,198,199 ./tests/QueryType/ManagedResources/RequestBuilder/ResourcesTest.php:10,22,25,28,34,40,43,44 ./lucene-solr/lucene/misc/src/java/org/apache/lucene/store/NativePosixUtil.cpp:17,27,36,38,47,50,54,55,59,60,65,66,69,72,91,92,99,100,102,104,112,119,123,127,128,130,141,142,144,146,151,152,157,159,164,166,169,170,178,183,184,188,189,191,195,196,200,201,207,208,211,212,214,215,226,227,231,232,234,238,243,264,265,267,272,273,276,277,279,280,281,292,293,297,298,300,304,309,330,331,332,334,339,340,343,344,346 ./lucene-solr/lucene/misc/src/java/org/apache/lucene/store/WindowsDirectory.cpp:17,20,25,30,33,35,41,42,43,48,50,53,54,55,65,68,72,73,75,79,80,83,85,89,90,92,93,104,107,110,114,115,118,124,125,128,132,133,135,136,138,139,149,152,153,154,164,166,172,173,174 <<<<<< EOF