Alphabetize search

This commit is contained in:
Jose Diaz-Gonzalez 2016-04-03 22:22:41 -04:00
parent bf31caa6c3
commit c50c80e7e9
1 changed files with 2 additions and 2 deletions

View File

@ -531,11 +531,11 @@ Libraries to help manage database schemas and migrations.
## Search
*Libraries and software for indexing and performing search queries on data.*
* [ElasticSearch PHP](https://github.com/elastic/elasticsearch-php) - The official client library for [ElasticSearch](https://www.elastic.co/).
* [Elastica](https://github.com/ruflin/Elastica) - A client library for ElasticSearch.
* [ElasticSearch PHP](https://github.com/elastic/elasticsearch-php) - The official client library for [ElasticSearch](https://www.elastic.co/).
* [Solarium](http://www.solarium-project.org/) - A client library for [Solr](http://lucene.apache.org/solr/).
* [SphinxQL query builder](http://foolcode.github.io/SphinxQL-Query-Builder/) - A query library for the [Sphinx](http://sphinxsearch.com/) search engine.
* [Sphinx Search](https://github.com/ripaclub/sphinxsearch) - Sphinx Search library provides SphinxQL indexing and searching features
* [SphinxQL query builder](http://foolcode.github.io/SphinxQL-Query-Builder/) - A query library for the [Sphinx](http://sphinxsearch.com/) search engine.
## Command Line
*Libraries related to the command line.*