Re: trouble with CollationKeyFilter

2011-11-26 Thread Michael Sokolov
That's great news! We can't really track trunk, but it looks like this is targeted for 3.6, right? As a short-term alternative, I was considering using ICUFoldingFilter; this won't preserve some of the finer distinctions, but will at least sort the accented characters in with their unaccented

[ANNOUNCE] Apache Solr 3.5 released

2011-11-26 Thread Simon Willnauer
27 November 2011, Apache Solr™ 3.5.0 available The Lucene PMC is pleased to announce the release of Apache Solr 3.5.0. Solr is the popular, blazing fast open source enterprise search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, fa

Re: Returning and faceting on some of the field's values

2011-11-26 Thread Jeff Schmidt
Hello: I'm still not finding much joy with this issue. For one, it looks like FacetComponent (via SimpleFacets.getFieldCacheCounts()) goes directly to the Lucene FieldCache (non-enum, multi-valued field, single string token) in order to get terms to count. So, even if it were possible for me