Skip to content

Commit

Permalink
Merge pull request solariumphp#399 from brianseitel/patch-1
Browse files Browse the repository at this point in the history
fix typo on docs index.md
  • Loading branch information
basdenooijer committed Feb 24, 2016
2 parents dc1cbe8 + 006484c commit eec822b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Solarium documentation

Solarium is a Solr client library for PHP. It is developed with these goals in mind:

- Releave developers of the ‘raw communication’ with Solr, ie. setting params, building strings, hiding all this with an easy to use API, allowing you to focus on business logic.
- Relieve developers of the ‘raw communication’ with Solr, ie. setting params, building strings, hiding all this with an easy to use API, allowing you to focus on business logic.
- Allow for reuse, for instance a query can be extended to modify it
- Be flexible. For instance the query and result models are not tied to a specific Solr client implementation. There are multiple Solr Client adapters for Solr communication. All models can be extended by your own implementation if needed and a plugin system is available.
- Be usable in any PHP application. No dependencies on other frameworks. Solarium tries to follow the Symfony 2 standard and integrates nicely with SF2, but doesn’t in rely on it. You can use Solarium just as easily in Zend Framework or any other PHP framework.
Expand Down Expand Up @@ -37,4 +37,4 @@ foreach ($resultset as $document) {
echo $document->id . PHP_EOL;
echo $document->name . PHP_EOL;
}
```
```

0 comments on commit eec822b

Please sign in to comment.