Skip to content

Instantly share code, notes, and snippets.

@padde
Created January 8, 2015 15:04
Show Gist options
  • Save padde/3e8ef93f0aa4f239fc7e to your computer and use it in GitHub Desktop.
Save padde/3e8ef93f0aa4f239fc7e to your computer and use it in GitHub Desktop.
to_tsvector (german with english analysis)
SELECT to_tsvector('Ich würde gerne schwimmen gehen');
----------------------------------------------------
'gehen':5 'gern':3 'ich':1 'schwimmen':4 'würde':2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment