Re: clustering with compass & terracotta

2009-01-18 Thread Amin Mohammed-Coleman
I've been working on integrating hibernate search and Gigaspaces XAP. It's been raised as a openspaces project and awaiting approval. The aim is to place indexes on the space and use gigaspaces middleware support for clustering, replication and other services. Sent from my iPhone On 15 Jan

RE: clustering with compass & terracotta

2009-01-16 Thread Angel, Eric
Glen, Thanks for the links. I'll try these out and see. -Original Message- From: Glen Newton [mailto:glen.new...@gmail.com] Sent: Thursday, January 15, 2009 12:06 PM To: java-user@lucene.apache.org Subject: Re: clustering with compass & terracotta There is a discussion he

Re: clustering with compass & terracotta

2009-01-15 Thread Glen Newton
There is a discussion here: http://www.terracotta.org/web/display/orgsite/Lucene+Integration Also of interest: "Katta - distribute lucene indexes in a grid" http://katta.wiki.sourceforge.net/ -glen http://zzzoot.blogspot.com/2008/11/lucene-231-vs-24-benchmarks-using-lusql.html http://zzzoot.blo

clustering with compass & terracotta

2009-01-15 Thread Angel, Eric
I just ran into this http://www.compass-project.org/docs/2.0.0/reference/html/needle-terracot ta.html and was wondering if any of you had tried anything like this and if so, what your experience was like. Eric

Re: Compass - Reloading Domain Object Defintiion Files

2008-06-10 Thread Konstantyn Smirnov
I was having a similar prob. See here: http://www.nabble.com/Alternative-to-Compass-Searchable-plugin-tp17248352p17248352.html -- View this message in context: http://www.nabble.com/Compass---Reloading-Domain-Object-Defintiion-Files-tp17742490p17749796.html Sent from the Lucene - Java Users

Re: Compass - Reloading Domain Object Defintiion Files

2008-06-09 Thread Otis Gospodnetic
Hi, It looks like you wanted to post this to Compass mailing list, but posted it to the Lucene user list. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: stevieray <[EMAIL PROTECTED]> > To: java-user@lucene.apache.org &g

Compass - Reloading Domain Object Defintiion Files

2008-06-09 Thread stevieray
? What is the best way to force lucene to reindex? Thank you. -- View this message in context: http://www.nabble.com/Compass---Reloading-Domain-Object-Defintiion-Files-tp17742490p17742490.html Sent from the Lucene - Java Users mailing list archive at Nabble.com

RE: Compass example

2008-02-21 Thread Mitesh Soni
va-user@lucene.apache.org Subject: Re: Compass example HI Mitesh, I would suggest asking the folks who created Compass on the Compass mailing lists. Thanks, Grant On Feb 21, 2008, at 9:07 AM, Mitesh Soni wrote: > Is anyone having the ides about the compass framework? > > How xml files are in

Re: Compass example

2008-02-21 Thread Grant Ingersoll
HI Mitesh, I would suggest asking the folks who created Compass on the Compass mailing lists. Thanks, Grant On Feb 21, 2008, at 9:07 AM, Mitesh Soni wrote: Is anyone having the ides about the compass framework? How xml files are indexed in compass? Steps or example is needed. Thanks

Compass example

2008-02-21 Thread Mitesh Soni
Is anyone having the ides about the compass framework? How xml files are indexed in compass? Steps or example is needed. Thanks & Regards, Mitesh Soni

RE: Compass

