Does ThriftDb support non-english terms for search?
18 views
Skip to first unread message
Ernest Criss
unread,
Nov 19, 2011, 8:01:56 PM11/19/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to thri...@googlegroups.com
I'm creating a website that'll support multiple languages. When querying for text that contain non-english (using standard latin characters) words, the search yields no results even when the query contains the exact term. But when I query an english term, the search returns a result as expected.
Ernest Criss
unread,
Nov 19, 2011, 8:35:41 PM11/19/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to thri...@googlegroups.com
Please disregard this message. The searches seem to work after reindexing. I suppose the issue was due to changing the type from StringType to TextType.