摘要:
Elasticsearchis a great search engine, flexible, fast and fun. So how can I get started with it? This post will go through how to get contents from aS... 阅读全文
posted @ 2015-01-04 23:38
Danny Chen
阅读(1140)评论(0)推荐(0)
摘要:
系统是Windows server 2003。ElasticSearch是一个基于Lucene的稳定的、分布式、RESTFul的搜索引擎。其实所谓的RestFul就是它提供URL供你调用(建立索引和进行检索),不过直接这样使用实在是太凶残了。所以,它也提供了一系列client包,相当于将curl请求... 阅读全文
posted @ 2015-01-02 19:58
Danny Chen
阅读(582)评论(0)推荐(0)
摘要:
elasticsearch的查询有两部分组成:query and filter。两者的主要区别在于:filter是不计算相关性的,同时可以cache。因此,filter速度要快于query。先记录一下es提供的各种query。以下内容只为当做读书笔记,更多详细细节请参见http://www.elas... 阅读全文
posted @ 2014-12-31 11:46
Danny Chen
阅读(100100)评论(0)推荐(3)