Re: Hibernate Search with Regex based on Table

2012-09-17 Thread Sanne Grinovero
d ss. That default file handles your umlauts differently, but you can > change the rules to suit your exact needs. > > > -- Jack Krupansky > > -Original Message- From: Robert Streitberger > Sent: Wednesday, September 12, 2012 9:22 AM > To: java-user@lucene.apache.org > &

Re: Hibernate Search with Regex based on Table

2012-09-12 Thread Jack Krupansky
, September 12, 2012 9:22 AM To: java-user@lucene.apache.org Subject: Re: Hibernate Search with Regex based on Table Hi, thx for the hint. It seems to be an interesting solution. Unfortunately I think it will come to problems with german names when umlauts (ö, ä) and the sharp s (ß) are mapped, because

Re: Hibernate Search with Regex based on Table

2012-09-12 Thread Robert Streitberger
search. let's say oe, ae, ss. kr Rob From: "Jack Krupansky" To: Date: 12.09.2012 15:02 Subject: Re: Hibernate Search with Regex based on Table It sounds as if MappingCharFilter would be sufficient. Unless there is some additional requirement?

Re: Hibernate Search with Regex based on Table

2012-09-12 Thread Jack Krupansky
It sounds as if MappingCharFilter would be sufficient. Unless there is some additional requirement? In Solr we have: positionIncrementGap="100" > mapping="mapping-ISOLatin1Accent.txt"/> That mapping-ISOLatin1Accent.txt file maps or "folds" all the accented characters into the bas