Postgres:to_tsvector复制lexemes

时间:2015-11-05 17:11:29

标签: postgresql full-text-search tsvector

我的陈述:

SELECT to_tsvector ('english','Our first string used today first string');

我的结果:

'first':2 'first':6  'string':3 'string':7  'today':5  'use':4

我的问题:
为什么“我的结果”与词句firststring重复?

我的预期结果:

'first':2,6 'string':3,7 'today':5 'use':4

我的Postgres版本:
PostgreSQL 9.2.2,由Visual C ++编译,构建1600,64位


我非常感谢您提供的任何帮助。

0 个答案:

没有答案