I've been reading about new Semantic Indexes in Sql 2012, and it seems like tailor-made for my needs.
Unfortunately I hit the wall while trying to implement it in my project.
The wall is content of sys.fulltext_semantic_languages, which doesnt include my language (Polish to be exact), even though it is supported by FullText Indexing (sys.fulltext_languages)
Is there any way to add support for polish language in semantic search?
Regards,
A. Szechlicki