Hello hackers! As I wrote few weeks ago, there is a issue with stopwords processing in proposed syntax for full-text configurations. I want to separate word normalization and stopwords detection to two separate dictionaries. The problem is how to configure stopword detection dictionary.
The cause of the problem is counting stopwords, but not using any lexemes for them. However, do we have to count stopwords during words counting or can we ignore them like unknown words? The problem I see is backward compatibility, since we have to regenerate all queries and vectors. But is it real problem or we can change its behavior in this way? -- Aleksandr Parfenov Postgres Professional: http://www.postgrespro.com Russian Postgres Company