2008-01-24 Thread spring
Thank you. > -Original Message- > From: Lukas Vlcek [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 23. Januar 2008 08:23 > To: java-user@lucene.apache.org > Subject: Re: Compass > > Hi, > > I am using Compass with Spring and JPA. It works pretty nice. &

Re: Compass

2008-01-22 Thread Lukas Vlcek
Hi, I am using Compass with Spring and JPA. It works pretty nice. I don't store index into database, I use traditional file system based Lucene index. Updates work very well but you have to be careful about proper mapping of your objects into search engine (specially parent-child map

Compass

2008-01-21 Thread spring
Hi, compass (http://www.opensymphony.com/compass/content/lucene.html) promisses many nice things in my opinion. Has anybody production experiences with it? Especially Jdbc Directory and Updates? Thank you. - To unsubscribe, e

RE: lucene based frameworks/servers: solr, nutch, compass - which one is for what????

2006-09-20 Thread Pasha Bizhan
Hi, > From: Chenini, Mohamed [mailto:[EMAIL PROTECTED] > Is "the upcoming Lucene in Action part deux" a complement to > LUCENE IN ACTION (which I just recently bought)? And will it > be for sale? Why don't you and Erik don't write a Lucene/Nutch book? JFYI: http://www.amazon.com/Building-Se

Re: lucene based frameworks/servers: solr, nutch, compass - which one is for what????

2006-09-20 Thread Erik Hatcher
On Sep 20, 2006, at 7:39 AM, Chenini, Mohamed wrote: Is "the upcoming Lucene in Action part deux" a complement to LUCENE IN ACTION (which I just recently bought)? And will it be for sale? Why don't you and Erik don't write a Lucene/Nutch book? Lucene in Action 2nd edition (code named LIA2)

RE: lucene based frameworks/servers: solr, nutch, compass - which one is for what????

2006-09-20 Thread Chenini, Mohamed
lto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 11:40 PM To: java-user@lucene.apache.org Subject: Re: lucene based frameworks/servers: solr, nutch, compass - which one is for what Hi Vladimir, Yes, you are close. Solr doesn't use SOAP, though, and JSON is only one of its outputs. S

Re: lucene based frameworks/servers: solr, nutch, compass - which one is for what????

2006-09-19 Thread Otis Gospodnetic
Hi Vladimir, Yes, you are close. Solr doesn't use SOAP, though, and JSON is only one of its outputs. Solr can be described as a REST-ish web service. You trigger it via HTTP GET requests and responses are XML, or JSON, or something else in the future. I think you are right about Co

lucene based frameworks/servers: solr, nutch, compass - which one is for what????

2006-09-19 Thread Vladimir Olenin
Hi, Couple of people mentioned here SOLR as a 'new' Lucene based search server. But NUTCH is also Lucene based. Also, there is an OpenSymphony initiative called 'Compass', which is rather an integration framework than server. I wonder if anyone can come up with a small

Re: Compass Framework

2006-04-08 Thread Chris Lu
As far as I know, Compass Framework does not store index into database. It just index data when data pass Hibernate, iBatis, or other layer. So if you use these layers in your code, you can use Compass. Chris Lu -- Full-Text Lucene Search on Any Databases http

Re: Compass Framework

2006-04-08 Thread Raghavendra Prabhu
Skounakis <[EMAIL PROTECTED]> wrote: > > > > > Hi all, > > I recently came across the Compass Framework, which is built on top of > lucene. I > am interested in it because it stores the lucene index in an RDBMS and > provides > transaction support for index upda

Compass Framework

2006-04-08 Thread Marios Skounakis
Hi all, I recently came across the Compass Framework, which is built on top of lucene. I am interested in it because it stores the lucene index in an RDBMS and provides transaction support for index updates (it also has several other features but this is the part I'm mostly interested in

Compass Framework 0.8 + Jdbc Lucene Directory

2006-01-08 Thread Shay Banon
We are pleased to announce the 0.8.0 release of Compass Framework - A Java Search Engine Framework based on Lucene. Major feature of this release is the ability to store Lucene index within a database. The feature has two parts: A complete Lucene Jdbc Directory implementation which is

Re: Review of Using Compass With Lucene to Index Database?

2005-10-26 Thread Erik Hatcher
On 26 Oct 2005, at 20:15, Sam Lee wrote: Are Compass Framework and DBsight the only 2 options for indexing DB so far? Or probably 10 lines of JDBC and Lucene API code (just to index, of course). Erik - To

Re: Review of Using Compass With Lucene to Index Database?

2005-10-26 Thread Sam Lee
Are Compass Framework and DBsight the only 2 options for indexing DB so far? --- Chris Lu <[EMAIL PROTECTED]> wrote: > It's done by Shay Banon. He should be on the list > also. > Lucene works by a hooker through Hibernate when CRUD > operatates on MySql. > > htt

Re: Review of Using Compass With Lucene to Index Database?

2005-10-26 Thread Chris Lu
ene Search On Any Database http://www.dbsight.net On 10/26/05, Sam Lee <[EMAIL PROTECTED]> wrote: > Hi, > I just found a open source project called Compass > that works with Lucene to index database like mysql. > Has anyone used it? If so, please let us know what > you th

Review of Using Compass With Lucene to Index Database?

2005-10-26 Thread Sam Lee
Hi, I just found a open source project called Compass that works with Lucene to index database like mysql. Has anyone used it? If so, please let us know what you think about Compass. Many thanks. __ Do You Yahoo!? Tired of spam? Yahoo! Mail

Re: Compass 0.5 Released

2005-08-04 Thread Shay Banon
@lucene.apache.org Subject: Compass 0.5 Released We are please to announce the 0.5 major feature release of Compass Object/Search Engine Mapping (OSEM) framework. This release makes integrating search capability with existing development frameworks (like Hibernate and Spring) even simpler. Compass uses

RE: Compass 0.5 Released

2005-08-04 Thread Mark Benussi
Shay. Do you have a web site that we can visit to discover more about your technology? -Original Message- From: Shay Banon [mailto:[EMAIL PROTECTED] Sent: 04 August 2005 22:34 To: java-user@lucene.apache.org Subject: Compass 0.5 Released We are please to announce the 0.5 major feature

Compass 0.5 Released

2005-08-04 Thread Shay Banon
We are please to announce the 0.5 major feature release of Compass Object/Search Engine Mapping (OSEM) framework. This release makes integrating search capability with existing development frameworks (like Hibernate and Spring) even simpler. Compass uses declarative mapping technology, which

Re: Compass 0.4 Released

2005-05-04 Thread kimchy . compass
. In any case, there is a lot of thinking to be done on the subject, and I am no "semantic expert", so if you wish to discuss it, just drop some email to compass mailing lists. Cheers Shay On 3 May 2005, at 20:52, Gusenbauer Stefan wrote: [EMAIL PROTECTED] wrote: Hi, "

Re: Compass 0.4 Released

2005-05-03 Thread Gusenbauer Stefan
[EMAIL PROTECTED] wrote: > Hi, > > " >We are please to announce the initial release of Compass, a new > concept in semantic Search Engine/Object Mapping (OSEM) technology. >Compass is a Java framework, built on top of the Lucene Search > Engine, making it simp

Re: Compass 0.4 Released

2005-05-03 Thread Erik Hatcher
EMAIL PROTECTED] wrote: Hi, " We are please to announce the initial release of Compass, a new concept in semantic Search Engine/Object Mapping (OSEM) technology. Compass is a Java framework, built on top of the Lucene Search Engine, making it simple to map your Java object model into a Sea

Re: Compass 0.4 Released

2005-05-03 Thread Joseph B. Ottinger
Well, it's been on theserverside.com for about thirty minutes already... :) On Tue, 3 May 2005 [EMAIL PROTECTED] wrote: Hi, " We are please to announce the initial release of Compass, a new concept in semantic Search Engine/Object Mapping (OSEM) technology. Compass is a Java

Compass 0.4 Released

2005-05-03 Thread kimchy . compass
Hi, " We are please to announce the initial release of Compass, a new concept in semantic Search Engine/Object Mapping (OSEM) technology. Compass is a Java framework, built on top of the Lucene Search Engine, making it simple to map your Java object model into a Search E