From ea8243e4ffed7b9d8b1e9d5954679fa992b8ca08 Mon Sep 17 00:00:00 2001 From: Markus Kalkbrenner Date: Wed, 24 Jan 2018 18:07:27 +0100 Subject: [PATCH] rename library folder to src (#560) * rename library folder to src * updated changelog --- CHANGELOG.md | 2 ++ build.xml | 12 ++++++------ composer.json | 2 +- phpunit.xml.dist | 4 ++-- phpunit.xml.travis | 6 +++--- {library => src}/Autoloader.php | 0 {library => src}/Client.php | 0 {library => src}/Component/AbstractComponent.php | 0 {library => src}/Component/BoostQuery.php | 0 .../Component/ComponentAwareQueryInterface.php | 0 .../Component/ComponentAwareQueryTrait.php | 0 .../Component/ComponentTraits/SpellcheckTrait.php | 0 .../Component/ComponentTraits/SuggesterTrait.php | 0 .../Component/ComponentTraits/TermsTrait.php | 0 {library => src}/Component/Debug.php | 0 {library => src}/Component/DisMax.php | 0 {library => src}/Component/DistributedSearch.php | 0 {library => src}/Component/EdisMax.php | 0 {library => src}/Component/Facet/AbstractFacet.php | 0 {library => src}/Component/Facet/Field.php | 0 {library => src}/Component/Facet/Interval.php | 0 {library => src}/Component/Facet/MultiQuery.php | 0 {library => src}/Component/Facet/Pivot.php | 0 {library => src}/Component/Facet/Query.php | 0 {library => src}/Component/Facet/Range.php | 0 {library => src}/Component/FacetSet.php | 0 {library => src}/Component/Grouping.php | 0 {library => src}/Component/Highlighting/Field.php | 0 .../Component/Highlighting/Highlighting.php | 0 {library => src}/Component/MoreLikeThis.php | 0 .../Component/QueryTraits/DebugTrait.php | 0 .../Component/QueryTraits/DisMaxTrait.php | 0 .../Component/QueryTraits/DistributedSearchTrait.php | 0 .../Component/QueryTraits/EDisMaxTrait.php | 0 .../Component/QueryTraits/FacetSetTrait.php | 0 .../Component/QueryTraits/GroupingTrait.php | 0 .../Component/QueryTraits/HighlightingTrait.php | 0 .../Component/QueryTraits/MoreLikeThisTrait.php | 0 .../Component/QueryTraits/SpatialTrait.php | 0 .../Component/QueryTraits/SpellcheckTrait.php | 0 .../Component/QueryTraits/StatsTrait.php | 0 .../Component/QueryTraits/SuggesterTrait.php | 0 .../Component/QueryTraits/TermsTrait.php | 0 .../ComponentRequestBuilderInterface.php | 0 {library => src}/Component/RequestBuilder/Debug.php | 0 {library => src}/Component/RequestBuilder/DisMax.php | 0 .../Component/RequestBuilder/DistributedSearch.php | 0 .../Component/RequestBuilder/EdisMax.php | 0 .../Component/RequestBuilder/FacetSet.php | 0 .../Component/RequestBuilder/Grouping.php | 0 .../Component/RequestBuilder/Highlighting.php | 0 .../Component/RequestBuilder/MoreLikeThis.php | 0 .../Component/RequestBuilder/Spatial.php | 0 .../Component/RequestBuilder/Spellcheck.php | 0 {library => src}/Component/RequestBuilder/Stats.php | 0 .../Component/RequestBuilder/Suggester.php | 0 {library => src}/Component/RequestBuilder/Terms.php | 0 .../ResponseParser/ComponentParserInterface.php | 0 {library => src}/Component/ResponseParser/Debug.php | 0 .../Component/ResponseParser/FacetSet.php | 0 .../Component/ResponseParser/Grouping.php | 0 .../Component/ResponseParser/Highlighting.php | 0 .../Component/ResponseParser/MoreLikeThis.php | 0 .../Component/ResponseParser/Spellcheck.php | 0 {library => src}/Component/ResponseParser/Stats.php | 0 .../Component/ResponseParser/Suggester.php | 0 {library => src}/Component/ResponseParser/Terms.php | 0 {library => src}/Component/Result/Debug/Detail.php | 0 {library => src}/Component/Result/Debug/Document.php | 0 .../Component/Result/Debug/DocumentSet.php | 0 {library => src}/Component/Result/Debug/Result.php | 0 {library => src}/Component/Result/Debug/Timing.php | 0 .../Component/Result/Debug/TimingPhase.php | 0 {library => src}/Component/Result/Facet/Field.php | 0 {library => src}/Component/Result/Facet/Interval.php | 0 .../Component/Result/Facet/MultiQuery.php | 0 .../Component/Result/Facet/Pivot/Pivot.php | 0 .../Component/Result/Facet/Pivot/PivotItem.php | 0 {library => src}/Component/Result/Facet/Query.php | 0 {library => src}/Component/Result/Facet/Range.php | 0 {library => src}/Component/Result/FacetSet.php | 0 .../Component/Result/Grouping/FieldGroup.php | 0 .../Component/Result/Grouping/QueryGroup.php | 0 .../Component/Result/Grouping/Result.php | 0 .../Component/Result/Grouping/ValueGroup.php | 0 .../Component/Result/Highlighting/Highlighting.php | 0 .../Component/Result/Highlighting/Result.php | 0 .../Component/Result/MoreLikeThis/MoreLikeThis.php | 0 .../Component/Result/MoreLikeThis/Result.php | 0 .../Component/Result/Spellcheck/Collation.php | 0 .../Component/Result/Spellcheck/Result.php | 0 .../Component/Result/Spellcheck/Suggestion.php | 0 .../Component/Result/Stats/FacetValue.php | 0 {library => src}/Component/Result/Stats/Result.php | 0 {library => src}/Component/Result/Stats/Stats.php | 0 .../Component/Result/Suggester/Result.php | 0 {library => src}/Component/Result/Terms/Field.php | 0 {library => src}/Component/Result/Terms/Result.php | 0 {library => src}/Component/Spatial.php | 0 {library => src}/Component/Spellcheck.php | 0 {library => src}/Component/SpellcheckInterface.php | 0 {library => src}/Component/Stats/Field.php | 0 {library => src}/Component/Stats/Stats.php | 0 {library => src}/Component/Suggester.php | 0 {library => src}/Component/SuggesterInterface.php | 0 {library => src}/Component/Terms.php | 0 {library => src}/Component/TermsInterface.php | 0 .../Core/Client/Adapter/AdapterInterface.php | 0 {library => src}/Core/Client/Adapter/Curl.php | 0 {library => src}/Core/Client/Adapter/Guzzle.php | 0 {library => src}/Core/Client/Adapter/Guzzle3.php | 0 {library => src}/Core/Client/Adapter/Http.php | 0 {library => src}/Core/Client/Adapter/PeclHttp.php | 0 {library => src}/Core/Client/Adapter/Zend2Http.php | 0 {library => src}/Core/Client/Adapter/ZendHttp.php | 0 {library => src}/Core/Client/Client.php | 0 {library => src}/Core/Client/ClientInterface.php | 0 {library => src}/Core/Client/Endpoint.php | 0 {library => src}/Core/Client/Request.php | 0 {library => src}/Core/Client/Response.php | 0 {library => src}/Core/Configurable.php | 0 {library => src}/Core/ConfigurableInterface.php | 0 {library => src}/Core/Event/Events.php | 0 {library => src}/Core/Event/PostCreateQuery.php | 0 {library => src}/Core/Event/PostCreateRequest.php | 0 {library => src}/Core/Event/PostCreateResult.php | 0 {library => src}/Core/Event/PostExecute.php | 0 {library => src}/Core/Event/PostExecuteRequest.php | 0 {library => src}/Core/Event/PreCreateQuery.php | 0 {library => src}/Core/Event/PreCreateRequest.php | 0 {library => src}/Core/Event/PreCreateResult.php | 0 {library => src}/Core/Event/PreExecute.php | 0 {library => src}/Core/Event/PreExecuteRequest.php | 0 {library => src}/Core/Plugin/AbstractPlugin.php | 0 {library => src}/Core/Plugin/Plugin.php | 0 {library => src}/Core/Plugin/PluginInterface.php | 0 {library => src}/Core/Query/AbstractQuery.php | 0 .../Core/Query/AbstractRequestBuilder.php | 0 .../Core/Query/AbstractResponseParser.php | 0 {library => src}/Core/Query/Helper.php | 0 {library => src}/Core/Query/Query.php | 0 {library => src}/Core/Query/QueryInterface.php | 0 {library => src}/Core/Query/RequestBuilder.php | 0 .../Core/Query/RequestBuilderInterface.php | 0 {library => src}/Core/Query/ResponseParser.php | 0 .../Core/Query/ResponseParserInterface.php | 0 {library => src}/Core/Query/Result/QueryType.php | 0 {library => src}/Core/Query/Result/Result.php | 0 .../Core/Query/Result/ResultInterface.php | 0 {library => src}/Exception/ExceptionInterface.php | 0 {library => src}/Exception/HttpException.php | 0 .../Exception/InvalidArgumentException.php | 0 {library => src}/Exception/OutOfBoundsException.php | 0 {library => src}/Exception/RuntimeException.php | 0 .../Exception/UnexpectedValueException.php | 0 {library => src}/Plugin/BufferedAdd/BufferedAdd.php | 0 .../Plugin/BufferedAdd/Event/AddDocument.php | 0 {library => src}/Plugin/BufferedAdd/Event/Events.php | 0 .../Plugin/BufferedAdd/Event/PostCommit.php | 0 .../Plugin/BufferedAdd/Event/PostFlush.php | 0 .../Plugin/BufferedAdd/Event/PreCommit.php | 0 .../Plugin/BufferedAdd/Event/PreFlush.php | 0 .../Plugin/CustomizeRequest/Customization.php | 0 .../Plugin/CustomizeRequest/CustomizeRequest.php | 0 .../Plugin/Loadbalancer/Event/EndpointFailure.php | 0 .../Plugin/Loadbalancer/Event/Events.php | 0 .../Plugin/Loadbalancer/Loadbalancer.php | 0 .../Plugin/Loadbalancer/WeightedRandomChoice.php | 0 .../Plugin/MinimumScoreFilter/Document.php | 0 .../Plugin/MinimumScoreFilter/Filter.php | 0 .../Plugin/MinimumScoreFilter/MinimumScoreFilter.php | 0 {library => src}/Plugin/MinimumScoreFilter/Query.php | 0 .../Plugin/MinimumScoreFilter/QueryGroupResult.php | 0 .../Plugin/MinimumScoreFilter/Result.php | 0 .../Plugin/MinimumScoreFilter/ValueGroupResult.php | 0 .../Plugin/ParallelExecution/Event/Events.php | 0 .../Plugin/ParallelExecution/Event/ExecuteEnd.php | 0 .../Plugin/ParallelExecution/Event/ExecuteStart.php | 0 .../Plugin/ParallelExecution/ParallelExecution.php | 0 {library => src}/Plugin/PostBigRequest.php | 0 {library => src}/Plugin/PrefetchIterator.php | 0 .../QueryType/Analysis/Query/AbstractQuery.php | 0 .../QueryType/Analysis/Query/Document.php | 0 {library => src}/QueryType/Analysis/Query/Field.php | 0 {library => src}/QueryType/Analysis/Query/Query.php | 0 .../QueryType/Analysis/RequestBuilder/Document.php | 0 .../QueryType/Analysis/RequestBuilder/Field.php | 0 .../Analysis/RequestBuilder/RequestBuilder.php | 0 .../QueryType/Analysis/ResponseParser/Document.php | 0 .../QueryType/Analysis/ResponseParser/Field.php | 0 .../QueryType/Analysis/Result/Document.php | 0 {library => src}/QueryType/Analysis/Result/Field.php | 0 {library => src}/QueryType/Analysis/Result/Item.php | 0 .../QueryType/Analysis/Result/ResultList.php | 0 {library => src}/QueryType/Analysis/Result/Types.php | 0 {library => src}/QueryType/Extract/Query.php | 0 .../QueryType/Extract/RequestBuilder.php | 0 {library => src}/QueryType/Extract/Result.php | 0 {library => src}/QueryType/MoreLikeThis/Query.php | 0 .../QueryType/MoreLikeThis/RequestBuilder.php | 0 .../QueryType/MoreLikeThis/ResponseParser.php | 0 {library => src}/QueryType/MoreLikeThis/Result.php | 0 {library => src}/QueryType/Ping/Query.php | 0 {library => src}/QueryType/Ping/RequestBuilder.php | 0 {library => src}/QueryType/Ping/Result.php | 0 {library => src}/QueryType/RealtimeGet/Query.php | 0 .../QueryType/RealtimeGet/RequestBuilder.php | 0 {library => src}/QueryType/RealtimeGet/Result.php | 0 .../QueryType/Select/Query/FilterQuery.php | 0 {library => src}/QueryType/Select/Query/Query.php | 0 {library => src}/QueryType/Select/RequestBuilder.php | 0 {library => src}/QueryType/Select/ResponseParser.php | 0 .../QueryType/Select/Result/AbstractDocument.php | 0 .../QueryType/Select/Result/Document.php | 0 .../QueryType/Select/Result/DocumentInterface.php | 0 {library => src}/QueryType/Select/Result/Result.php | 0 {library => src}/QueryType/Spellcheck/Query.php | 0 .../QueryType/Spellcheck/RequestBuilder.php | 0 .../QueryType/Spellcheck/ResponseParser.php | 0 .../QueryType/Spellcheck/Result/Result.php | 0 .../QueryType/Spellcheck/Result/Term.php | 0 {library => src}/QueryType/Suggester/Query.php | 0 .../QueryType/Suggester/RequestBuilder.php | 0 .../QueryType/Suggester/ResponseParser.php | 0 .../QueryType/Suggester/Result/Dictionary.php | 0 .../QueryType/Suggester/Result/Result.php | 0 {library => src}/QueryType/Suggester/Result/Term.php | 0 {library => src}/QueryType/Terms/Query.php | 0 {library => src}/QueryType/Terms/RequestBuilder.php | 0 {library => src}/QueryType/Terms/ResponseParser.php | 0 {library => src}/QueryType/Terms/Result.php | 0 .../Update/Query/Command/AbstractCommand.php | 0 .../QueryType/Update/Query/Command/Add.php | 0 .../QueryType/Update/Query/Command/Commit.php | 0 .../QueryType/Update/Query/Command/Delete.php | 0 .../QueryType/Update/Query/Command/Optimize.php | 0 .../QueryType/Update/Query/Command/Rollback.php | 0 .../QueryType/Update/Query/Document/Document.php | 0 .../Update/Query/Document/DocumentInterface.php | 0 {library => src}/QueryType/Update/Query/Query.php | 0 {library => src}/QueryType/Update/RequestBuilder.php | 0 {library => src}/QueryType/Update/ResponseParser.php | 0 {library => src}/QueryType/Update/Result.php | 0 {library => src}/Support/DataFixtures/Executor.php | 0 .../Support/DataFixtures/FixtureInterface.php | 0 .../Support/DataFixtures/FixtureLoader.php | 0 {library => src}/Support/DataFixtures/Loader.php | 0 {library => src}/Support/DataFixtures/Purger.php | 0 248 files changed, 14 insertions(+), 12 deletions(-) rename {library => src}/Autoloader.php (100%) rename {library => src}/Client.php (100%) rename {library => src}/Component/AbstractComponent.php (100%) rename {library => src}/Component/BoostQuery.php (100%) rename {library => src}/Component/ComponentAwareQueryInterface.php (100%) rename {library => src}/Component/ComponentAwareQueryTrait.php (100%) rename {library => src}/Component/ComponentTraits/SpellcheckTrait.php (100%) rename {library => src}/Component/ComponentTraits/SuggesterTrait.php (100%) rename {library => src}/Component/ComponentTraits/TermsTrait.php (100%) rename {library => src}/Component/Debug.php (100%) rename {library => src}/Component/DisMax.php (100%) rename {library => src}/Component/DistributedSearch.php (100%) rename {library => src}/Component/EdisMax.php (100%) rename {library => src}/Component/Facet/AbstractFacet.php (100%) rename {library => src}/Component/Facet/Field.php (100%) rename {library => src}/Component/Facet/Interval.php (100%) rename {library => src}/Component/Facet/MultiQuery.php (100%) rename {library => src}/Component/Facet/Pivot.php (100%) rename {library => src}/Component/Facet/Query.php (100%) rename {library => src}/Component/Facet/Range.php (100%) rename {library => src}/Component/FacetSet.php (100%) rename {library => src}/Component/Grouping.php (100%) rename {library => src}/Component/Highlighting/Field.php (100%) rename {library => src}/Component/Highlighting/Highlighting.php (100%) rename {library => src}/Component/MoreLikeThis.php (100%) rename {library => src}/Component/QueryTraits/DebugTrait.php (100%) rename {library => src}/Component/QueryTraits/DisMaxTrait.php (100%) rename {library => src}/Component/QueryTraits/DistributedSearchTrait.php (100%) rename {library => src}/Component/QueryTraits/EDisMaxTrait.php (100%) rename {library => src}/Component/QueryTraits/FacetSetTrait.php (100%) rename {library => src}/Component/QueryTraits/GroupingTrait.php (100%) rename {library => src}/Component/QueryTraits/HighlightingTrait.php (100%) rename {library => src}/Component/QueryTraits/MoreLikeThisTrait.php (100%) rename {library => src}/Component/QueryTraits/SpatialTrait.php (100%) rename {library => src}/Component/QueryTraits/SpellcheckTrait.php (100%) rename {library => src}/Component/QueryTraits/StatsTrait.php (100%) rename {library => src}/Component/QueryTraits/SuggesterTrait.php (100%) rename {library => src}/Component/QueryTraits/TermsTrait.php (100%) rename {library => src}/Component/RequestBuilder/ComponentRequestBuilderInterface.php (100%) rename {library => src}/Component/RequestBuilder/Debug.php (100%) rename {library => src}/Component/RequestBuilder/DisMax.php (100%) rename {library => src}/Component/RequestBuilder/DistributedSearch.php (100%) rename {library => src}/Component/RequestBuilder/EdisMax.php (100%) rename {library => src}/Component/RequestBuilder/FacetSet.php (100%) rename {library => src}/Component/RequestBuilder/Grouping.php (100%) rename {library => src}/Component/RequestBuilder/Highlighting.php (100%) rename {library => src}/Component/RequestBuilder/MoreLikeThis.php (100%) rename {library => src}/Component/RequestBuilder/Spatial.php (100%) rename {library => src}/Component/RequestBuilder/Spellcheck.php (100%) rename {library => src}/Component/RequestBuilder/Stats.php (100%) rename {library => src}/Component/RequestBuilder/Suggester.php (100%) rename {library => src}/Component/RequestBuilder/Terms.php (100%) rename {library => src}/Component/ResponseParser/ComponentParserInterface.php (100%) rename {library => src}/Component/ResponseParser/Debug.php (100%) rename {library => src}/Component/ResponseParser/FacetSet.php (100%) rename {library => src}/Component/ResponseParser/Grouping.php (100%) rename {library => src}/Component/ResponseParser/Highlighting.php (100%) rename {library => src}/Component/ResponseParser/MoreLikeThis.php (100%) rename {library => src}/Component/ResponseParser/Spellcheck.php (100%) rename {library => src}/Component/ResponseParser/Stats.php (100%) rename {library => src}/Component/ResponseParser/Suggester.php (100%) rename {library => src}/Component/ResponseParser/Terms.php (100%) rename {library => src}/Component/Result/Debug/Detail.php (100%) rename {library => src}/Component/Result/Debug/Document.php (100%) rename {library => src}/Component/Result/Debug/DocumentSet.php (100%) rename {library => src}/Component/Result/Debug/Result.php (100%) rename {library => src}/Component/Result/Debug/Timing.php (100%) rename {library => src}/Component/Result/Debug/TimingPhase.php (100%) rename {library => src}/Component/Result/Facet/Field.php (100%) rename {library => src}/Component/Result/Facet/Interval.php (100%) rename {library => src}/Component/Result/Facet/MultiQuery.php (100%) rename {library => src}/Component/Result/Facet/Pivot/Pivot.php (100%) rename {library => src}/Component/Result/Facet/Pivot/PivotItem.php (100%) rename {library => src}/Component/Result/Facet/Query.php (100%) rename {library => src}/Component/Result/Facet/Range.php (100%) rename {library => src}/Component/Result/FacetSet.php (100%) rename {library => src}/Component/Result/Grouping/FieldGroup.php (100%) rename {library => src}/Component/Result/Grouping/QueryGroup.php (100%) rename {library => src}/Component/Result/Grouping/Result.php (100%) rename {library => src}/Component/Result/Grouping/ValueGroup.php (100%) rename {library => src}/Component/Result/Highlighting/Highlighting.php (100%) rename {library => src}/Component/Result/Highlighting/Result.php (100%) rename {library => src}/Component/Result/MoreLikeThis/MoreLikeThis.php (100%) rename {library => src}/Component/Result/MoreLikeThis/Result.php (100%) rename {library => src}/Component/Result/Spellcheck/Collation.php (100%) rename {library => src}/Component/Result/Spellcheck/Result.php (100%) rename {library => src}/Component/Result/Spellcheck/Suggestion.php (100%) rename {library => src}/Component/Result/Stats/FacetValue.php (100%) rename {library => src}/Component/Result/Stats/Result.php (100%) rename {library => src}/Component/Result/Stats/Stats.php (100%) rename {library => src}/Component/Result/Suggester/Result.php (100%) rename {library => src}/Component/Result/Terms/Field.php (100%) rename {library => src}/Component/Result/Terms/Result.php (100%) rename {library => src}/Component/Spatial.php (100%) rename {library => src}/Component/Spellcheck.php (100%) rename {library => src}/Component/SpellcheckInterface.php (100%) rename {library => src}/Component/Stats/Field.php (100%) rename {library => src}/Component/Stats/Stats.php (100%) rename {library => src}/Component/Suggester.php (100%) rename {library => src}/Component/SuggesterInterface.php (100%) rename {library => src}/Component/Terms.php (100%) rename {library => src}/Component/TermsInterface.php (100%) rename {library => src}/Core/Client/Adapter/AdapterInterface.php (100%) rename {library => src}/Core/Client/Adapter/Curl.php (100%) rename {library => src}/Core/Client/Adapter/Guzzle.php (100%) rename {library => src}/Core/Client/Adapter/Guzzle3.php (100%) rename {library => src}/Core/Client/Adapter/Http.php (100%) rename {library => src}/Core/Client/Adapter/PeclHttp.php (100%) rename {library => src}/Core/Client/Adapter/Zend2Http.php (100%) rename {library => src}/Core/Client/Adapter/ZendHttp.php (100%) rename {library => src}/Core/Client/Client.php (100%) rename {library => src}/Core/Client/ClientInterface.php (100%) rename {library => src}/Core/Client/Endpoint.php (100%) rename {library => src}/Core/Client/Request.php (100%) rename {library => src}/Core/Client/Response.php (100%) rename {library => src}/Core/Configurable.php (100%) rename {library => src}/Core/ConfigurableInterface.php (100%) rename {library => src}/Core/Event/Events.php (100%) rename {library => src}/Core/Event/PostCreateQuery.php (100%) rename {library => src}/Core/Event/PostCreateRequest.php (100%) rename {library => src}/Core/Event/PostCreateResult.php (100%) rename {library => src}/Core/Event/PostExecute.php (100%) rename {library => src}/Core/Event/PostExecuteRequest.php (100%) rename {library => src}/Core/Event/PreCreateQuery.php (100%) rename {library => src}/Core/Event/PreCreateRequest.php (100%) rename {library => src}/Core/Event/PreCreateResult.php (100%) rename {library => src}/Core/Event/PreExecute.php (100%) rename {library => src}/Core/Event/PreExecuteRequest.php (100%) rename {library => src}/Core/Plugin/AbstractPlugin.php (100%) rename {library => src}/Core/Plugin/Plugin.php (100%) rename {library => src}/Core/Plugin/PluginInterface.php (100%) rename {library => src}/Core/Query/AbstractQuery.php (100%) rename {library => src}/Core/Query/AbstractRequestBuilder.php (100%) rename {library => src}/Core/Query/AbstractResponseParser.php (100%) rename {library => src}/Core/Query/Helper.php (100%) rename {library => src}/Core/Query/Query.php (100%) rename {library => src}/Core/Query/QueryInterface.php (100%) rename {library => src}/Core/Query/RequestBuilder.php (100%) rename {library => src}/Core/Query/RequestBuilderInterface.php (100%) rename {library => src}/Core/Query/ResponseParser.php (100%) rename {library => src}/Core/Query/ResponseParserInterface.php (100%) rename {library => src}/Core/Query/Result/QueryType.php (100%) rename {library => src}/Core/Query/Result/Result.php (100%) rename {library => src}/Core/Query/Result/ResultInterface.php (100%) rename {library => src}/Exception/ExceptionInterface.php (100%) rename {library => src}/Exception/HttpException.php (100%) rename {library => src}/Exception/InvalidArgumentException.php (100%) rename {library => src}/Exception/OutOfBoundsException.php (100%) rename {library => src}/Exception/RuntimeException.php (100%) rename {library => src}/Exception/UnexpectedValueException.php (100%) rename {library => src}/Plugin/BufferedAdd/BufferedAdd.php (100%) rename {library => src}/Plugin/BufferedAdd/Event/AddDocument.php (100%) rename {library => src}/Plugin/BufferedAdd/Event/Events.php (100%) rename {library => src}/Plugin/BufferedAdd/Event/PostCommit.php (100%) rename {library => src}/Plugin/BufferedAdd/Event/PostFlush.php (100%) rename {library => src}/Plugin/BufferedAdd/Event/PreCommit.php (100%) rename {library => src}/Plugin/BufferedAdd/Event/PreFlush.php (100%) rename {library => src}/Plugin/CustomizeRequest/Customization.php (100%) rename {library => src}/Plugin/CustomizeRequest/CustomizeRequest.php (100%) rename {library => src}/Plugin/Loadbalancer/Event/EndpointFailure.php (100%) rename {library => src}/Plugin/Loadbalancer/Event/Events.php (100%) rename {library => src}/Plugin/Loadbalancer/Loadbalancer.php (100%) rename {library => src}/Plugin/Loadbalancer/WeightedRandomChoice.php (100%) rename {library => src}/Plugin/MinimumScoreFilter/Document.php (100%) rename {library => src}/Plugin/MinimumScoreFilter/Filter.php (100%) rename {library => src}/Plugin/MinimumScoreFilter/MinimumScoreFilter.php (100%) rename {library => src}/Plugin/MinimumScoreFilter/Query.php (100%) rename {library => src}/Plugin/MinimumScoreFilter/QueryGroupResult.php (100%) rename {library => src}/Plugin/MinimumScoreFilter/Result.php (100%) rename {library => src}/Plugin/MinimumScoreFilter/ValueGroupResult.php (100%) rename {library => src}/Plugin/ParallelExecution/Event/Events.php (100%) rename {library => src}/Plugin/ParallelExecution/Event/ExecuteEnd.php (100%) rename {library => src}/Plugin/ParallelExecution/Event/ExecuteStart.php (100%) rename {library => src}/Plugin/ParallelExecution/ParallelExecution.php (100%) rename {library => src}/Plugin/PostBigRequest.php (100%) rename {library => src}/Plugin/PrefetchIterator.php (100%) rename {library => src}/QueryType/Analysis/Query/AbstractQuery.php (100%) rename {library => src}/QueryType/Analysis/Query/Document.php (100%) rename {library => src}/QueryType/Analysis/Query/Field.php (100%) rename {library => src}/QueryType/Analysis/Query/Query.php (100%) rename {library => src}/QueryType/Analysis/RequestBuilder/Document.php (100%) rename {library => src}/QueryType/Analysis/RequestBuilder/Field.php (100%) rename {library => src}/QueryType/Analysis/RequestBuilder/RequestBuilder.php (100%) rename {library => src}/QueryType/Analysis/ResponseParser/Document.php (100%) rename {library => src}/QueryType/Analysis/ResponseParser/Field.php (100%) rename {library => src}/QueryType/Analysis/Result/Document.php (100%) rename {library => src}/QueryType/Analysis/Result/Field.php (100%) rename {library => src}/QueryType/Analysis/Result/Item.php (100%) rename {library => src}/QueryType/Analysis/Result/ResultList.php (100%) rename {library => src}/QueryType/Analysis/Result/Types.php (100%) rename {library => src}/QueryType/Extract/Query.php (100%) rename {library => src}/QueryType/Extract/RequestBuilder.php (100%) rename {library => src}/QueryType/Extract/Result.php (100%) rename {library => src}/QueryType/MoreLikeThis/Query.php (100%) rename {library => src}/QueryType/MoreLikeThis/RequestBuilder.php (100%) rename {library => src}/QueryType/MoreLikeThis/ResponseParser.php (100%) rename {library => src}/QueryType/MoreLikeThis/Result.php (100%) rename {library => src}/QueryType/Ping/Query.php (100%) rename {library => src}/QueryType/Ping/RequestBuilder.php (100%) rename {library => src}/QueryType/Ping/Result.php (100%) rename {library => src}/QueryType/RealtimeGet/Query.php (100%) rename {library => src}/QueryType/RealtimeGet/RequestBuilder.php (100%) rename {library => src}/QueryType/RealtimeGet/Result.php (100%) rename {library => src}/QueryType/Select/Query/FilterQuery.php (100%) rename {library => src}/QueryType/Select/Query/Query.php (100%) rename {library => src}/QueryType/Select/RequestBuilder.php (100%) rename {library => src}/QueryType/Select/ResponseParser.php (100%) rename {library => src}/QueryType/Select/Result/AbstractDocument.php (100%) rename {library => src}/QueryType/Select/Result/Document.php (100%) rename {library => src}/QueryType/Select/Result/DocumentInterface.php (100%) rename {library => src}/QueryType/Select/Result/Result.php (100%) rename {library => src}/QueryType/Spellcheck/Query.php (100%) rename {library => src}/QueryType/Spellcheck/RequestBuilder.php (100%) rename {library => src}/QueryType/Spellcheck/ResponseParser.php (100%) rename {library => src}/QueryType/Spellcheck/Result/Result.php (100%) rename {library => src}/QueryType/Spellcheck/Result/Term.php (100%) rename {library => src}/QueryType/Suggester/Query.php (100%) rename {library => src}/QueryType/Suggester/RequestBuilder.php (100%) rename {library => src}/QueryType/Suggester/ResponseParser.php (100%) rename {library => src}/QueryType/Suggester/Result/Dictionary.php (100%) rename {library => src}/QueryType/Suggester/Result/Result.php (100%) rename {library => src}/QueryType/Suggester/Result/Term.php (100%) rename {library => src}/QueryType/Terms/Query.php (100%) rename {library => src}/QueryType/Terms/RequestBuilder.php (100%) rename {library => src}/QueryType/Terms/ResponseParser.php (100%) rename {library => src}/QueryType/Terms/Result.php (100%) rename {library => src}/QueryType/Update/Query/Command/AbstractCommand.php (100%) rename {library => src}/QueryType/Update/Query/Command/Add.php (100%) rename {library => src}/QueryType/Update/Query/Command/Commit.php (100%) rename {library => src}/QueryType/Update/Query/Command/Delete.php (100%) rename {library => src}/QueryType/Update/Query/Command/Optimize.php (100%) rename {library => src}/QueryType/Update/Query/Command/Rollback.php (100%) rename {library => src}/QueryType/Update/Query/Document/Document.php (100%) rename {library => src}/QueryType/Update/Query/Document/DocumentInterface.php (100%) rename {library => src}/QueryType/Update/Query/Query.php (100%) rename {library => src}/QueryType/Update/RequestBuilder.php (100%) rename {library => src}/QueryType/Update/ResponseParser.php (100%) rename {library => src}/QueryType/Update/Result.php (100%) rename {library => src}/Support/DataFixtures/Executor.php (100%) rename {library => src}/Support/DataFixtures/FixtureInterface.php (100%) rename {library => src}/Support/DataFixtures/FixtureLoader.php (100%) rename {library => src}/Support/DataFixtures/Loader.php (100%) rename {library => src}/Support/DataFixtures/Purger.php (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54fe51384..7a5717764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased ### Changed +- Renamed folder library to src +- Use PSR-4 class loading - Updated PHPUnit to v6.5 - Updated required PHP version to >= v7.0 diff --git a/build.xml b/build.xml index c9bd87178..827b739c5 100644 --- a/build.xml +++ b/build.xml @@ -36,21 +36,21 @@ - + - + - + @@ -61,20 +61,20 @@ - + - + - + diff --git a/composer.json b/composer.json index 1166499a6..2c55bc721 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ }, "autoload": { "psr-4": { - "Solarium\\": "library/" + "Solarium\\": "src/" } }, "autoload-dev": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 579cc18c5..28985dc10 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -22,9 +22,9 @@ - library + src - library/Solarium/Autoloader.php + src/Solarium/Autoloader.php diff --git a/phpunit.xml.travis b/phpunit.xml.travis index 2f4ef8d64..5b688b92b 100644 --- a/phpunit.xml.travis +++ b/phpunit.xml.travis @@ -1,5 +1,5 @@ - - library + src - library/Solarium/Autoloader.php + src/Solarium/Autoloader.php diff --git a/library/Autoloader.php b/src/Autoloader.php similarity index 100% rename from library/Autoloader.php rename to src/Autoloader.php diff --git a/library/Client.php b/src/Client.php similarity index 100% rename from library/Client.php rename to src/Client.php diff --git a/library/Component/AbstractComponent.php b/src/Component/AbstractComponent.php similarity index 100% rename from library/Component/AbstractComponent.php rename to src/Component/AbstractComponent.php diff --git a/library/Component/BoostQuery.php b/src/Component/BoostQuery.php similarity index 100% rename from library/Component/BoostQuery.php rename to src/Component/BoostQuery.php diff --git a/library/Component/ComponentAwareQueryInterface.php b/src/Component/ComponentAwareQueryInterface.php similarity index 100% rename from library/Component/ComponentAwareQueryInterface.php rename to src/Component/ComponentAwareQueryInterface.php diff --git a/library/Component/ComponentAwareQueryTrait.php b/src/Component/ComponentAwareQueryTrait.php similarity index 100% rename from library/Component/ComponentAwareQueryTrait.php rename to src/Component/ComponentAwareQueryTrait.php diff --git a/library/Component/ComponentTraits/SpellcheckTrait.php b/src/Component/ComponentTraits/SpellcheckTrait.php similarity index 100% rename from library/Component/ComponentTraits/SpellcheckTrait.php rename to src/Component/ComponentTraits/SpellcheckTrait.php diff --git a/library/Component/ComponentTraits/SuggesterTrait.php b/src/Component/ComponentTraits/SuggesterTrait.php similarity index 100% rename from library/Component/ComponentTraits/SuggesterTrait.php rename to src/Component/ComponentTraits/SuggesterTrait.php diff --git a/library/Component/ComponentTraits/TermsTrait.php b/src/Component/ComponentTraits/TermsTrait.php similarity index 100% rename from library/Component/ComponentTraits/TermsTrait.php rename to src/Component/ComponentTraits/TermsTrait.php diff --git a/library/Component/Debug.php b/src/Component/Debug.php similarity index 100% rename from library/Component/Debug.php rename to src/Component/Debug.php diff --git a/library/Component/DisMax.php b/src/Component/DisMax.php similarity index 100% rename from library/Component/DisMax.php rename to src/Component/DisMax.php diff --git a/library/Component/DistributedSearch.php b/src/Component/DistributedSearch.php similarity index 100% rename from library/Component/DistributedSearch.php rename to src/Component/DistributedSearch.php diff --git a/library/Component/EdisMax.php b/src/Component/EdisMax.php similarity index 100% rename from library/Component/EdisMax.php rename to src/Component/EdisMax.php diff --git a/library/Component/Facet/AbstractFacet.php b/src/Component/Facet/AbstractFacet.php similarity index 100% rename from library/Component/Facet/AbstractFacet.php rename to src/Component/Facet/AbstractFacet.php diff --git a/library/Component/Facet/Field.php b/src/Component/Facet/Field.php similarity index 100% rename from library/Component/Facet/Field.php rename to src/Component/Facet/Field.php diff --git a/library/Component/Facet/Interval.php b/src/Component/Facet/Interval.php similarity index 100% rename from library/Component/Facet/Interval.php rename to src/Component/Facet/Interval.php diff --git a/library/Component/Facet/MultiQuery.php b/src/Component/Facet/MultiQuery.php similarity index 100% rename from library/Component/Facet/MultiQuery.php rename to src/Component/Facet/MultiQuery.php diff --git a/library/Component/Facet/Pivot.php b/src/Component/Facet/Pivot.php similarity index 100% rename from library/Component/Facet/Pivot.php rename to src/Component/Facet/Pivot.php diff --git a/library/Component/Facet/Query.php b/src/Component/Facet/Query.php similarity index 100% rename from library/Component/Facet/Query.php rename to src/Component/Facet/Query.php diff --git a/library/Component/Facet/Range.php b/src/Component/Facet/Range.php similarity index 100% rename from library/Component/Facet/Range.php rename to src/Component/Facet/Range.php diff --git a/library/Component/FacetSet.php b/src/Component/FacetSet.php similarity index 100% rename from library/Component/FacetSet.php rename to src/Component/FacetSet.php diff --git a/library/Component/Grouping.php b/src/Component/Grouping.php similarity index 100% rename from library/Component/Grouping.php rename to src/Component/Grouping.php diff --git a/library/Component/Highlighting/Field.php b/src/Component/Highlighting/Field.php similarity index 100% rename from library/Component/Highlighting/Field.php rename to src/Component/Highlighting/Field.php diff --git a/library/Component/Highlighting/Highlighting.php b/src/Component/Highlighting/Highlighting.php similarity index 100% rename from library/Component/Highlighting/Highlighting.php rename to src/Component/Highlighting/Highlighting.php diff --git a/library/Component/MoreLikeThis.php b/src/Component/MoreLikeThis.php similarity index 100% rename from library/Component/MoreLikeThis.php rename to src/Component/MoreLikeThis.php diff --git a/library/Component/QueryTraits/DebugTrait.php b/src/Component/QueryTraits/DebugTrait.php similarity index 100% rename from library/Component/QueryTraits/DebugTrait.php rename to src/Component/QueryTraits/DebugTrait.php diff --git a/library/Component/QueryTraits/DisMaxTrait.php b/src/Component/QueryTraits/DisMaxTrait.php similarity index 100% rename from library/Component/QueryTraits/DisMaxTrait.php rename to src/Component/QueryTraits/DisMaxTrait.php diff --git a/library/Component/QueryTraits/DistributedSearchTrait.php b/src/Component/QueryTraits/DistributedSearchTrait.php similarity index 100% rename from library/Component/QueryTraits/DistributedSearchTrait.php rename to src/Component/QueryTraits/DistributedSearchTrait.php diff --git a/library/Component/QueryTraits/EDisMaxTrait.php b/src/Component/QueryTraits/EDisMaxTrait.php similarity index 100% rename from library/Component/QueryTraits/EDisMaxTrait.php rename to src/Component/QueryTraits/EDisMaxTrait.php diff --git a/library/Component/QueryTraits/FacetSetTrait.php b/src/Component/QueryTraits/FacetSetTrait.php similarity index 100% rename from library/Component/QueryTraits/FacetSetTrait.php rename to src/Component/QueryTraits/FacetSetTrait.php diff --git a/library/Component/QueryTraits/GroupingTrait.php b/src/Component/QueryTraits/GroupingTrait.php similarity index 100% rename from library/Component/QueryTraits/GroupingTrait.php rename to src/Component/QueryTraits/GroupingTrait.php diff --git a/library/Component/QueryTraits/HighlightingTrait.php b/src/Component/QueryTraits/HighlightingTrait.php similarity index 100% rename from library/Component/QueryTraits/HighlightingTrait.php rename to src/Component/QueryTraits/HighlightingTrait.php diff --git a/library/Component/QueryTraits/MoreLikeThisTrait.php b/src/Component/QueryTraits/MoreLikeThisTrait.php similarity index 100% rename from library/Component/QueryTraits/MoreLikeThisTrait.php rename to src/Component/QueryTraits/MoreLikeThisTrait.php diff --git a/library/Component/QueryTraits/SpatialTrait.php b/src/Component/QueryTraits/SpatialTrait.php similarity index 100% rename from library/Component/QueryTraits/SpatialTrait.php rename to src/Component/QueryTraits/SpatialTrait.php diff --git a/library/Component/QueryTraits/SpellcheckTrait.php b/src/Component/QueryTraits/SpellcheckTrait.php similarity index 100% rename from library/Component/QueryTraits/SpellcheckTrait.php rename to src/Component/QueryTraits/SpellcheckTrait.php diff --git a/library/Component/QueryTraits/StatsTrait.php b/src/Component/QueryTraits/StatsTrait.php similarity index 100% rename from library/Component/QueryTraits/StatsTrait.php rename to src/Component/QueryTraits/StatsTrait.php diff --git a/library/Component/QueryTraits/SuggesterTrait.php b/src/Component/QueryTraits/SuggesterTrait.php similarity index 100% rename from library/Component/QueryTraits/SuggesterTrait.php rename to src/Component/QueryTraits/SuggesterTrait.php diff --git a/library/Component/QueryTraits/TermsTrait.php b/src/Component/QueryTraits/TermsTrait.php similarity index 100% rename from library/Component/QueryTraits/TermsTrait.php rename to src/Component/QueryTraits/TermsTrait.php diff --git a/library/Component/RequestBuilder/ComponentRequestBuilderInterface.php b/src/Component/RequestBuilder/ComponentRequestBuilderInterface.php similarity index 100% rename from library/Component/RequestBuilder/ComponentRequestBuilderInterface.php rename to src/Component/RequestBuilder/ComponentRequestBuilderInterface.php diff --git a/library/Component/RequestBuilder/Debug.php b/src/Component/RequestBuilder/Debug.php similarity index 100% rename from library/Component/RequestBuilder/Debug.php rename to src/Component/RequestBuilder/Debug.php diff --git a/library/Component/RequestBuilder/DisMax.php b/src/Component/RequestBuilder/DisMax.php similarity index 100% rename from library/Component/RequestBuilder/DisMax.php rename to src/Component/RequestBuilder/DisMax.php diff --git a/library/Component/RequestBuilder/DistributedSearch.php b/src/Component/RequestBuilder/DistributedSearch.php similarity index 100% rename from library/Component/RequestBuilder/DistributedSearch.php rename to src/Component/RequestBuilder/DistributedSearch.php diff --git a/library/Component/RequestBuilder/EdisMax.php b/src/Component/RequestBuilder/EdisMax.php similarity index 100% rename from library/Component/RequestBuilder/EdisMax.php rename to src/Component/RequestBuilder/EdisMax.php diff --git a/library/Component/RequestBuilder/FacetSet.php b/src/Component/RequestBuilder/FacetSet.php similarity index 100% rename from library/Component/RequestBuilder/FacetSet.php rename to src/Component/RequestBuilder/FacetSet.php diff --git a/library/Component/RequestBuilder/Grouping.php b/src/Component/RequestBuilder/Grouping.php similarity index 100% rename from library/Component/RequestBuilder/Grouping.php rename to src/Component/RequestBuilder/Grouping.php diff --git a/library/Component/RequestBuilder/Highlighting.php b/src/Component/RequestBuilder/Highlighting.php similarity index 100% rename from library/Component/RequestBuilder/Highlighting.php rename to src/Component/RequestBuilder/Highlighting.php diff --git a/library/Component/RequestBuilder/MoreLikeThis.php b/src/Component/RequestBuilder/MoreLikeThis.php similarity index 100% rename from library/Component/RequestBuilder/MoreLikeThis.php rename to src/Component/RequestBuilder/MoreLikeThis.php diff --git a/library/Component/RequestBuilder/Spatial.php b/src/Component/RequestBuilder/Spatial.php similarity index 100% rename from library/Component/RequestBuilder/Spatial.php rename to src/Component/RequestBuilder/Spatial.php diff --git a/library/Component/RequestBuilder/Spellcheck.php b/src/Component/RequestBuilder/Spellcheck.php similarity index 100% rename from library/Component/RequestBuilder/Spellcheck.php rename to src/Component/RequestBuilder/Spellcheck.php diff --git a/library/Component/RequestBuilder/Stats.php b/src/Component/RequestBuilder/Stats.php similarity index 100% rename from library/Component/RequestBuilder/Stats.php rename to src/Component/RequestBuilder/Stats.php diff --git a/library/Component/RequestBuilder/Suggester.php b/src/Component/RequestBuilder/Suggester.php similarity index 100% rename from library/Component/RequestBuilder/Suggester.php rename to src/Component/RequestBuilder/Suggester.php diff --git a/library/Component/RequestBuilder/Terms.php b/src/Component/RequestBuilder/Terms.php similarity index 100% rename from library/Component/RequestBuilder/Terms.php rename to src/Component/RequestBuilder/Terms.php diff --git a/library/Component/ResponseParser/ComponentParserInterface.php b/src/Component/ResponseParser/ComponentParserInterface.php similarity index 100% rename from library/Component/ResponseParser/ComponentParserInterface.php rename to src/Component/ResponseParser/ComponentParserInterface.php diff --git a/library/Component/ResponseParser/Debug.php b/src/Component/ResponseParser/Debug.php similarity index 100% rename from library/Component/ResponseParser/Debug.php rename to src/Component/ResponseParser/Debug.php diff --git a/library/Component/ResponseParser/FacetSet.php b/src/Component/ResponseParser/FacetSet.php similarity index 100% rename from library/Component/ResponseParser/FacetSet.php rename to src/Component/ResponseParser/FacetSet.php diff --git a/library/Component/ResponseParser/Grouping.php b/src/Component/ResponseParser/Grouping.php similarity index 100% rename from library/Component/ResponseParser/Grouping.php rename to src/Component/ResponseParser/Grouping.php diff --git a/library/Component/ResponseParser/Highlighting.php b/src/Component/ResponseParser/Highlighting.php similarity index 100% rename from library/Component/ResponseParser/Highlighting.php rename to src/Component/ResponseParser/Highlighting.php diff --git a/library/Component/ResponseParser/MoreLikeThis.php b/src/Component/ResponseParser/MoreLikeThis.php similarity index 100% rename from library/Component/ResponseParser/MoreLikeThis.php rename to src/Component/ResponseParser/MoreLikeThis.php diff --git a/library/Component/ResponseParser/Spellcheck.php b/src/Component/ResponseParser/Spellcheck.php similarity index 100% rename from library/Component/ResponseParser/Spellcheck.php rename to src/Component/ResponseParser/Spellcheck.php diff --git a/library/Component/ResponseParser/Stats.php b/src/Component/ResponseParser/Stats.php similarity index 100% rename from library/Component/ResponseParser/Stats.php rename to src/Component/ResponseParser/Stats.php diff --git a/library/Component/ResponseParser/Suggester.php b/src/Component/ResponseParser/Suggester.php similarity index 100% rename from library/Component/ResponseParser/Suggester.php rename to src/Component/ResponseParser/Suggester.php diff --git a/library/Component/ResponseParser/Terms.php b/src/Component/ResponseParser/Terms.php similarity index 100% rename from library/Component/ResponseParser/Terms.php rename to src/Component/ResponseParser/Terms.php diff --git a/library/Component/Result/Debug/Detail.php b/src/Component/Result/Debug/Detail.php similarity index 100% rename from library/Component/Result/Debug/Detail.php rename to src/Component/Result/Debug/Detail.php diff --git a/library/Component/Result/Debug/Document.php b/src/Component/Result/Debug/Document.php similarity index 100% rename from library/Component/Result/Debug/Document.php rename to src/Component/Result/Debug/Document.php diff --git a/library/Component/Result/Debug/DocumentSet.php b/src/Component/Result/Debug/DocumentSet.php similarity index 100% rename from library/Component/Result/Debug/DocumentSet.php rename to src/Component/Result/Debug/DocumentSet.php diff --git a/library/Component/Result/Debug/Result.php b/src/Component/Result/Debug/Result.php similarity index 100% rename from library/Component/Result/Debug/Result.php rename to src/Component/Result/Debug/Result.php diff --git a/library/Component/Result/Debug/Timing.php b/src/Component/Result/Debug/Timing.php similarity index 100% rename from library/Component/Result/Debug/Timing.php rename to src/Component/Result/Debug/Timing.php diff --git a/library/Component/Result/Debug/TimingPhase.php b/src/Component/Result/Debug/TimingPhase.php similarity index 100% rename from library/Component/Result/Debug/TimingPhase.php rename to src/Component/Result/Debug/TimingPhase.php diff --git a/library/Component/Result/Facet/Field.php b/src/Component/Result/Facet/Field.php similarity index 100% rename from library/Component/Result/Facet/Field.php rename to src/Component/Result/Facet/Field.php diff --git a/library/Component/Result/Facet/Interval.php b/src/Component/Result/Facet/Interval.php similarity index 100% rename from library/Component/Result/Facet/Interval.php rename to src/Component/Result/Facet/Interval.php diff --git a/library/Component/Result/Facet/MultiQuery.php b/src/Component/Result/Facet/MultiQuery.php similarity index 100% rename from library/Component/Result/Facet/MultiQuery.php rename to src/Component/Result/Facet/MultiQuery.php diff --git a/library/Component/Result/Facet/Pivot/Pivot.php b/src/Component/Result/Facet/Pivot/Pivot.php similarity index 100% rename from library/Component/Result/Facet/Pivot/Pivot.php rename to src/Component/Result/Facet/Pivot/Pivot.php diff --git a/library/Component/Result/Facet/Pivot/PivotItem.php b/src/Component/Result/Facet/Pivot/PivotItem.php similarity index 100% rename from library/Component/Result/Facet/Pivot/PivotItem.php rename to src/Component/Result/Facet/Pivot/PivotItem.php diff --git a/library/Component/Result/Facet/Query.php b/src/Component/Result/Facet/Query.php similarity index 100% rename from library/Component/Result/Facet/Query.php rename to src/Component/Result/Facet/Query.php diff --git a/library/Component/Result/Facet/Range.php b/src/Component/Result/Facet/Range.php similarity index 100% rename from library/Component/Result/Facet/Range.php rename to src/Component/Result/Facet/Range.php diff --git a/library/Component/Result/FacetSet.php b/src/Component/Result/FacetSet.php similarity index 100% rename from library/Component/Result/FacetSet.php rename to src/Component/Result/FacetSet.php diff --git a/library/Component/Result/Grouping/FieldGroup.php b/src/Component/Result/Grouping/FieldGroup.php similarity index 100% rename from library/Component/Result/Grouping/FieldGroup.php rename to src/Component/Result/Grouping/FieldGroup.php diff --git a/library/Component/Result/Grouping/QueryGroup.php b/src/Component/Result/Grouping/QueryGroup.php similarity index 100% rename from library/Component/Result/Grouping/QueryGroup.php rename to src/Component/Result/Grouping/QueryGroup.php diff --git a/library/Component/Result/Grouping/Result.php b/src/Component/Result/Grouping/Result.php similarity index 100% rename from library/Component/Result/Grouping/Result.php rename to src/Component/Result/Grouping/Result.php diff --git a/library/Component/Result/Grouping/ValueGroup.php b/src/Component/Result/Grouping/ValueGroup.php similarity index 100% rename from library/Component/Result/Grouping/ValueGroup.php rename to src/Component/Result/Grouping/ValueGroup.php diff --git a/library/Component/Result/Highlighting/Highlighting.php b/src/Component/Result/Highlighting/Highlighting.php similarity index 100% rename from library/Component/Result/Highlighting/Highlighting.php rename to src/Component/Result/Highlighting/Highlighting.php diff --git a/library/Component/Result/Highlighting/Result.php b/src/Component/Result/Highlighting/Result.php similarity index 100% rename from library/Component/Result/Highlighting/Result.php rename to src/Component/Result/Highlighting/Result.php diff --git a/library/Component/Result/MoreLikeThis/MoreLikeThis.php b/src/Component/Result/MoreLikeThis/MoreLikeThis.php similarity index 100% rename from library/Component/Result/MoreLikeThis/MoreLikeThis.php rename to src/Component/Result/MoreLikeThis/MoreLikeThis.php diff --git a/library/Component/Result/MoreLikeThis/Result.php b/src/Component/Result/MoreLikeThis/Result.php similarity index 100% rename from library/Component/Result/MoreLikeThis/Result.php rename to src/Component/Result/MoreLikeThis/Result.php diff --git a/library/Component/Result/Spellcheck/Collation.php b/src/Component/Result/Spellcheck/Collation.php similarity index 100% rename from library/Component/Result/Spellcheck/Collation.php rename to src/Component/Result/Spellcheck/Collation.php diff --git a/library/Component/Result/Spellcheck/Result.php b/src/Component/Result/Spellcheck/Result.php similarity index 100% rename from library/Component/Result/Spellcheck/Result.php rename to src/Component/Result/Spellcheck/Result.php diff --git a/library/Component/Result/Spellcheck/Suggestion.php b/src/Component/Result/Spellcheck/Suggestion.php similarity index 100% rename from library/Component/Result/Spellcheck/Suggestion.php rename to src/Component/Result/Spellcheck/Suggestion.php diff --git a/library/Component/Result/Stats/FacetValue.php b/src/Component/Result/Stats/FacetValue.php similarity index 100% rename from library/Component/Result/Stats/FacetValue.php rename to src/Component/Result/Stats/FacetValue.php diff --git a/library/Component/Result/Stats/Result.php b/src/Component/Result/Stats/Result.php similarity index 100% rename from library/Component/Result/Stats/Result.php rename to src/Component/Result/Stats/Result.php diff --git a/library/Component/Result/Stats/Stats.php b/src/Component/Result/Stats/Stats.php similarity index 100% rename from library/Component/Result/Stats/Stats.php rename to src/Component/Result/Stats/Stats.php diff --git a/library/Component/Result/Suggester/Result.php b/src/Component/Result/Suggester/Result.php similarity index 100% rename from library/Component/Result/Suggester/Result.php rename to src/Component/Result/Suggester/Result.php diff --git a/library/Component/Result/Terms/Field.php b/src/Component/Result/Terms/Field.php similarity index 100% rename from library/Component/Result/Terms/Field.php rename to src/Component/Result/Terms/Field.php diff --git a/library/Component/Result/Terms/Result.php b/src/Component/Result/Terms/Result.php similarity index 100% rename from library/Component/Result/Terms/Result.php rename to src/Component/Result/Terms/Result.php diff --git a/library/Component/Spatial.php b/src/Component/Spatial.php similarity index 100% rename from library/Component/Spatial.php rename to src/Component/Spatial.php diff --git a/library/Component/Spellcheck.php b/src/Component/Spellcheck.php similarity index 100% rename from library/Component/Spellcheck.php rename to src/Component/Spellcheck.php diff --git a/library/Component/SpellcheckInterface.php b/src/Component/SpellcheckInterface.php similarity index 100% rename from library/Component/SpellcheckInterface.php rename to src/Component/SpellcheckInterface.php diff --git a/library/Component/Stats/Field.php b/src/Component/Stats/Field.php similarity index 100% rename from library/Component/Stats/Field.php rename to src/Component/Stats/Field.php diff --git a/library/Component/Stats/Stats.php b/src/Component/Stats/Stats.php similarity index 100% rename from library/Component/Stats/Stats.php rename to src/Component/Stats/Stats.php diff --git a/library/Component/Suggester.php b/src/Component/Suggester.php similarity index 100% rename from library/Component/Suggester.php rename to src/Component/Suggester.php diff --git a/library/Component/SuggesterInterface.php b/src/Component/SuggesterInterface.php similarity index 100% rename from library/Component/SuggesterInterface.php rename to src/Component/SuggesterInterface.php diff --git a/library/Component/Terms.php b/src/Component/Terms.php similarity index 100% rename from library/Component/Terms.php rename to src/Component/Terms.php diff --git a/library/Component/TermsInterface.php b/src/Component/TermsInterface.php similarity index 100% rename from library/Component/TermsInterface.php rename to src/Component/TermsInterface.php diff --git a/library/Core/Client/Adapter/AdapterInterface.php b/src/Core/Client/Adapter/AdapterInterface.php similarity index 100% rename from library/Core/Client/Adapter/AdapterInterface.php rename to src/Core/Client/Adapter/AdapterInterface.php diff --git a/library/Core/Client/Adapter/Curl.php b/src/Core/Client/Adapter/Curl.php similarity index 100% rename from library/Core/Client/Adapter/Curl.php rename to src/Core/Client/Adapter/Curl.php diff --git a/library/Core/Client/Adapter/Guzzle.php b/src/Core/Client/Adapter/Guzzle.php similarity index 100% rename from library/Core/Client/Adapter/Guzzle.php rename to src/Core/Client/Adapter/Guzzle.php diff --git a/library/Core/Client/Adapter/Guzzle3.php b/src/Core/Client/Adapter/Guzzle3.php similarity index 100% rename from library/Core/Client/Adapter/Guzzle3.php rename to src/Core/Client/Adapter/Guzzle3.php diff --git a/library/Core/Client/Adapter/Http.php b/src/Core/Client/Adapter/Http.php similarity index 100% rename from library/Core/Client/Adapter/Http.php rename to src/Core/Client/Adapter/Http.php diff --git a/library/Core/Client/Adapter/PeclHttp.php b/src/Core/Client/Adapter/PeclHttp.php similarity index 100% rename from library/Core/Client/Adapter/PeclHttp.php rename to src/Core/Client/Adapter/PeclHttp.php diff --git a/library/Core/Client/Adapter/Zend2Http.php b/src/Core/Client/Adapter/Zend2Http.php similarity index 100% rename from library/Core/Client/Adapter/Zend2Http.php rename to src/Core/Client/Adapter/Zend2Http.php diff --git a/library/Core/Client/Adapter/ZendHttp.php b/src/Core/Client/Adapter/ZendHttp.php similarity index 100% rename from library/Core/Client/Adapter/ZendHttp.php rename to src/Core/Client/Adapter/ZendHttp.php diff --git a/library/Core/Client/Client.php b/src/Core/Client/Client.php similarity index 100% rename from library/Core/Client/Client.php rename to src/Core/Client/Client.php diff --git a/library/Core/Client/ClientInterface.php b/src/Core/Client/ClientInterface.php similarity index 100% rename from library/Core/Client/ClientInterface.php rename to src/Core/Client/ClientInterface.php diff --git a/library/Core/Client/Endpoint.php b/src/Core/Client/Endpoint.php similarity index 100% rename from library/Core/Client/Endpoint.php rename to src/Core/Client/Endpoint.php diff --git a/library/Core/Client/Request.php b/src/Core/Client/Request.php similarity index 100% rename from library/Core/Client/Request.php rename to src/Core/Client/Request.php diff --git a/library/Core/Client/Response.php b/src/Core/Client/Response.php similarity index 100% rename from library/Core/Client/Response.php rename to src/Core/Client/Response.php diff --git a/library/Core/Configurable.php b/src/Core/Configurable.php similarity index 100% rename from library/Core/Configurable.php rename to src/Core/Configurable.php diff --git a/library/Core/ConfigurableInterface.php b/src/Core/ConfigurableInterface.php similarity index 100% rename from library/Core/ConfigurableInterface.php rename to src/Core/ConfigurableInterface.php diff --git a/library/Core/Event/Events.php b/src/Core/Event/Events.php similarity index 100% rename from library/Core/Event/Events.php rename to src/Core/Event/Events.php diff --git a/library/Core/Event/PostCreateQuery.php b/src/Core/Event/PostCreateQuery.php similarity index 100% rename from library/Core/Event/PostCreateQuery.php rename to src/Core/Event/PostCreateQuery.php diff --git a/library/Core/Event/PostCreateRequest.php b/src/Core/Event/PostCreateRequest.php similarity index 100% rename from library/Core/Event/PostCreateRequest.php rename to src/Core/Event/PostCreateRequest.php diff --git a/library/Core/Event/PostCreateResult.php b/src/Core/Event/PostCreateResult.php similarity index 100% rename from library/Core/Event/PostCreateResult.php rename to src/Core/Event/PostCreateResult.php diff --git a/library/Core/Event/PostExecute.php b/src/Core/Event/PostExecute.php similarity index 100% rename from library/Core/Event/PostExecute.php rename to src/Core/Event/PostExecute.php diff --git a/library/Core/Event/PostExecuteRequest.php b/src/Core/Event/PostExecuteRequest.php similarity index 100% rename from library/Core/Event/PostExecuteRequest.php rename to src/Core/Event/PostExecuteRequest.php diff --git a/library/Core/Event/PreCreateQuery.php b/src/Core/Event/PreCreateQuery.php similarity index 100% rename from library/Core/Event/PreCreateQuery.php rename to src/Core/Event/PreCreateQuery.php diff --git a/library/Core/Event/PreCreateRequest.php b/src/Core/Event/PreCreateRequest.php similarity index 100% rename from library/Core/Event/PreCreateRequest.php rename to src/Core/Event/PreCreateRequest.php diff --git a/library/Core/Event/PreCreateResult.php b/src/Core/Event/PreCreateResult.php similarity index 100% rename from library/Core/Event/PreCreateResult.php rename to src/Core/Event/PreCreateResult.php diff --git a/library/Core/Event/PreExecute.php b/src/Core/Event/PreExecute.php similarity index 100% rename from library/Core/Event/PreExecute.php rename to src/Core/Event/PreExecute.php diff --git a/library/Core/Event/PreExecuteRequest.php b/src/Core/Event/PreExecuteRequest.php similarity index 100% rename from library/Core/Event/PreExecuteRequest.php rename to src/Core/Event/PreExecuteRequest.php diff --git a/library/Core/Plugin/AbstractPlugin.php b/src/Core/Plugin/AbstractPlugin.php similarity index 100% rename from library/Core/Plugin/AbstractPlugin.php rename to src/Core/Plugin/AbstractPlugin.php diff --git a/library/Core/Plugin/Plugin.php b/src/Core/Plugin/Plugin.php similarity index 100% rename from library/Core/Plugin/Plugin.php rename to src/Core/Plugin/Plugin.php diff --git a/library/Core/Plugin/PluginInterface.php b/src/Core/Plugin/PluginInterface.php similarity index 100% rename from library/Core/Plugin/PluginInterface.php rename to src/Core/Plugin/PluginInterface.php diff --git a/library/Core/Query/AbstractQuery.php b/src/Core/Query/AbstractQuery.php similarity index 100% rename from library/Core/Query/AbstractQuery.php rename to src/Core/Query/AbstractQuery.php diff --git a/library/Core/Query/AbstractRequestBuilder.php b/src/Core/Query/AbstractRequestBuilder.php similarity index 100% rename from library/Core/Query/AbstractRequestBuilder.php rename to src/Core/Query/AbstractRequestBuilder.php diff --git a/library/Core/Query/AbstractResponseParser.php b/src/Core/Query/AbstractResponseParser.php similarity index 100% rename from library/Core/Query/AbstractResponseParser.php rename to src/Core/Query/AbstractResponseParser.php diff --git a/library/Core/Query/Helper.php b/src/Core/Query/Helper.php similarity index 100% rename from library/Core/Query/Helper.php rename to src/Core/Query/Helper.php diff --git a/library/Core/Query/Query.php b/src/Core/Query/Query.php similarity index 100% rename from library/Core/Query/Query.php rename to src/Core/Query/Query.php diff --git a/library/Core/Query/QueryInterface.php b/src/Core/Query/QueryInterface.php similarity index 100% rename from library/Core/Query/QueryInterface.php rename to src/Core/Query/QueryInterface.php diff --git a/library/Core/Query/RequestBuilder.php b/src/Core/Query/RequestBuilder.php similarity index 100% rename from library/Core/Query/RequestBuilder.php rename to src/Core/Query/RequestBuilder.php diff --git a/library/Core/Query/RequestBuilderInterface.php b/src/Core/Query/RequestBuilderInterface.php similarity index 100% rename from library/Core/Query/RequestBuilderInterface.php rename to src/Core/Query/RequestBuilderInterface.php diff --git a/library/Core/Query/ResponseParser.php b/src/Core/Query/ResponseParser.php similarity index 100% rename from library/Core/Query/ResponseParser.php rename to src/Core/Query/ResponseParser.php diff --git a/library/Core/Query/ResponseParserInterface.php b/src/Core/Query/ResponseParserInterface.php similarity index 100% rename from library/Core/Query/ResponseParserInterface.php rename to src/Core/Query/ResponseParserInterface.php diff --git a/library/Core/Query/Result/QueryType.php b/src/Core/Query/Result/QueryType.php similarity index 100% rename from library/Core/Query/Result/QueryType.php rename to src/Core/Query/Result/QueryType.php diff --git a/library/Core/Query/Result/Result.php b/src/Core/Query/Result/Result.php similarity index 100% rename from library/Core/Query/Result/Result.php rename to src/Core/Query/Result/Result.php diff --git a/library/Core/Query/Result/ResultInterface.php b/src/Core/Query/Result/ResultInterface.php similarity index 100% rename from library/Core/Query/Result/ResultInterface.php rename to src/Core/Query/Result/ResultInterface.php diff --git a/library/Exception/ExceptionInterface.php b/src/Exception/ExceptionInterface.php similarity index 100% rename from library/Exception/ExceptionInterface.php rename to src/Exception/ExceptionInterface.php diff --git a/library/Exception/HttpException.php b/src/Exception/HttpException.php similarity index 100% rename from library/Exception/HttpException.php rename to src/Exception/HttpException.php diff --git a/library/Exception/InvalidArgumentException.php b/src/Exception/InvalidArgumentException.php similarity index 100% rename from library/Exception/InvalidArgumentException.php rename to src/Exception/InvalidArgumentException.php diff --git a/library/Exception/OutOfBoundsException.php b/src/Exception/OutOfBoundsException.php similarity index 100% rename from library/Exception/OutOfBoundsException.php rename to src/Exception/OutOfBoundsException.php diff --git a/library/Exception/RuntimeException.php b/src/Exception/RuntimeException.php similarity index 100% rename from library/Exception/RuntimeException.php rename to src/Exception/RuntimeException.php diff --git a/library/Exception/UnexpectedValueException.php b/src/Exception/UnexpectedValueException.php similarity index 100% rename from library/Exception/UnexpectedValueException.php rename to src/Exception/UnexpectedValueException.php diff --git a/library/Plugin/BufferedAdd/BufferedAdd.php b/src/Plugin/BufferedAdd/BufferedAdd.php similarity index 100% rename from library/Plugin/BufferedAdd/BufferedAdd.php rename to src/Plugin/BufferedAdd/BufferedAdd.php diff --git a/library/Plugin/BufferedAdd/Event/AddDocument.php b/src/Plugin/BufferedAdd/Event/AddDocument.php similarity index 100% rename from library/Plugin/BufferedAdd/Event/AddDocument.php rename to src/Plugin/BufferedAdd/Event/AddDocument.php diff --git a/library/Plugin/BufferedAdd/Event/Events.php b/src/Plugin/BufferedAdd/Event/Events.php similarity index 100% rename from library/Plugin/BufferedAdd/Event/Events.php rename to src/Plugin/BufferedAdd/Event/Events.php diff --git a/library/Plugin/BufferedAdd/Event/PostCommit.php b/src/Plugin/BufferedAdd/Event/PostCommit.php similarity index 100% rename from library/Plugin/BufferedAdd/Event/PostCommit.php rename to src/Plugin/BufferedAdd/Event/PostCommit.php diff --git a/library/Plugin/BufferedAdd/Event/PostFlush.php b/src/Plugin/BufferedAdd/Event/PostFlush.php similarity index 100% rename from library/Plugin/BufferedAdd/Event/PostFlush.php rename to src/Plugin/BufferedAdd/Event/PostFlush.php diff --git a/library/Plugin/BufferedAdd/Event/PreCommit.php b/src/Plugin/BufferedAdd/Event/PreCommit.php similarity index 100% rename from library/Plugin/BufferedAdd/Event/PreCommit.php rename to src/Plugin/BufferedAdd/Event/PreCommit.php diff --git a/library/Plugin/BufferedAdd/Event/PreFlush.php b/src/Plugin/BufferedAdd/Event/PreFlush.php similarity index 100% rename from library/Plugin/BufferedAdd/Event/PreFlush.php rename to src/Plugin/BufferedAdd/Event/PreFlush.php diff --git a/library/Plugin/CustomizeRequest/Customization.php b/src/Plugin/CustomizeRequest/Customization.php similarity index 100% rename from library/Plugin/CustomizeRequest/Customization.php rename to src/Plugin/CustomizeRequest/Customization.php diff --git a/library/Plugin/CustomizeRequest/CustomizeRequest.php b/src/Plugin/CustomizeRequest/CustomizeRequest.php similarity index 100% rename from library/Plugin/CustomizeRequest/CustomizeRequest.php rename to src/Plugin/CustomizeRequest/CustomizeRequest.php diff --git a/library/Plugin/Loadbalancer/Event/EndpointFailure.php b/src/Plugin/Loadbalancer/Event/EndpointFailure.php similarity index 100% rename from library/Plugin/Loadbalancer/Event/EndpointFailure.php rename to src/Plugin/Loadbalancer/Event/EndpointFailure.php diff --git a/library/Plugin/Loadbalancer/Event/Events.php b/src/Plugin/Loadbalancer/Event/Events.php similarity index 100% rename from library/Plugin/Loadbalancer/Event/Events.php rename to src/Plugin/Loadbalancer/Event/Events.php diff --git a/library/Plugin/Loadbalancer/Loadbalancer.php b/src/Plugin/Loadbalancer/Loadbalancer.php similarity index 100% rename from library/Plugin/Loadbalancer/Loadbalancer.php rename to src/Plugin/Loadbalancer/Loadbalancer.php diff --git a/library/Plugin/Loadbalancer/WeightedRandomChoice.php b/src/Plugin/Loadbalancer/WeightedRandomChoice.php similarity index 100% rename from library/Plugin/Loadbalancer/WeightedRandomChoice.php rename to src/Plugin/Loadbalancer/WeightedRandomChoice.php diff --git a/library/Plugin/MinimumScoreFilter/Document.php b/src/Plugin/MinimumScoreFilter/Document.php similarity index 100% rename from library/Plugin/MinimumScoreFilter/Document.php rename to src/Plugin/MinimumScoreFilter/Document.php diff --git a/library/Plugin/MinimumScoreFilter/Filter.php b/src/Plugin/MinimumScoreFilter/Filter.php similarity index 100% rename from library/Plugin/MinimumScoreFilter/Filter.php rename to src/Plugin/MinimumScoreFilter/Filter.php diff --git a/library/Plugin/MinimumScoreFilter/MinimumScoreFilter.php b/src/Plugin/MinimumScoreFilter/MinimumScoreFilter.php similarity index 100% rename from library/Plugin/MinimumScoreFilter/MinimumScoreFilter.php rename to src/Plugin/MinimumScoreFilter/MinimumScoreFilter.php diff --git a/library/Plugin/MinimumScoreFilter/Query.php b/src/Plugin/MinimumScoreFilter/Query.php similarity index 100% rename from library/Plugin/MinimumScoreFilter/Query.php rename to src/Plugin/MinimumScoreFilter/Query.php diff --git a/library/Plugin/MinimumScoreFilter/QueryGroupResult.php b/src/Plugin/MinimumScoreFilter/QueryGroupResult.php similarity index 100% rename from library/Plugin/MinimumScoreFilter/QueryGroupResult.php rename to src/Plugin/MinimumScoreFilter/QueryGroupResult.php diff --git a/library/Plugin/MinimumScoreFilter/Result.php b/src/Plugin/MinimumScoreFilter/Result.php similarity index 100% rename from library/Plugin/MinimumScoreFilter/Result.php rename to src/Plugin/MinimumScoreFilter/Result.php diff --git a/library/Plugin/MinimumScoreFilter/ValueGroupResult.php b/src/Plugin/MinimumScoreFilter/ValueGroupResult.php similarity index 100% rename from library/Plugin/MinimumScoreFilter/ValueGroupResult.php rename to src/Plugin/MinimumScoreFilter/ValueGroupResult.php diff --git a/library/Plugin/ParallelExecution/Event/Events.php b/src/Plugin/ParallelExecution/Event/Events.php similarity index 100% rename from library/Plugin/ParallelExecution/Event/Events.php rename to src/Plugin/ParallelExecution/Event/Events.php diff --git a/library/Plugin/ParallelExecution/Event/ExecuteEnd.php b/src/Plugin/ParallelExecution/Event/ExecuteEnd.php similarity index 100% rename from library/Plugin/ParallelExecution/Event/ExecuteEnd.php rename to src/Plugin/ParallelExecution/Event/ExecuteEnd.php diff --git a/library/Plugin/ParallelExecution/Event/ExecuteStart.php b/src/Plugin/ParallelExecution/Event/ExecuteStart.php similarity index 100% rename from library/Plugin/ParallelExecution/Event/ExecuteStart.php rename to src/Plugin/ParallelExecution/Event/ExecuteStart.php diff --git a/library/Plugin/ParallelExecution/ParallelExecution.php b/src/Plugin/ParallelExecution/ParallelExecution.php similarity index 100% rename from library/Plugin/ParallelExecution/ParallelExecution.php rename to src/Plugin/ParallelExecution/ParallelExecution.php diff --git a/library/Plugin/PostBigRequest.php b/src/Plugin/PostBigRequest.php similarity index 100% rename from library/Plugin/PostBigRequest.php rename to src/Plugin/PostBigRequest.php diff --git a/library/Plugin/PrefetchIterator.php b/src/Plugin/PrefetchIterator.php similarity index 100% rename from library/Plugin/PrefetchIterator.php rename to src/Plugin/PrefetchIterator.php diff --git a/library/QueryType/Analysis/Query/AbstractQuery.php b/src/QueryType/Analysis/Query/AbstractQuery.php similarity index 100% rename from library/QueryType/Analysis/Query/AbstractQuery.php rename to src/QueryType/Analysis/Query/AbstractQuery.php diff --git a/library/QueryType/Analysis/Query/Document.php b/src/QueryType/Analysis/Query/Document.php similarity index 100% rename from library/QueryType/Analysis/Query/Document.php rename to src/QueryType/Analysis/Query/Document.php diff --git a/library/QueryType/Analysis/Query/Field.php b/src/QueryType/Analysis/Query/Field.php similarity index 100% rename from library/QueryType/Analysis/Query/Field.php rename to src/QueryType/Analysis/Query/Field.php diff --git a/library/QueryType/Analysis/Query/Query.php b/src/QueryType/Analysis/Query/Query.php similarity index 100% rename from library/QueryType/Analysis/Query/Query.php rename to src/QueryType/Analysis/Query/Query.php diff --git a/library/QueryType/Analysis/RequestBuilder/Document.php b/src/QueryType/Analysis/RequestBuilder/Document.php similarity index 100% rename from library/QueryType/Analysis/RequestBuilder/Document.php rename to src/QueryType/Analysis/RequestBuilder/Document.php diff --git a/library/QueryType/Analysis/RequestBuilder/Field.php b/src/QueryType/Analysis/RequestBuilder/Field.php similarity index 100% rename from library/QueryType/Analysis/RequestBuilder/Field.php rename to src/QueryType/Analysis/RequestBuilder/Field.php diff --git a/library/QueryType/Analysis/RequestBuilder/RequestBuilder.php b/src/QueryType/Analysis/RequestBuilder/RequestBuilder.php similarity index 100% rename from library/QueryType/Analysis/RequestBuilder/RequestBuilder.php rename to src/QueryType/Analysis/RequestBuilder/RequestBuilder.php diff --git a/library/QueryType/Analysis/ResponseParser/Document.php b/src/QueryType/Analysis/ResponseParser/Document.php similarity index 100% rename from library/QueryType/Analysis/ResponseParser/Document.php rename to src/QueryType/Analysis/ResponseParser/Document.php diff --git a/library/QueryType/Analysis/ResponseParser/Field.php b/src/QueryType/Analysis/ResponseParser/Field.php similarity index 100% rename from library/QueryType/Analysis/ResponseParser/Field.php rename to src/QueryType/Analysis/ResponseParser/Field.php diff --git a/library/QueryType/Analysis/Result/Document.php b/src/QueryType/Analysis/Result/Document.php similarity index 100% rename from library/QueryType/Analysis/Result/Document.php rename to src/QueryType/Analysis/Result/Document.php diff --git a/library/QueryType/Analysis/Result/Field.php b/src/QueryType/Analysis/Result/Field.php similarity index 100% rename from library/QueryType/Analysis/Result/Field.php rename to src/QueryType/Analysis/Result/Field.php diff --git a/library/QueryType/Analysis/Result/Item.php b/src/QueryType/Analysis/Result/Item.php similarity index 100% rename from library/QueryType/Analysis/Result/Item.php rename to src/QueryType/Analysis/Result/Item.php diff --git a/library/QueryType/Analysis/Result/ResultList.php b/src/QueryType/Analysis/Result/ResultList.php similarity index 100% rename from library/QueryType/Analysis/Result/ResultList.php rename to src/QueryType/Analysis/Result/ResultList.php diff --git a/library/QueryType/Analysis/Result/Types.php b/src/QueryType/Analysis/Result/Types.php similarity index 100% rename from library/QueryType/Analysis/Result/Types.php rename to src/QueryType/Analysis/Result/Types.php diff --git a/library/QueryType/Extract/Query.php b/src/QueryType/Extract/Query.php similarity index 100% rename from library/QueryType/Extract/Query.php rename to src/QueryType/Extract/Query.php diff --git a/library/QueryType/Extract/RequestBuilder.php b/src/QueryType/Extract/RequestBuilder.php similarity index 100% rename from library/QueryType/Extract/RequestBuilder.php rename to src/QueryType/Extract/RequestBuilder.php diff --git a/library/QueryType/Extract/Result.php b/src/QueryType/Extract/Result.php similarity index 100% rename from library/QueryType/Extract/Result.php rename to src/QueryType/Extract/Result.php diff --git a/library/QueryType/MoreLikeThis/Query.php b/src/QueryType/MoreLikeThis/Query.php similarity index 100% rename from library/QueryType/MoreLikeThis/Query.php rename to src/QueryType/MoreLikeThis/Query.php diff --git a/library/QueryType/MoreLikeThis/RequestBuilder.php b/src/QueryType/MoreLikeThis/RequestBuilder.php similarity index 100% rename from library/QueryType/MoreLikeThis/RequestBuilder.php rename to src/QueryType/MoreLikeThis/RequestBuilder.php diff --git a/library/QueryType/MoreLikeThis/ResponseParser.php b/src/QueryType/MoreLikeThis/ResponseParser.php similarity index 100% rename from library/QueryType/MoreLikeThis/ResponseParser.php rename to src/QueryType/MoreLikeThis/ResponseParser.php diff --git a/library/QueryType/MoreLikeThis/Result.php b/src/QueryType/MoreLikeThis/Result.php similarity index 100% rename from library/QueryType/MoreLikeThis/Result.php rename to src/QueryType/MoreLikeThis/Result.php diff --git a/library/QueryType/Ping/Query.php b/src/QueryType/Ping/Query.php similarity index 100% rename from library/QueryType/Ping/Query.php rename to src/QueryType/Ping/Query.php diff --git a/library/QueryType/Ping/RequestBuilder.php b/src/QueryType/Ping/RequestBuilder.php similarity index 100% rename from library/QueryType/Ping/RequestBuilder.php rename to src/QueryType/Ping/RequestBuilder.php diff --git a/library/QueryType/Ping/Result.php b/src/QueryType/Ping/Result.php similarity index 100% rename from library/QueryType/Ping/Result.php rename to src/QueryType/Ping/Result.php diff --git a/library/QueryType/RealtimeGet/Query.php b/src/QueryType/RealtimeGet/Query.php similarity index 100% rename from library/QueryType/RealtimeGet/Query.php rename to src/QueryType/RealtimeGet/Query.php diff --git a/library/QueryType/RealtimeGet/RequestBuilder.php b/src/QueryType/RealtimeGet/RequestBuilder.php similarity index 100% rename from library/QueryType/RealtimeGet/RequestBuilder.php rename to src/QueryType/RealtimeGet/RequestBuilder.php diff --git a/library/QueryType/RealtimeGet/Result.php b/src/QueryType/RealtimeGet/Result.php similarity index 100% rename from library/QueryType/RealtimeGet/Result.php rename to src/QueryType/RealtimeGet/Result.php diff --git a/library/QueryType/Select/Query/FilterQuery.php b/src/QueryType/Select/Query/FilterQuery.php similarity index 100% rename from library/QueryType/Select/Query/FilterQuery.php rename to src/QueryType/Select/Query/FilterQuery.php diff --git a/library/QueryType/Select/Query/Query.php b/src/QueryType/Select/Query/Query.php similarity index 100% rename from library/QueryType/Select/Query/Query.php rename to src/QueryType/Select/Query/Query.php diff --git a/library/QueryType/Select/RequestBuilder.php b/src/QueryType/Select/RequestBuilder.php similarity index 100% rename from library/QueryType/Select/RequestBuilder.php rename to src/QueryType/Select/RequestBuilder.php diff --git a/library/QueryType/Select/ResponseParser.php b/src/QueryType/Select/ResponseParser.php similarity index 100% rename from library/QueryType/Select/ResponseParser.php rename to src/QueryType/Select/ResponseParser.php diff --git a/library/QueryType/Select/Result/AbstractDocument.php b/src/QueryType/Select/Result/AbstractDocument.php similarity index 100% rename from library/QueryType/Select/Result/AbstractDocument.php rename to src/QueryType/Select/Result/AbstractDocument.php diff --git a/library/QueryType/Select/Result/Document.php b/src/QueryType/Select/Result/Document.php similarity index 100% rename from library/QueryType/Select/Result/Document.php rename to src/QueryType/Select/Result/Document.php diff --git a/library/QueryType/Select/Result/DocumentInterface.php b/src/QueryType/Select/Result/DocumentInterface.php similarity index 100% rename from library/QueryType/Select/Result/DocumentInterface.php rename to src/QueryType/Select/Result/DocumentInterface.php diff --git a/library/QueryType/Select/Result/Result.php b/src/QueryType/Select/Result/Result.php similarity index 100% rename from library/QueryType/Select/Result/Result.php rename to src/QueryType/Select/Result/Result.php diff --git a/library/QueryType/Spellcheck/Query.php b/src/QueryType/Spellcheck/Query.php similarity index 100% rename from library/QueryType/Spellcheck/Query.php rename to src/QueryType/Spellcheck/Query.php diff --git a/library/QueryType/Spellcheck/RequestBuilder.php b/src/QueryType/Spellcheck/RequestBuilder.php similarity index 100% rename from library/QueryType/Spellcheck/RequestBuilder.php rename to src/QueryType/Spellcheck/RequestBuilder.php diff --git a/library/QueryType/Spellcheck/ResponseParser.php b/src/QueryType/Spellcheck/ResponseParser.php similarity index 100% rename from library/QueryType/Spellcheck/ResponseParser.php rename to src/QueryType/Spellcheck/ResponseParser.php diff --git a/library/QueryType/Spellcheck/Result/Result.php b/src/QueryType/Spellcheck/Result/Result.php similarity index 100% rename from library/QueryType/Spellcheck/Result/Result.php rename to src/QueryType/Spellcheck/Result/Result.php diff --git a/library/QueryType/Spellcheck/Result/Term.php b/src/QueryType/Spellcheck/Result/Term.php similarity index 100% rename from library/QueryType/Spellcheck/Result/Term.php rename to src/QueryType/Spellcheck/Result/Term.php diff --git a/library/QueryType/Suggester/Query.php b/src/QueryType/Suggester/Query.php similarity index 100% rename from library/QueryType/Suggester/Query.php rename to src/QueryType/Suggester/Query.php diff --git a/library/QueryType/Suggester/RequestBuilder.php b/src/QueryType/Suggester/RequestBuilder.php similarity index 100% rename from library/QueryType/Suggester/RequestBuilder.php rename to src/QueryType/Suggester/RequestBuilder.php diff --git a/library/QueryType/Suggester/ResponseParser.php b/src/QueryType/Suggester/ResponseParser.php similarity index 100% rename from library/QueryType/Suggester/ResponseParser.php rename to src/QueryType/Suggester/ResponseParser.php diff --git a/library/QueryType/Suggester/Result/Dictionary.php b/src/QueryType/Suggester/Result/Dictionary.php similarity index 100% rename from library/QueryType/Suggester/Result/Dictionary.php rename to src/QueryType/Suggester/Result/Dictionary.php diff --git a/library/QueryType/Suggester/Result/Result.php b/src/QueryType/Suggester/Result/Result.php similarity index 100% rename from library/QueryType/Suggester/Result/Result.php rename to src/QueryType/Suggester/Result/Result.php diff --git a/library/QueryType/Suggester/Result/Term.php b/src/QueryType/Suggester/Result/Term.php similarity index 100% rename from library/QueryType/Suggester/Result/Term.php rename to src/QueryType/Suggester/Result/Term.php diff --git a/library/QueryType/Terms/Query.php b/src/QueryType/Terms/Query.php similarity index 100% rename from library/QueryType/Terms/Query.php rename to src/QueryType/Terms/Query.php diff --git a/library/QueryType/Terms/RequestBuilder.php b/src/QueryType/Terms/RequestBuilder.php similarity index 100% rename from library/QueryType/Terms/RequestBuilder.php rename to src/QueryType/Terms/RequestBuilder.php diff --git a/library/QueryType/Terms/ResponseParser.php b/src/QueryType/Terms/ResponseParser.php similarity index 100% rename from library/QueryType/Terms/ResponseParser.php rename to src/QueryType/Terms/ResponseParser.php diff --git a/library/QueryType/Terms/Result.php b/src/QueryType/Terms/Result.php similarity index 100% rename from library/QueryType/Terms/Result.php rename to src/QueryType/Terms/Result.php diff --git a/library/QueryType/Update/Query/Command/AbstractCommand.php b/src/QueryType/Update/Query/Command/AbstractCommand.php similarity index 100% rename from library/QueryType/Update/Query/Command/AbstractCommand.php rename to src/QueryType/Update/Query/Command/AbstractCommand.php diff --git a/library/QueryType/Update/Query/Command/Add.php b/src/QueryType/Update/Query/Command/Add.php similarity index 100% rename from library/QueryType/Update/Query/Command/Add.php rename to src/QueryType/Update/Query/Command/Add.php diff --git a/library/QueryType/Update/Query/Command/Commit.php b/src/QueryType/Update/Query/Command/Commit.php similarity index 100% rename from library/QueryType/Update/Query/Command/Commit.php rename to src/QueryType/Update/Query/Command/Commit.php diff --git a/library/QueryType/Update/Query/Command/Delete.php b/src/QueryType/Update/Query/Command/Delete.php similarity index 100% rename from library/QueryType/Update/Query/Command/Delete.php rename to src/QueryType/Update/Query/Command/Delete.php diff --git a/library/QueryType/Update/Query/Command/Optimize.php b/src/QueryType/Update/Query/Command/Optimize.php similarity index 100% rename from library/QueryType/Update/Query/Command/Optimize.php rename to src/QueryType/Update/Query/Command/Optimize.php diff --git a/library/QueryType/Update/Query/Command/Rollback.php b/src/QueryType/Update/Query/Command/Rollback.php similarity index 100% rename from library/QueryType/Update/Query/Command/Rollback.php rename to src/QueryType/Update/Query/Command/Rollback.php diff --git a/library/QueryType/Update/Query/Document/Document.php b/src/QueryType/Update/Query/Document/Document.php similarity index 100% rename from library/QueryType/Update/Query/Document/Document.php rename to src/QueryType/Update/Query/Document/Document.php diff --git a/library/QueryType/Update/Query/Document/DocumentInterface.php b/src/QueryType/Update/Query/Document/DocumentInterface.php similarity index 100% rename from library/QueryType/Update/Query/Document/DocumentInterface.php rename to src/QueryType/Update/Query/Document/DocumentInterface.php diff --git a/library/QueryType/Update/Query/Query.php b/src/QueryType/Update/Query/Query.php similarity index 100% rename from library/QueryType/Update/Query/Query.php rename to src/QueryType/Update/Query/Query.php diff --git a/library/QueryType/Update/RequestBuilder.php b/src/QueryType/Update/RequestBuilder.php similarity index 100% rename from library/QueryType/Update/RequestBuilder.php rename to src/QueryType/Update/RequestBuilder.php diff --git a/library/QueryType/Update/ResponseParser.php b/src/QueryType/Update/ResponseParser.php similarity index 100% rename from library/QueryType/Update/ResponseParser.php rename to src/QueryType/Update/ResponseParser.php diff --git a/library/QueryType/Update/Result.php b/src/QueryType/Update/Result.php similarity index 100% rename from library/QueryType/Update/Result.php rename to src/QueryType/Update/Result.php diff --git a/library/Support/DataFixtures/Executor.php b/src/Support/DataFixtures/Executor.php similarity index 100% rename from library/Support/DataFixtures/Executor.php rename to src/Support/DataFixtures/Executor.php diff --git a/library/Support/DataFixtures/FixtureInterface.php b/src/Support/DataFixtures/FixtureInterface.php similarity index 100% rename from library/Support/DataFixtures/FixtureInterface.php rename to src/Support/DataFixtures/FixtureInterface.php diff --git a/library/Support/DataFixtures/FixtureLoader.php b/src/Support/DataFixtures/FixtureLoader.php similarity index 100% rename from library/Support/DataFixtures/FixtureLoader.php rename to src/Support/DataFixtures/FixtureLoader.php diff --git a/library/Support/DataFixtures/Loader.php b/src/Support/DataFixtures/Loader.php similarity index 100% rename from library/Support/DataFixtures/Loader.php rename to src/Support/DataFixtures/Loader.php diff --git a/library/Support/DataFixtures/Purger.php b/src/Support/DataFixtures/Purger.php similarity index 100% rename from library/Support/DataFixtures/Purger.php rename to src/Support/DataFixtures/Purger.php