Thanks Rick for jumping in here - Mattias was busy with Lab-day and I
am a N00b regarding Lucene internals :/

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org              - NOSQL for the Enterprise.
http://startupbootcamp.org/    - Öresund - Innovation happens HERE.



On Fri, Nov 11, 2011 at 4:17 PM, Niels Hoogeveen
<pd_aficion...@hotmail.com> wrote:
>
> Thanks Rick, I will try out your suggestions.
> Niels
>
>> From: rick.bullo...@thingworx.com
>> To: user@lists.neo4j.org
>> Date: Fri, 11 Nov 2011 07:33:44 -0700
>> Subject: Re: [Neo4j] Lucene sort with diacritic characters
>>
>> You probably need to create a custom analyzer using one of Lucene's 
>> collation filters (which you will provide as a parameter to the Neo4J index 
>> creation method).  Unfortunately, you can't apply a new analyzer "after the 
>> fact".  I think you'll need to delete and regenerate the index.  Lucene has 
>> some built-in language specific collation filters, but there is also a 
>> contributed package, ICUCollationKeyFilter, which may have some advantages 
>> in terms of performance.  Unfortunately, I do not direct experience in using 
>> either, but hopefully this will help get you pointed in the right direction.
>>
>> Rick
>>
>>
>>
>> ________________________________________
>> From: user-boun...@lists.neo4j.org [user-boun...@lists.neo4j.org] On Behalf 
>> Of Niels Hoogeveen [pd_aficion...@hotmail.com]
>> Sent: Friday, November 11, 2011 9:27 AM
>> To: user@lists.neo4j.org
>> Subject: Re: [Neo4j] Lucene sort with diacritic characters
>>
>> anyone?
>>
>> > From: pd_aficion...@hotmail.com
>> > To: user@lists.neo4j.org
>> > Date: Thu, 10 Nov 2011 20:20:46 +0100
>> > Subject: [Neo4j] Lucene sort with diacritic characters
>> >
>> >
>> > When retrieving items from a Lucene index, using the sort method, it seems 
>> > the order doesn't abide proper rules for sorting diacritic characters.
>> > For example, Århus comes later in the list than Zürich and Ḩalab comes 
>> > later than Žužemberk.
>> > Can someone help me solve this?
>> > Niels
>> > _______________________________________________
>> > Neo4j mailing list
>> > User@lists.neo4j.org
>> > https://lists.neo4j.org/mailman/listinfo/user
>>
>> _______________________________________________
>> Neo4j mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>> _______________________________________________
>> Neo4j mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to