Re: Hibernate Search with Regex based on Table

2012-09-17 Thread Sanne Grinovero
Right, you should use the MappingCharFilter from Solr; Hibernate Search can use the Solr tokenizers and filters: http://docs.jboss.org/hibernate/search/4.2/reference/en-US/html_single/#d0e462 To answer your other questions: > In short: Would it be possible to introduce Hibernate Search in

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
ll the accented characters into the base ASCII letter. -- Jack Krupansky -Original Message- From: Robert Streitberger Sent: Wednesday, September 12, 2012 8:45 AM To: java-user@lucene.apache.org Subject: Hibernate Search with Regex based on Table Hello, I am currently discussing the po

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

Re: Usage of Lucene/Hibernate Search for Contacts Merging operation

2009-10-12 Thread Rene Wiermer
ompare the documents inside these container with each other and decide, which contacts you want to merge and which not. > I am currently using Hibernate. I got to know about Hibernate Search/Lucene. > Can I use these solutions for this task. I am asking this on the basis that > Lucene

Usage of Lucene/Hibernate Search for Contacts Merging operation

2009-10-12 Thread nitingupta183
and mobile and then run the loop to determine which all contacts have similar entries. But i think this algo will have worst performance. I am currently using Hibernate. I got to know about Hibernate Search/Lucene. Can I use these solutions for this task. I am asking this on the basis that Lucene

Re: lucene / hibernate search in cluster

2009-05-04 Thread Stephane Nicoll
. > I have the hibernate search in action book as well. I didn't see other > alternatives besides writing something custom ( perhaps a directory > provider > with jgroups ) that will meet this requirement. Read Chapter 10 one more time then. S. > > > Thanks, > Mark &g

Re: lucene / hibernate search in cluster

2009-05-04 Thread no spam
5 seconds seems short to me also but this is what our client wants and so I need to get as close to this number as possible :) It's a system that records live video 24x7 and up to date information is extremely important. I have the hibernate search in action book as well. I didn't

Re: lucene / hibernate search in cluster

2009-05-03 Thread Stephane Nicoll
Hi, There are many more alternatives available to the JMS bridge. There is also the abilty to do incremental copy of the index over a shared filesystem for instance. That being said, 5 seconds seems really short to me. I read all this in "Hibernate Search In Action" but I suppose

lucene / hibernate search in cluster

2009-05-03 Thread no spam
We are using hibernate search that is an abstraction on top of lucene. Has anyone used this in a clustered environment? There is built-in JMS ( master / slave ) support for this but the assumption is that the slaves get updates every 30 minutes or more from the master. Our application requires

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

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

Hibernate Search

2008-08-12 Thread Sascha Fahl
Hi, what do you think about Hibernate Search to handle the indexing of database content? It often is a problem to have database and index coherent. So does anyone of you have experiences in using Hibernate Search there for? Regards, Sascha

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

RE: Hibernate search (Problem adding new Record)

2008-05-02 Thread John Griffin
); } ^ | .index causes a reindex not a save 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 Hibernate Search in my Application, the first

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 - O

Hibernate search (Problem adding new Record)

2008-05-02 Thread oyesiji
I am using Hibernate Search in my Application, the first time i attempt to index records from the database it works and the second time i attempt to add records i notice that it does not work FullTextSession fullTextSession = Search.createFullTextSession(session); for (JobDescription