Hi Sébastien,
I've experienced the same issue but when using "range queries". Maybe this
might help you too.
I was trying to filter a query using a range as "[ B TO F ]" being case and
accent insensitive, and still get back the case and accent at results.
The solution have been NOT TOKENIZE the
Thanks for your reply. I will have a look at this.
Peter Wolanin a écrit :
Seems like this might be approached using a Lucene payload? For
example where the original string is stored as the payload and
available in the returned facets for display purposes?
Payloads are byte arrays stored with
Seems like this might be approached using a Lucene payload? For
example where the original string is stored as the payload and
available in the returned facets for display purposes?
Payloads are byte arrays stored with Terms on Fields. See
https://issues.apache.org/jira/browse/LUCENE-755
Solr se
Shalin Shekhar Mangar a écrit :
On Fri, Jun 26, 2009 at 6:02 PM, Sébastien Lamy wrote:
If I use a copyField to store into a string type, and facet on that, my
problem remains:
The facets are sorted case and accent sensitive. And I want an
*insensitive* sort.
If I use a copyField to store in
On Fri, Jun 26, 2009 at 6:02 PM, Sébastien Lamy wrote:
>
>>
> If I use a copyField to store into a string type, and facet on that, my
> problem remains:
> The facets are sorted case and accent sensitive. And I want an
> *insensitive* sort.
> If I use a copyField to store into a type with no accen
Shalin Shekhar Mangar a écrit :
On Fri, Jun 26, 2009 at 4:06 PM, Sébastien Lamy wrote:
Hi!
When I ask solr for facets, with the parameter "facet.sort=index", it gives
me the facets sorted alphabetically, but case and accent sensitive.
I found no way to have the facets returned with the or
On Fri, Jun 26, 2009 at 4:06 PM, Sébastien Lamy wrote:
> Hi!
>
> When I ask solr for facets, with the parameter "facet.sort=index", it gives
> me the facets sorted alphabetically, but case and accent sensitive.
>
> I found no way to have the facets returned with the original case and
> accents, a
Hi!
When I ask solr for facets, with the parameter "facet.sort=index", it
gives me the facets sorted alphabetically, but case and accent sensitive.
I found no way to have the facets returned with the original case and
accents, and sorted alphabetically, with no sensibility to case and accents