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
>
&
, 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
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?
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
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
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
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
Try this:
FullTextSession fullTextSession = Search.createFullTextSession(session);
for (JobDescription jobDescription : jobDescriptions) {
fullTextSession.save(jobDescription);
} ^
|
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