gards,
Henrik Ossipoff
-Original Message-
From: Alexandre Rafalovitch [mailto:arafa...@gmail.com]
Sent: 15. juli 2013 17:16
To: solr-user@lucene.apache.org
Subject: Re: Facet sorting seems weird
Hi Henrik,
If I understand the question correctly (case-insensitive sorting of the facet
v
t: 15. juli 2013 17:08
To: solr-user@lucene.apache.org
Subject: RE: Facet sorting seems weird
Hi Henrik,
We did something related to this that I'll share. I'm rather new to Solr so
take this idea cautiously :-) Our requirement was to show exact values but have
case-insensitive so
Alex,
You could submit a JIRA ticket, and add an option like facet.sort =
insensitive, and f.<> syntax
Then we all get the benefit of the new feature.
On Mon, Jul 15, 2013 at 9:16 AM, Alexandre Rafalovitch
wrote:
> Hi Henrik,
>
> If I understand the question correctly (case-insensitive sortin
Hi Henrik,
If I understand the question correctly (case-insensitive sorting of the
facet values), then this is the limitation of the current Facet component.
You can see the full implementation at:
https://github.com/apache/lucene-solr/blob/trunk/solr/core/src/java/org/apache/solr/handler/compone
nal Message-
From: David Quarterman [mailto:da...@corexe.com]
Sent: 15. juli 2013 16:46
To: solr-user@lucene.apache.org
Subject: RE: Facet sorting seems weird
Hi Henrik,
Try setting up a copyfield in your schema and set the copied field to use
something like 'text_ws' which implements L
t: 15. juli 2013 16:46
To: solr-user@lucene.apache.org
Subject: RE: Facet sorting seems weird
Hi Henrik,
Try setting up a copyfield in your schema and set the copied field to use
something like 'text_ws' which implements LowerCaseFilterFactory. Then sort on
the copyfield.
Regards,
DQ
com]
Sent: 15 July 2013 15:08
To: solr-user@lucene.apache.org
Subject: Facet sorting seems weird
Hello, first time writing to the list. I am a developer for a company where we
recently switched all of our search core from Sphinx to Solr with very great
results. In general we've been very
Hello, first time writing to the list. I am a developer for a company where we
recently switched all of our search core from Sphinx to Solr with very great
results. In general we've been very happy with the switch, and everything seems
to work just as we want it to.
Today however we've run into