Skip to content

Commit

Permalink
Add file summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Firesphere committed Dec 27, 2019
1 parent db58683 commit 56f61e2
Show file tree
Hide file tree
Showing 25 changed files with 181 additions and 21 deletions.
7 changes: 7 additions & 0 deletions src/Admins/SearchAdmin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/**
* class SearchAdmin|Firesphere\SolrSearch\Admins\SearchAdmin Base admin for Synonyms, logs and dirty classes
*
* @package Firesphere\SolrSearch\Admins
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Admins;

Expand Down
9 changes: 8 additions & 1 deletion src/Extensions/DataObjectExtension.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?php

/**
* class DataObjectExtension|Firesphere\SolrSearch\Extensions\DataObjectExtension Adds checking if changes should be
* pushed to Solr
*
* @package Firesphere\SolrSearch\Extensions
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Extensions;

Expand Down
8 changes: 7 additions & 1 deletion src/Extensions/GridFieldExtension.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* class GridFieldExtension|Firesphere\SolrSearch\Extensions\GridFieldExtension Add colours to the GridField
*
* @package Firesphere\SolrSearch\Extensions
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Extensions;

Expand Down
8 changes: 7 additions & 1 deletion src/Factories/DocumentFactory.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* class DocumentFactory|Firesphere\SolrSearch\Factories\DocumentFactory Build a Solarium document to push
*
* @package Firesphere\SolrSearch\Factories
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Factories;

Expand Down
8 changes: 7 additions & 1 deletion src/Factories/QueryComponentFactory.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* class QueryComponentFactory|Firesphere\SolrSearch\Factories\QueryComponentFactory Build a Query component
*
* @package Firesphere\SolrSearch\Factories
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Factories;

Expand Down
8 changes: 7 additions & 1 deletion src/Forms/SearchForm.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* class SearchForm|Firesphere\SolrSearch\Forms basic search form
*
* @package Firesphere\SolrSearch\Factories
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Forms;

Expand Down
7 changes: 7 additions & 0 deletions src/Helpers/DataResolver.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/**
* class DataResolver|Firesphere\SolrSearch\Helpers\DataResolver Identify content or relational content of a DataObject
*
* @package Firesphere\SolrSearch\Helpers
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Helpers;

Expand Down
7 changes: 7 additions & 0 deletions src/Helpers/FieldResolver.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/**
* class FieldResolver|Firesphere\SolrSearch\Helpers\FieldResolver Identify fields or relations in a DataObject
*
* @package Firesphere\SolrSearch\Helpers
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Helpers;

Expand Down
8 changes: 7 additions & 1 deletion src/Helpers/SolrLogger.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* class SolrLogger|Firesphere\SolrSearch\Helpers\SolrLogger Log errors to the Database
*
* @package Firesphere\SolrSearch\Helpers
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Helpers;

Expand Down
8 changes: 7 additions & 1 deletion src/Helpers/Statics.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* class Statics|Firesphere\SolrSearch\Helpers\Statics TypeMap support
*
* @package Firesphere\SolrSearch\Helpers
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Helpers;

Expand Down
8 changes: 7 additions & 1 deletion src/Helpers/Synonyms.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* class Synonyms|Firesphere\SolrSearch\Helpers\Synonyms Get the default UK-US synonyms helper
*
* @package Firesphere\SolrSearch\Helpers
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Helpers;

Expand Down
8 changes: 7 additions & 1 deletion src/Indexes/BaseIndex.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* class BaseIndex|Firesphere\SolrSearch\Indexes\BaseIndex is the base for indexing items
*
* @package Firesphere\SolrSearch\Indexes
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Indexes;

Expand Down
9 changes: 8 additions & 1 deletion src/Interfaces/ConfigStore.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?php

/**
* class ConfigStore|Firesphere\SolrSearch\Interfaces\ConfigStore Interface for managing the
* store configuration of a core
*
* @package Firesphere\SolrSearch\Interfaces
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Interfaces;

Expand Down
9 changes: 8 additions & 1 deletion src/Interfaces/SiteStateInterface.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?php

/**
* class SiteStateInterface|Firesphere\SolrSearch\Interfaces\SiteStateInterface Interface for managing the
* state of a site
*
* @package Firesphere\SolrSearch\Interfaces
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Interfaces;

Expand Down
9 changes: 8 additions & 1 deletion src/Jobs/ClearDirtyClassesJob.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?php

/**
* class ClearDirtyClassesJob|Firesphere\SolrSearch\Jobs\ClearDirtyClassesJob Clear out the dirty classes by pushing
* them again to solr
*
* @package Firesphere\SolrSearch\Jobs
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Jobs;

Expand Down
8 changes: 7 additions & 1 deletion src/Jobs/SolrConfigureJob.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* class SolrConfigureJob|Firesphere\SolrSearch\Jobs\SolrConfigureJob Configure cores from the CMS
*
* @package Firesphere\SolrSearch\Jobs
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Jobs;

Expand Down
8 changes: 7 additions & 1 deletion src/Jobs/SolrIndexJob.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* class SolrIndexJob|Firesphere\SolrSearch\Jobs\SolrIndexJob Index items from the CMS through a QueuedJob
*
* @package Firesphere\SolrSearch\Jobs
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Jobs;

Expand Down
8 changes: 7 additions & 1 deletion src/Models/DirtyClass.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* class DirtyClass|Firesphere\SolrSearch\Models\DirtyClass Store Dirty classes for re-indexing
*
* @package Firesphere\SolrSearch\Models
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Models;

Expand Down
10 changes: 8 additions & 2 deletions src/Models/SearchSynonym.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* class SearchSynonym|Firesphere\SolrSearch\Models\SearchSynonym Object for handling synonyms from the CMS
*
* @package Firesphere\SolrSearch\Models
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Models;

Expand All @@ -10,7 +16,7 @@
* Class \Firesphere\SolrSearch\Models\SearchSynonym
* Manageable synonyms in the CMS
*
* @package Firesphere\SolrSerach\Models
* @package Firesphere\SolrSearch\Models
* @property string $Keyword
* @property string $Synonym
*/
Expand Down
8 changes: 7 additions & 1 deletion src/Models/SolrLog.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* class SolrLog|Firesphere\SolrSearch\Models\SolrLog Solr logging to be read from the CMS
*
* @package Firesphere\SolrSearch\Models
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Models;

