Re: [GENERAL] Turning off automatic ranking on words

2009-02-06 Thread Oleg Bartunov
It's documented, test=# select strip( to_tsvector('simple','to be or not to be')); strip -- 'be' 'or' 'to' 'not' (1 row) On Fri, 6 Feb 2009, James Dooley wrote: Hi, How can I turn off the positioning since I won't be needing it. SELECT to_tsvector('english','in t

[GENERAL] Turning off automatic ranking on words

2009-02-06 Thread James Dooley
Hi, How can I turn off the positioning since I won't be needing it. SELECT to_tsvector('english','in the list of stop words'); to_tsvector 'list':3 'stop':5 'word':6 I don't need to store the positions as shown in the example because I rank according to date