Re: Collator-based facet sorting in Solr

2012-09-12 Thread Robert Muir
On Wed, Sep 12, 2012 at 3:44 AM, Toke Eskildsen wrote: > > That would be a serious impediment. For some of our uncontrolled fields, > the same word can be cased very differently: CD, cd, Cd. To be of the > safe side, the client would have to ask for 3 times the wanted amount of > facet informatio

Re: Collator-based facet sorting in Solr

2012-09-12 Thread Robert Muir
On Wed, Sep 12, 2012 at 3:44 AM, Toke Eskildsen wrote: > > I seem to be missing something here. The ICUCollationKeyFilter can be at > the end of the analyzer chain, so why can't the input be normalized > before entering this filter? > ICUCollationKeyFilter is gone. -- lucidworks.com -

Re: Collator-based facet sorting in Solr

2012-09-12 Thread Toke Eskildsen
On Tue, 2012-09-11 at 17:23 +0200, Robert Muir wrote: > Just a concern where things could act a little funky: > > today for example, If I set strength=primary, then its going to fold > Test and test to the same unique term, > but under this scheme you would have Test and test as two terms. > > thi

Re: Collator-based facet sorting in Solr

2012-09-11 Thread Robert Muir
Just a concern where things could act a little funky: today for example, If I set strength=primary, then its going to fold Test and test to the same unique term, but under this scheme you would have Test and test as two terms. this could be undesirable in the typical case that you just want case-

Re: Collator-based facet sorting in Solr

2012-09-11 Thread Robert Muir
On Tue, Sep 11, 2012 at 10:43 AM, Toke Eskildsen wrote: > > ICU sort keys are always null (00) terminated and when two keys are > compared, the comparison stops as soon as null is reached(?) > http://userguide.icu-project.org/collation/architecture > > If we concatenate the keys with the original