On Tue, 2012-09-11 at 14:21 +0200, Claudio Ranieri wrote:
> Ok Toke, Is it worth opening a ticket in jira to implement the
> collator-key + original in facet?
I think it would be best to discuss it on the developer mailing list
first. I have send a mail there: "Collator-based facet sorting in Solr
> This is an interesting feature to be implemented, because we
> can sort the results correctly, but not in the facets.
> The facets also does not bring the total count for
> pagination.
> I'm using the facets to get the distinct values of a
> field. I wish to sort and pagination them.
Distinct
: Problem with accented words sorting
On Tue, 2012-09-11 at 12:14 +0200, Claudio Ranieri wrote:
> This is an interesting feature to be implemented, because we can sort
> the results correctly, but not in the facets.
At work (State and University Library, Denmark) we use collator-ordered
fa
On Tue, 2012-09-11 at 12:14 +0200, Claudio Ranieri wrote:
> This is an interesting feature to be implemented, because we can sort
> the results correctly, but not in the facets.
At work (State and University Library, Denmark) we use collator-ordered
faceting for author & title, but out current imp
sort
and pagination them.
-Mensagem original-
De: Toke Eskildsen [mailto:t...@statsbiblioteket.dk]
Enviada em: terça-feira, 11 de setembro de 2012 04:11
Para: solr-user@lucene.apache.org
Assunto: Re: RES: RES: Problem with accented words sorting
On Mon, 2012-09-10 at 16:04 +0200, Cl
On Mon, 2012-09-10 at 16:04 +0200, Claudio Ranieri wrote:
> When I used the CollationKeyFilterFactory in my facet (example below),
> the value of facet went wrong. When I remove the
> CollationKeyFilterFactory of type of facet, the value went correct.
As Ahmed wrote, CollationKeyFilter is meant fo
: segunda-feira, 10 de setembro de 2012 10:34
Para: solr-user@lucene.apache.org
Assunto: Re: RES: Problem with accented words sorting
Hi Claudio,
CollationKeyFilterFactory is meant to be used in sorting. If you need both
language specific sorting and faceting, you need to make two copies of your
t: RES: Problem with accented words sorting
> To: "solr-user@lucene.apache.org"
> Date: Monday, September 10, 2012, 3:29 PM
> I tried using
> solr.CollationKeyFilterFactory in my facets:
>
> class="solr.TextField">
>
> cla
[mailto:claudio.rani...@estadao.com]
Enviada em: segunda-feira, 10 de setembro de 2012 08:29
Para: solr-user@lucene.apache.org
Assunto: Problem with accented words sorting
Hi,
I have a facet (type = "string") and I want to sort it.
The problem is that accented words are appearing at the end of th
Hi,
I have a facet (type = "string") and I want to sort it.
The problem is that accented words are appearing at the end of the sequence.
Example sorted sequence: "Santa Catarina", "Sergipe", "São Paulo".
I would like to get in order: "Santa Catarina", "São Paulo", "Sergipe."
I can not normalize i
10 matches
Mail list logo