Created
January 8, 2015 15:04
-
-
Save padde/3e8ef93f0aa4f239fc7e to your computer and use it in GitHub Desktop.
to_tsvector (german with english analysis)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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