Will there be a way to do reverse alphabetical ordering in addition to
alphabetical? a->z and z->a ?
Thanks in advance.
ryantxu wrote:
>
> Chris Hostetter wrote:
>> : Has anyone given any thought to alphabetical faceting?
>>
>> if by alphabetical you mean the natural unicode ordering of ter
On 5/11/07, Binkley, Peter <[EMAIL PROTECTED]> wrote:
Would it be difficult to add support for other unicode collations, for
i18n purposes?
It would require collecting *all* of the facet terms/counts, which is
potentially very large, and then re-sorting. Definitely much more
expensive to do.
: Would it be difficult to add support for other unicode collations, for
: i18n purposes?
Difficult? ... probably not, but it would require code. :)
The existing "natural order" sorting on the other hand is there because it
was free and easy ... it's the order terms are enumrated in the index.
Would it be difficult to add support for other unicode collations, for
i18n purposes?
peter
-Original Message-
From: Ryan McKinley [mailto:[EMAIL PROTECTED]
Sent: Friday, May 11, 2007 11:38 AM
To: solr-user@lucene.apache.org
Subject: Re: Alphabetical Facets
Chris Hostetter wrote
Chris Hostetter wrote:
: Has anyone given any thought to alphabetical faceting?
if by alphabetical you mean the natural unicode ordering of terms for
facet.field type facets -- that's already supported.
It's the default sort if there is no facet limit (ie: facet.limit=-1) but
even with a limit
: Has anyone given any thought to alphabetical faceting?
if by alphabetical you mean the natural unicode ordering of terms for
facet.field type facets -- that's already supported.
It's the default sort if there is no facet limit (ie: facet.limit=-1) but
even with a limit it can be explicitly tu
I don't have any pointers, but I would love to have this feature.
- Original Message
From: Ryan McKinley <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Friday, May 11, 2007 9:23:02 AM
Subject: Alphabetical Facets
Has anyone given any thought to alphabetical faceting?
I'd like