On Thu, May 3, 2012 at 9:35 AM, OliverS <oliver.schi...@unibas.ch> wrote:
> Hello
>
> I read and tried a lot, but somehow I don't fully understand and it doesn't
> work. I'm working on solr 4.0 (latest trunk) and use
> ICUCollationKeyFilterFactory for my main field type. Now, wildcard queries
> don't work, even though ICUCollationKeyFilterFactory seems to be
> http://lucene.apache.org/solr/api/org/apache/solr/analysis/class-use/MultiTermAwareComponent.html

this filter implements that interface solely to support rangequeries
in collation order (in addition to sort), so that it has all the
lucene functionality.

wildcards and even prefix queries simply wont work, because these are
binary keys intended just for this purpose. if you want to do textish
queries like this, you need to use a text field.

-- 
lucidimagination.com

Reply via email to