
SearchEngine
文章平均质量分 77
DV2
DV2.0 | 数据仓库、元数据,主数据,数据治理,建模 | Hadoop、Spark、Hive | 管理
展开
-
Elasticsearch [2.0] ☞ Java Client API ☞ Query DSL
elasticsearch 提供一个使用java实现的REST Query DSL查询。查询的工厂方法是QueryBuilders。一旦你准备好了你就可以使用Search API. import static org.elasticsearch.index.query.QueryBuilders.*;翻译 2015-11-24 23:08:38 · 1448 阅读 · 0 评论 -
Elasticsearch[2.0] ☞ Java Client API
Elasticsearch 2.0 ☞ Java Client APIElasticsearch 20 Java Client API Preface 前言 Maven Repository Maven资料库 Deploying in JBoss EAP6 module 部署在JBoss EAP6 模块 Client 客户端 Node Client 节点客户端 Transport Client 传翻译 2015-11-07 10:06:25 · 3078 阅读 · 0 评论 -
Elasticsearch[2.0] ☞ Java Client API ☞ Percolate API
The percolator allows one to register queries against an index, and then send percolate requests which include a doc, getting back the queries that match on that doc out of the set of registered querie翻译 2015-11-17 21:39:34 · 666 阅读 · 0 评论 -
scrapy ☞ 发送邮件配置
使用scrapy内置邮箱插件发送爬虫执行情况邮件原创 2016-03-08 15:29:06 · 3565 阅读 · 1 评论