Browse Source

Alphabetize search

pull/500/merge
Jose Diaz-Gonzalez 9 years ago
parent
commit
c50c80e7e9
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

531
 ## Search
531
 ## Search
532
 *Libraries and software for indexing and performing search queries on data.*
532
 *Libraries and software for indexing and performing search queries on data.*
533
 
533
 
534
-* [ElasticSearch PHP](https://github.com/elastic/elasticsearch-php) - The official client library for [ElasticSearch](https://www.elastic.co/).
535
 * [Elastica](https://github.com/ruflin/Elastica) - A client library for ElasticSearch.
534
 * [Elastica](https://github.com/ruflin/Elastica) - A client library for ElasticSearch.
535
+* [ElasticSearch PHP](https://github.com/elastic/elasticsearch-php) - The official client library for [ElasticSearch](https://www.elastic.co/).
536
 * [Solarium](http://www.solarium-project.org/) - A client library for [Solr](http://lucene.apache.org/solr/).
536
 * [Solarium](http://www.solarium-project.org/) - A client library for [Solr](http://lucene.apache.org/solr/).
537
-* [SphinxQL query builder](http://foolcode.github.io/SphinxQL-Query-Builder/) - A query library for the [Sphinx](http://sphinxsearch.com/) search engine.
538
 * [Sphinx Search](https://github.com/ripaclub/sphinxsearch) - Sphinx Search library provides SphinxQL indexing and searching features
537
 * [Sphinx Search](https://github.com/ripaclub/sphinxsearch) - Sphinx Search library provides SphinxQL indexing and searching features
538
+* [SphinxQL query builder](http://foolcode.github.io/SphinxQL-Query-Builder/) - A query library for the [Sphinx](http://sphinxsearch.com/) search engine.
539
 
539
 
540
 ## Command Line
540
 ## Command Line
541
 *Libraries related to the command line.*
541
 *Libraries related to the command line.*

Loading…
Cancel
Save