109 Commits

Author SHA1 Message Date
medcl
3d47fa6021 update to support es 2.0 v1.5.0 2015-10-31 20:59:13 +08:00
medcl
a60059f8b1 update README,bump up version v1.4.1 2015-09-25 12:16:56 +08:00
Medcl
2b13e2a42e Merge pull request #87 from shikui/patch-1
处理 HTTP 304,不写日志
2015-08-12 10:43:58 +08:00
shikui
7cdb1773ec 处理 HTTP 304,不写日志 2015-08-07 22:57:03 +08:00
Medcl
e8e45dff05 Merge pull request #85 from shikui/master
完善对 use_smart 的说明;ETags 改为 ETag,与代码保持一致。
2015-08-07 16:44:07 +08:00
Medcl
b3165ceb36 Merge pull request #86 from starckgates/master
去掉304的处理
2015-08-07 16:39:34 +08:00
songliu
86813f5be9 去掉304的处理
304不应该和200做相同处理,否则就失去热词更新的意义了。
2015-08-07 15:10:27 +08:00
shikui
6dfda67200 Update README.md
标准的HTTP协议返回的是 ETag,而不是 ETags,代码中已经改为 ETag。
2015-08-07 11:43:00 +08:00
shikui
eabaaaff4f update README.md
对 use_smart 做详细说明。
2015-08-07 11:34:45 +08:00
shikui
664e2b96df Merge pull request #1 from medcl/master
merged from head fork
2015-08-07 11:02:33 +08:00
Medcl
44fdf68188 Merge pull request #82 from abookyun/update-readme
Update README.md
2015-08-07 08:02:20 +08:00
David Yun
36ab8b912a Restructure README.md 2015-08-06 11:31:27 +08:00
Medcl
497dfd95a9 Merge pull request #80 from abookyun/patch-1
Update and rename README.textile to README.md
2015-08-06 07:36:28 +08:00
David Yun
8f732ed346 Update and rename README.textile to README.md
It's more readable with markdown format 😎
2015-08-06 00:30:28 +08:00
Medcl
7dcffada95 Merge pull request #78 from shikui/master
1、将http 304作为正常状态处理;2、应为ETag,而不是ETags
2015-08-04 11:50:39 +08:00
shikui
f5aef261d3 update elasticsearch to 1.6.2 2015-08-03 17:50:44 +08:00
shikui
2cbd91c6c0 1、将http 304作为正常状态处理;2、应为ETag,而不是ETags
1、将http 304作为正常状态处理,避免大量304错误写到日志文件里;2、应为ETag,而不是ETags
2015-08-03 17:46:23 +08:00
medcl
2f367029e4 update to v1.4 v1.4.0 2015-07-02 22:29:18 +08:00
Medcl
9135127ee4 Merge pull request #64 from abookyun/es-1.5.0
Support ES 1.5.0
v1.3.0
2015-04-24 11:59:33 +08:00
David Yun
f1b95ffae5 Update README 2015-04-22 16:52:01 +08:00
David Yun
619fee7607 Make archive with dependency
ref: https://github.com/medcl/elasticsearch-analysis-ik/issues/58
2015-04-21 15:03:43 +08:00
David Yun
e8c12e1b35 Bump httpcomponents to 4.4.x 2015-04-21 14:43:26 +08:00
David Yun
6f52979ff4 Bump ik, es and lucene version 2015-04-21 13:14:14 +08:00
Medcl
beb4755367 Merge pull request #56 from rockybean/master
optimize Dictionary reload process
2015-03-05 21:11:51 +08:00
rockybean
d99555daa9 add hot reload ik analyzer dict document 2015-01-22 16:47:41 +08:00
rockybean
bb27162a24 fix reload dict error , optimize code and add some useful log 2015-01-22 16:35:50 +08:00
rockybean
b97a6d89d8 optimize Dictionary reload process 2015-01-21 15:28:05 +08:00
Medcl
d60e7a6877 Merge pull request #49 from arronli/master
Update  org.wltea.analyzer.dic.Monito and org.wltea.analyzer.dic.Monitor
2014-12-04 17:49:25 +08:00
arron
6c29956a8f Update Monitor.java
-- 配合 Dictionary里的周期任务调度的修改 去除了这里的while(true)  Exception做了统一  其余均未作修改
2014-12-04 11:18:29 +08:00
arron
8a49a5ed88 Update Dictionary.java
-- 修改的 建立监控线程部分代码 改用ScheduledExecutorService, 之前的while(true) sleep不能算是一种优雅的执行周期任务的方式,相应的Monitor类将while部分做了剔除
2014-12-04 11:16:23 +08:00
arron
9da221e218 Update IKAnalyzer.cfg.xml
远程字典配置 默认改为注释选项
2014-11-27 11:34:54 +08:00
medcl
fbaff41805 package missing lib,update to support 1.4.0 2014-11-09 11:09:15 +08:00
Medcl
a207059860 Merge pull request #40 from RickyHu/master
提供远程加载词典配置
2014-09-24 22:25:06 +08:00
elasticsearch-ik
8a91d7c966 Update README.textile 2014-09-24 17:14:54 +08:00
elasticsearch-ik
6048982a4d Update README.textile 2014-09-24 16:56:04 +08:00
elasticsearch-ik
ddef2a1051 Create Sleep.java
设置休眠
2014-09-24 16:26:42 +08:00
elasticsearch-ik
f0dc55aad6 Update Dictionary.java
给远程加载建立监控
2014-09-24 16:21:31 +08:00
elasticsearch-ik
11a8947603 Create Monitor.java
监控线程,监控远程词典的更新
2014-09-24 16:14:08 +08:00
elasticsearch-ik
092a9ad769 Update Configuration.java
在配置中增加远程词典和远程停用词,以及它们的配置读取
2014-09-24 15:46:30 +08:00
elasticsearch-ik
4a00e82430 Update pom.xml
远程监控使用了httpclient,增加httpclient的依赖
2014-09-24 15:40:45 +08:00
elasticsearch-ik
694b68c93a Update IKAnalyzer.cfg.xml
增加远程词典,配置项是词典的链接地址
2014-09-24 15:36:48 +08:00
medcl
1f80b50a9f fix offset problemn while create the custom analyzer combined with html_strip filter, @xpandan 2014-09-17 17:19:30 +08:00
medcl
44b6371542 update to es 1.3.2 2014-09-11 11:12:28 +08:00
medcl
ee419af6ea add default config 2014-09-11 11:08:11 +08:00
Medcl
0eaba078f9 Merge pull request #38 from wsk528/patch-1
wrong jason format of index docs in ch3.
2014-08-29 22:07:36 +08:00
wsk528
7f8f7d1248 wrong jason format of index docs in ch3.
curl -XPOST http://localhost:9200/index/fulltext/1 -d'
{"content":"美国留给伊拉克的是个烂摊子吗"}
'
======================================
like above.elder seems ok,but can not be searched.
2014-08-29 20:47:36 +08:00
medcl
5b785c0c1a fix ik download link #35 2014-07-05 17:10:38 +08:00
medcl
97594a5982 update to support 1.2.1 2014-07-04 19:02:31 +08:00
medcl
bafb724c89 #33 fix performance issue 2014-07-04 18:58:22 +08:00
medcl
54fd970591 update to 1.1.1 2014-07-04 17:23:38 +08:00