1.下载elasticsearch-1.2.1的zip包,解压之后 双击bin目录中的 elasticsearch.bat(针对windows系统) 启动服务器(默认监听9200端口)访问 http://localhost:9200 出现下边的json数据则说明启动成功2.客户端连接的代码示例:pa...
分类:
其他好文 时间:
2014-08-16 17:00:00
阅读次数:
202
Right-click on the module, select "Add framework support...", and check the "Maven" technology. (This also creates a?pom.xml?for you to modify.) If you mean adding source repository elements, I ...
分类:
其他好文 时间:
2014-08-13 10:44:45
阅读次数:
1136
本文出自:http://blog.csdn.net/feelig/article/details/8499614最大的特点:1. 数据库的 database, 就是 index2. 数据库的 table, 就是 tag3. 不要使用browser, 使用curl来进行客户端操作. 否则会出现 jav...
分类:
其他好文 时间:
2014-08-13 01:03:45
阅读次数:
306
很偶然的机会,就需要接触到搜索,入门就是google trend已然超过solr的ES。在入门的时候找书的时候发现没有中文版的。于是自己开始翻译Elasticsearch Server,2nd Edition。应该是全球头一份了。看到微博上已经有出版社把英文书引过来,刚找到了人翻译这本书。我就先放出...
分类:
其他好文 时间:
2014-08-13 00:47:04
阅读次数:
185
userInfo页面Modify逻辑bug修复,search功能逻辑实现...
分类:
其他好文 时间:
2014-08-12 22:04:04
阅读次数:
362
最近需要用到Elasticsearch。下面简单介绍下Elasticsearch的搭建过程: ElasticSearch 使用java编写, 所以需要安装 Java 6以上 环境来运行. 并且确保设置好环境变量 JAVA_HOME 进到Elasticsearch所在目录 1、安装elastic...
分类:
其他好文 时间:
2014-08-11 20:51:22
阅读次数:
188
I am using uploadify to upload files, they automatically post to the handler. I then modify the session in the handler that I have setup as a static p...
分类:
Web程序 时间:
2014-08-10 12:53:00
阅读次数:
252
安装了mySQL 目录下却没有include和lib文件夹是因为在安装的时候,忘记勾选自定义安装的develop component这一项了只需要重新点击安装文件 modify的过程中添加以下就可以了
分类:
数据库 时间:
2014-08-08 17:20:16
阅读次数:
283
SELECT name,modify_date FROM sys.procedures order by modify_date desc
分类:
其他好文 时间:
2014-08-06 18:37:34
阅读次数:
259
8月5日,第一个项目即将完成,测试时,发现登录功能会出现小问题:记住密码的时候会报错Warning: Cannot modify header information - headers already sent by (output started at经过再三在百度上查询,终于查到错误的关键原因...
分类:
其他好文 时间:
2014-08-05 22:15:40
阅读次数:
195