Re: Clarification of the "simple" dictionary
John Gage <jsmgage@numericable.fr>
From: John Gage <jsmgage@numericable.fr>
To: Oleg Bartunov <oleg@sai.msu.su>
Cc: Andreas Joseph Krogh <andreak@officenet.no>, pgsql-general@postgresql.org
Date: 2010-07-22T19:38:22Z
Lists: pgsql-general
> By default it has no Init options, so it doesn't check for stopwords. In the first place, this functionality is a rip-snorting home run on Postgres. I congratulate Oleg who I believe is one of the authors. In the second, I too had not read (carefully) the documentation and am very happy to find that I can eliminate stop words with 'simple'. That will be a tremendous convenience going forward. It turns out that using 'english' and getting stemmed lexemes is extremely convenient too, but this functionality in 'simple' is excellent. Thanks, John