Re: Hibernate Search with Regex based on Table

2012-09-12 Thread Jack Krupansky
MappingCharFilter can do all of that. The file I referenced already has ae, oe, and 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, Septembe

Re: Hibernate Search with Regex based on Table

2012-09-12 Thread Robert Streitberger
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 there are some requirements to map these chars to the usual german representation and consider this in searc

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

Hibernate Search with Regex based on Table

2012-09-12 Thread Robert Streitberger
Hello, I am currently discussing the possibilities of introducing Hibernate Search (Lucene) into an existing Java Web Project with existing Hibernate Layer. Hibernate Queries are quite complex and mostly done with criteries. For certain properties/columns we are looking for advanced search po