-
```
PG_CONFIG=/usr/pgsql-9.5/bin/pg_config make && make install
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-secur…
-
-
如果修改了词库,是否要重建索引?
能否定义zhparser使用的内存大小?
如果有几个自定义的词库,单个词库都是几十万个词,词库之间有少量单词重复,性能没问题吧?
-
Standard parser tsquery some words like `apple` return `appl` (Sorry, I don't known why)
```sql
SELECT to_tsquery('apple');
# Output:
# to_tsquery
# ------------
# 'appl'
# (1 row)
```
z…
-
I have uncovered a problem with certain strings in scws. The simplest example I can find is "oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo", which causes an e…
-
mac osx 版本:10.12.1
postgresql 版本:10.1.3
步骤:
下载:http://www.xunsearch.com/scws/down/scws-1.2.3.tar.bz2
./configure --with-pic
sudo make install
下载:https://github.com/amutu/zhparser
sudo gmake
…
-
I have installed pg_jieba on Ubuntu 16.04, PostgreSQL 9.5.11, GCC 5.4.0, cmake 3.5.1. However, it does not give the expected results.
```
qiezi=# select to_tsvector('jiebacfg', '一个普通随和一点的人。');
…
-
请问zhparser支持postgresql 10.x吗?
-
SCWS_HOME=/usr/local make
zhparser.c: In function ‘init’:
zhparser.c:106: error: too many arguments to function ‘DefineCustomBoolVariable’
zhparser.c:118: error: too many arguments to function ‘Defin…
-
最近打算使用postgresql进行中文搜索,搜到推荐最多的就是pg_jieba和zhparser。不过查看这两个github情况,都是一两年没更新过了。冒昧的问一下作者,停止维护的原因是什么?是否可以放心的在现有的项目里使用zhparser?如果这个项目不打算继续维护了,有什么好的替代方案?使用Elasticsearch吗?非常抱歉打扰您。非常感谢。