Skip to content

Commit

Permalink
fix: ik jar need downlaod by user due to license problem (#191)
Browse files Browse the repository at this point in the history
* fix: ik jar need downlaod by user due to license problem

* chore: add download hint for ikanalyzer jar c844015
  • Loading branch information
imbajin committed Feb 8, 2023
1 parent 86c0b75 commit 8b356cf
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 23 deletions.
3 changes: 2 additions & 1 deletion cn/docs/_print/index.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion cn/docs/config/_print/index.html

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions cn/docs/config/config-guide/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions cn/docs/config/config-option/index.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion cn/docs/config/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ raft.apply_batch=1
raft.rpc_threads=80
raft.rpc_connect_timeout=5000
raft.rpc_timeout=60000
# if use 'ikanalyzer', need download jar from 'https://github.com/apache/hugegraph-doc/raw/ik_binary/dist/server/ikanalyzer-2012_u6.jar' to lib directory
search.text_analyzer=jieba
search.text_analyzer_mode=INDEX
# rocksdb backend config
Expand Down Expand Up @@ -676,7 +677,7 @@ serializer=binary
<tr>
<td>search.text_analyzer</td>
<td>ikanalyzer</td>
<td>Choose a text analyzer for searching the vertex/edge properties, available type are [word, ansj, hanlp, smartcn, jieba, jcseg, mmseg4j, ikanalyzer].</td>
<td>Choose a text analyzer for searching the vertex/edge properties, available type are [word, ansj, hanlp, smartcn, jieba, jcseg, mmseg4j, ikanalyzer]. # if use ‘ikanalyzer’, need download jar from ‘<a href="https://github.com/apache/hugegraph-doc/raw/ik_binary/dist/server/ikanalyzer-2012_u6.jar'">https://github.com/apache/hugegraph-doc/raw/ik_binary/dist/server/ikanalyzer-2012_u6.jar'</a> to lib directory</td>
</tr>
<tr>
<td>search.text_analyzer_mode</td>
Expand Down
3 changes: 2 additions & 1 deletion cn/docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ raft.apply_batch=1
raft.rpc_threads=80
raft.rpc_connect_timeout=5000
raft.rpc_timeout=60000
# if use 'ikanalyzer', need download jar from 'https://github.com/apache/hugegraph-doc/raw/ik_binary/dist/server/ikanalyzer-2012_u6.jar' to lib directory
search.text_analyzer=jieba
search.text_analyzer_mode=INDEX
# rocksdb backend config
Expand Down Expand Up @@ -2686,7 +2687,7 @@ HugeGraph支持多用户并行操作,用户可输入Gremlin查询语句,并
<tr>
<td>search.text_analyzer</td>
<td>ikanalyzer</td>
<td>Choose a text analyzer for searching the vertex/edge properties, available type are [word, ansj, hanlp, smartcn, jieba, jcseg, mmseg4j, ikanalyzer].</td>
<td>Choose a text analyzer for searching the vertex/edge properties, available type are [word, ansj, hanlp, smartcn, jieba, jcseg, mmseg4j, ikanalyzer]. # if use ‘ikanalyzer’, need download jar from ‘<a href="https://github.com/apache/hugegraph-doc/raw/ik_binary/dist/server/ikanalyzer-2012_u6.jar'">https://github.com/apache/hugegraph-doc/raw/ik_binary/dist/server/ikanalyzer-2012_u6.jar'</a> to lib directory</td>
</tr>
<tr>
<td>search.text_analyzer_mode</td>
Expand Down
2 changes: 1 addition & 1 deletion cn/sitemap.xml

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/_print/index.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/config/_print/index.html

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions docs/config/config-guide/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/config/config-option/index.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/config/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ raft.apply_batch=1
raft.rpc_threads=80
raft.rpc_connect_timeout=5000
raft.rpc_timeout=60000
# if use 'ikanalyzer', need download jar from 'https://github.com/apache/hugegraph-doc/raw/ik_binary/dist/server/ikanalyzer-2012_u6.jar' to lib directory
search.text_analyzer=jieba
search.text_analyzer_mode=INDEX
# rocksdb backend config
Expand Down Expand Up @@ -676,7 +677,7 @@ serializer=binary
<tr>
<td>search.text_analyzer</td>
<td>ikanalyzer</td>
<td>Choose a text analyzer for searching the vertex/edge properties, available type are [word, ansj, hanlp, smartcn, jieba, jcseg, mmseg4j, ikanalyzer].</td>
<td>Choose a text analyzer for searching the vertex/edge properties, available type are [word, ansj, hanlp, smartcn, jieba, jcseg, mmseg4j, ikanalyzer]. if use ‘ikanalyzer’, need download jar from ‘<a href="https://github.com/apache/hugegraph-doc/raw/ik_binary/dist/server/ikanalyzer-2012_u6.jar'">https://github.com/apache/hugegraph-doc/raw/ik_binary/dist/server/ikanalyzer-2012_u6.jar'</a> to lib directory</td>
</tr>
<tr>
<td>search.text_analyzer_mode</td>
Expand Down
3 changes: 2 additions & 1 deletion docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ raft.apply_batch=1
raft.rpc_threads=80
raft.rpc_connect_timeout=5000
raft.rpc_timeout=60000
# if use 'ikanalyzer', need download jar from 'https://github.com/apache/hugegraph-doc/raw/ik_binary/dist/server/ikanalyzer-2012_u6.jar' to lib directory
search.text_analyzer=jieba
search.text_analyzer_mode=INDEX
# rocksdb backend config
Expand Down Expand Up @@ -2682,7 +2683,7 @@ HugeGraph supports multi-user parallel operations. Users can enter Gremlin query
<tr>
<td>search.text_analyzer</td>
<td>ikanalyzer</td>
<td>Choose a text analyzer for searching the vertex/edge properties, available type are [word, ansj, hanlp, smartcn, jieba, jcseg, mmseg4j, ikanalyzer].</td>
<td>Choose a text analyzer for searching the vertex/edge properties, available type are [word, ansj, hanlp, smartcn, jieba, jcseg, mmseg4j, ikanalyzer]. if use ‘ikanalyzer’, need download jar from ‘<a href="https://github.com/apache/hugegraph-doc/raw/ik_binary/dist/server/ikanalyzer-2012_u6.jar'">https://github.com/apache/hugegraph-doc/raw/ik_binary/dist/server/ikanalyzer-2012_u6.jar'</a> to lib directory</td>
</tr>
<tr>
<td>search.text_analyzer_mode</td>
Expand Down
2 changes: 1 addition & 1 deletion en/sitemap.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>/cn/sitemap.xml</loc><lastmod>2023-02-02T01:21:10+08:00</lastmod></sitemap><sitemap><loc>/en/sitemap.xml</loc><lastmod>2023-02-02T01:21:10+08:00</lastmod></sitemap></sitemapindex>
<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>/cn/sitemap.xml</loc><lastmod>2023-02-08T20:56:09+08:00</lastmod></sitemap><sitemap><loc>/en/sitemap.xml</loc><lastmod>2023-02-08T20:56:09+08:00</lastmod></sitemap></sitemapindex>

0 comments on commit 8b356cf

Please sign in to comment.