RE: Ocean Documentation

2008-07-15 Thread Ard Schrijvers
> Jason Rutherglen wrote: > I took a look at Jackrabbit, which are a very cool animal, :-) > and there are similar ideas in the Lucene portion. I will > try to take a look at the source to get a better understanding. The Jackrabbit indexing code is pretty much tied to Jackrabbit and jsr-1

Re: Ocean Documentation

2008-07-15 Thread Ian Boston
If you are looking for another example along the same principals, (but considerably less sophisticated :) ), see https://source.sakaiproject.org/svn//search/trunk/search-impl/ This manages a queue of change events on items to be indexed, that queue is processed by a cluster of search indexer

Re: Ocean Documentation

2008-07-14 Thread Jason Rutherglen
I took a look at Jackrabbit, which are a very cool animal, and there are similar ideas in the Lucene portion. I will try to take a look at the source to get a better understanding. On Fri, Jul 11, 2008 at 9:09 AM, Ard Schrijvers <[EMAIL PROTECTED]> wrote: > Hello Jason et al, > > Indeed there ar

Re: Ocean Documentation

2008-07-14 Thread Karl Wettin
11 jul 2008 kl. 14.29 skrev Jason Rutherglen: Karl, does this answer your question or are there areas that could use more explanation? That's good stuff, you should add it to the docs. karl - To unsubscribe, e-mai

RE: Ocean Documentation

2008-07-11 Thread Ard Schrijvers
Hello Jason et al, Indeed there are plenty of usecases of instantly needed updated searches, for example the jsr-170 (jcr) compliant Jackrabbit implementation: it havily relies on lucene for searching and hierarchy resolving, and according jsr-170 spec after a save(), changes need to be visible in

Re: Ocean Documentation

2008-07-11 Thread Jason Rutherglen
I started a wiki name at http://wiki.apache.org/lucene-java/OceanRealtimeSearch linked from http://wiki.apache.org/lucene-java/LuceneResources. Perhaps I should add some background on the wiki. I can add a little bit here. I was an early Solr developer/user at a social networking company when Go

Re: Ocean Documentation

2008-07-11 Thread Karl Wettin
10 jul 2008 kl. 22.08 skrev Jason Rutherglen: Is there a good place to put Ocean https://issues.apache.org/jira/browse/LUCENE-1313 documentation? Is there a place on the wiki that is good? Hi Janson, the wiki is just fine. I've been reading the docs and looked at your patch. There is a lo