2007/5/29, Chris Hostetter <[EMAIL PROTECTED]>:
: > facet.analyzer is true, do analyze, if false don't analyze. : What if Solr doesn't have access to the unindexed version? My : suggestion would be to copyField into an unanalyzed version, and : facet on that.
me too. yeah, i'm not even sure that i understand the orriginal suggestion clearly
(i'd need a more concrete example) but analysis doesn't just happen at query
i know it. (or facet) time) ... there's also the indexing aspect of it. in
general, options which disable "query time" analysis don't really make sense because no query time option can undo the fact that "index time" analysis has already taken place.
it seems that only map facet value by solr or by web(if use web language) to avoid facet value be analyzed(english value have space, chinese value will be analyzed.). -Hoss
-- regards jl