Expand Down
8 changes: 7 additions & 1 deletion src/Queries/BaseQuery.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* class BaseQuery|Firesphere\SolrSearch\Queries\BaseQuery Base of a Solr Query
*
* @package Firesphere\SolrSearch\Queries
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Queries;

Expand Down
8 changes: 7 additions & 1 deletion src/Results/SearchResult.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* class SearchResult|Firesphere\SolrSearch\Results\SearchResult Result of a query
*
* @package Firesphere\SolrSearch\Results
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Results;

Expand Down
8 changes: 7 additions & 1 deletion src/Services/SchemaService.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* class SchemaService|Firesphere\SolrSearch\Services\SchemaService Base service for generating a schema
*
* @package Firesphere\SolrSearch\Services
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Services;

Expand Down
7 changes: 7 additions & 0 deletions src/Services/SolrCoreService.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/**
* class SolrCoreService|Firesphere\SolrSearch\Services\SolrCoreService Base service for communicating with the core
*
* @package Firesphere\SolrSearch\Services
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/

namespace Firesphere\SolrSearch\Services;

Expand Down
8 changes: 8 additions & 0 deletions src/States/SiteState.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?php
/**
* class SiteState|Firesphere\SolrSearch\States\SiteState Base implementation of SiteState to be used by e.g.
* the Fluent extension
*
* @package Firesphere\SolrSearch\States
* @author Simon `Firesphere` Erkelens; Marco `Sheepy` Hermo
* @copyright Copyright (c) 2018 - now() Firesphere & Sheepy
*/


namespace Firesphere\SolrSearch\States;
Expand Down

0 comments on commit 56f61e2

Please sign in to comment.