. November 2010 16:10
To: solr-user@lucene.apache.org
Subject: Re: passing arguments to analyzer/filter at runtime
Hi,
I wouldn't use a multiValued field for this because you then you would have the
same analyzers (and possibly stemmers) for different languages.
The usual method is to
Hi,
I wouldn't use a multiValued field for this because you then you would have the
same analyzers (and possibly stemmers) for different languages.
The usual method is to have fieldTypes for each language (en_text, de_text etc)
and then create specific fields that map to them (en_content, de_co