Hello,
I am not a Postgresql user (yet). I need a database that can do what all sql databases do, index data but, I also need that database to index plain text documents for text searches.
I know that Postgresql is a very capable sql database but, even after doing some research, I am unclear as to whether or not it would be well suited to do full text searches on documents.
I am here to ask those who...