InterviewSolution
Saved Bookmarks
| 1. |
Does PostgreSQL support full text search? |
|
Answer» Full-Text Search is the METHOD of searching single or collection of documents stored on a computer in a full-text based database. This is mostly supported in advanced database systems like SOLR or ELASTICSEARCH. However, the FEATURE is PRESENT but is PRETTY basic in PostgreSQL. |
|