Hacker News new | ask | show | jobs
by apoorvamehta 4705 days ago
Interesting. I'll have to look into PostgreSQL's full text search. Does it support token filters similar to Elasticsearch?
1 comments

To a degree, and is also very customizeable. It breaks things out to the lexeme level, read http://www.postgresql.org/docs/9.2/interactive/textsearch-in....