You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by PeterKerk <ve...@hotmail.com> on 2011/03/30 22:22:24 UTC

How to handle multilingual facets?

I have the following table, which hold category names in a specifi language,
title_en=English, title_nl=Dutch.

[music_categories]
id	int	Unchecked
title_en	nvarchar(50)	Unchecked
title_nl	nvarchar(50)	Unchecked


In my data-config.xml I have:


	
		
	



Preferably I dont want to copy the above statement for each language, I want
it to be more dynamic. So I ***** DONT ******* want to do this:


	
		
	
	
		
	



I have no idea how else I could solve, but hopefully anyone out there
(screaming in space ;) has some elegant solution for me...

Thanks!

--
View this message in context: http://lucene.472066.n3.nabble.com/How-to-handle-multilingual-facets-tp2755463p2755463.html
Sent from the Solr - User mailing list archive at Nabble.com.