Y
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
asnyder
4705 days ago
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...
.
link