Using Oracle Full-Text Search in Entity Framework
From the post:
Oracle database supports an advanced functionality of full-text search (FTS) called Oracle Text, which is described comprehensively in the documentation:
We decided to meet the needs of our users willing to take advantage of the full-text search in Entity Framework and implemented the basic Oracle Text functionality in our Devart dotConnect for Oracle ADO.NET Entity Framework provider.
Just in case you run across a client using Oracle to store text data. 😉
I first saw this at Beyond Search (As Stephen implies, it is not a resource for casual data miners.)