-
操作系统: ubuntu
PG版本:9.2
postgres=# create extension zhparser;
ERROR: could not load library "/opt/PostgreSQL/9.2/lib/postgresql/zhparser.so": /opt/Post
greSQL/9.2/lib/postgresql/zhparser.so: undefined …
-
```
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…