ElasticSearch的Python连接器:Pyes
jopen
10年前
Pyes可以让你优雅的用Python使用ElasticSearch,支持 ElasticSearch 1.x。ElasticSearch是一个基于Lucene构建的开源,分布式,RESTful搜索引擎。设计用于云计算中,能够达到实时搜索,稳定,可靠,快速,安装使用方便。支持通过HTTP使用JSON进行数据索引。ElasticSearch的宣言是“让搜索更简单,并且要酷,像盆景一样”。
特性:
- Python3 support (only HTTP, thrift lib is not available on python3)
- Thrift/HTTP protocols
- Bulk insert/delete
- Index management
- Every search query types
- Facet Support
- Aggregation Support
- Geolocalization support
- Highlighting
- Percolator
- River support