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

Re: Hibernate Search

2008-08-12 Thread Shalin Shekhar Mangar
Perhaps Solr and DataImportHandler may also be of interest to you. http://lucene.apache.org/solr http://wiki.apache.org/solr/DataImportHandler On Tue, Aug 12, 2008 at 1:17 PM, Sascha Fahl <[EMAIL PROTECTED]>wrote: > Hi, > > what do you think about Hibernate Search to handle the indexing of datab

Re: Hibernate Search

2008-08-12 Thread Emmanuel Bernard
You probably should ask your question on the Hibernate forum as well. You will more likely find actual Hibernate Search users there :) http://forum.hibernate.org/viewforum.php?f=9 -- Emmanuel Bernard http://in.relation.to/Bloggers/Emmanuel | http://blog.emmanuelbernard.com | http://twitter.c

RE: Hibernate search (Problem adding new Record)

2008-05-02 Thread John Griffin
P.S. The Hibernate Search forum is at http://forum.hibernate.org/viewforum.php?f=9 John G. -Original Message- From: oyesiji [mailto:[EMAIL PROTECTED] Sent: Friday, May 02, 2008 5:24 PM To: java-user@lucene.apache.org Subject: Hibernate search (Problem adding new Record) I am using

RE: Hibernate search (Problem adding new Record)

2008-05-02 Thread John Griffin
Try this: FullTextSession fullTextSession = Search.createFullTextSession(session); for (JobDescription jobDescription : jobDescriptions) { fullTextSession.save(jobDescription); } ^ |

Re: Hibernate search (Problem adding new Record)

2008-05-02 Thread Otis Gospodnetic
Hi, Hibernate Search hasn't been talked about much on this list, so you may not get much help, if any. Have you tried asking on the Hibernate Search mailing list? (don't know it's address/site). Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > Fr