Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
solarium
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
solarium
Commits
325fff4c
Commit
325fff4c
authored
Feb 23, 2011
by
Bas de Nooijer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- added package and subpackage tags to all files
parent
c56e497b
Changes
25
Show whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
147 additions
and
0 deletions
+147
-0
library/Solarium/Configurable.php
library/Solarium/Configurable.php
+5
-0
library/Solarium/Document/ReadOnly.php
library/Solarium/Document/ReadOnly.php
+6
-0
library/Solarium/Document/ReadWrite.php
library/Solarium/Document/ReadWrite.php
+6
-0
library/Solarium/Exception.php
library/Solarium/Exception.php
+5
-0
library/Solarium/Query.php
library/Solarium/Query.php
+6
-0
library/Solarium/Query/Ping.php
library/Solarium/Query/Ping.php
+6
-0
library/Solarium/Query/Select.php
library/Solarium/Query/Select.php
+6
-0
library/Solarium/Query/Select/Facet.php
library/Solarium/Query/Select/Facet.php
+6
-0
library/Solarium/Query/Select/Facet/Field.php
library/Solarium/Query/Select/Facet/Field.php
+6
-0
library/Solarium/Query/Select/Facet/Query.php
library/Solarium/Query/Select/Facet/Query.php
+6
-0
library/Solarium/Query/Select/FilterQuery.php
library/Solarium/Query/Select/FilterQuery.php
+6
-0
library/Solarium/Query/Update.php
library/Solarium/Query/Update.php
+6
-0
library/Solarium/Query/Update/Command.php
library/Solarium/Query/Update/Command.php
+6
-0
library/Solarium/Query/Update/Command/Add.php
library/Solarium/Query/Update/Command/Add.php
+6
-0
library/Solarium/Query/Update/Command/Commit.php
library/Solarium/Query/Update/Command/Commit.php
+6
-0
library/Solarium/Query/Update/Command/Delete.php
library/Solarium/Query/Update/Command/Delete.php
+6
-0
library/Solarium/Query/Update/Command/Optimize.php
library/Solarium/Query/Update/Command/Optimize.php
+6
-0
library/Solarium/Query/Update/Command/Rollback.php
library/Solarium/Query/Update/Command/Rollback.php
+6
-0
library/Solarium/Result/Ping.php
library/Solarium/Result/Ping.php
+6
-0
library/Solarium/Result/Query.php
library/Solarium/Result/Query.php
+6
-0
library/Solarium/Result/Select.php
library/Solarium/Result/Select.php
+6
-0
library/Solarium/Result/Select/Facet/Field.php
library/Solarium/Result/Select/Facet/Field.php
+6
-0
library/Solarium/Result/Select/Facet/Query.php
library/Solarium/Result/Select/Facet/Query.php
+6
-0
library/Solarium/Result/Update.php
library/Solarium/Result/Update.php
+6
-0
library/Solarium/Version.php
library/Solarium/Version.php
+5
-0
No files found.
library/Solarium/Configurable.php
View file @
325fff4c
...
@@ -27,6 +27,11 @@
...
@@ -27,6 +27,11 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
*/
*/
/**
/**
...
...
library/Solarium/Document/ReadOnly.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Document
*/
*/
/**
/**
...
...
library/Solarium/Document/ReadWrite.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Document
*/
*/
/**
/**
...
...
library/Solarium/Exception.php
View file @
325fff4c
...
@@ -27,6 +27,11 @@
...
@@ -27,6 +27,11 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
*/
*/
/**
/**
...
...
library/Solarium/Query.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Query
*/
*/
/**
/**
...
...
library/Solarium/Query/Ping.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Query
*/
*/
/**
/**
...
...
library/Solarium/Query/Select.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Query
*/
*/
/**
/**
...
...
library/Solarium/Query/Select/Facet.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Query
*/
*/
/**
/**
...
...
library/Solarium/Query/Select/Facet/Field.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Query
*/
*/
/**
/**
...
...
library/Solarium/Query/Select/Facet/Query.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Query
*/
*/
/**
/**
...
...
library/Solarium/Query/Select/FilterQuery.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Query
*/
*/
/**
/**
...
...
library/Solarium/Query/Update.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Query
*/
*/
/**
/**
...
...
library/Solarium/Query/Update/Command.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Query
*/
*/
/**
/**
...
...
library/Solarium/Query/Update/Command/Add.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Query
*/
*/
/**
/**
...
...
library/Solarium/Query/Update/Command/Commit.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Query
*/
*/
/**
/**
...
...
library/Solarium/Query/Update/Command/Delete.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Query
*/
*/
/**
/**
...
...
library/Solarium/Query/Update/Command/Optimize.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Query
*/
*/
/**
/**
...
...
library/Solarium/Query/Update/Command/Rollback.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Query
*/
*/
/**
/**
...
...
library/Solarium/Result/Ping.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Result
*/
*/
class
Solarium_Result_Ping
extends
Solarium_Result_Query
class
Solarium_Result_Ping
extends
Solarium_Result_Query
...
...
library/Solarium/Result/Query.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Result
*/
*/
/**
/**
...
...
library/Solarium/Result/Select.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Result
*/
*/
/**
/**
...
...
library/Solarium/Result/Select/Facet/Field.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Result
*/
*/
/**
/**
...
...
library/Solarium/Result/Select/Facet/Query.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Result
*/
*/
/**
/**
...
...
library/Solarium/Result/Update.php
View file @
325fff4c
...
@@ -27,6 +27,12 @@
...
@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Result
*/
*/
/**
/**
...
...
library/Solarium/Version.php
View file @
325fff4c
...
@@ -27,6 +27,11 @@
...
@@ -27,6 +27,11 @@
* The views and conclusions contained in the software and documentation are
* The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official
* those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder.
* policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
*/
*/
/**
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment