You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Jon Baer <jo...@gmail.com> on 2008/10/22 02:45:48 UTC

Ocean realtime search + Solr

Hi,

Im pretty intrigued by the Ocean search stuff and the Lucene patch, Im  
wondering if it's something that a tweaked Solr w/ mod Lucene can run  
now?  Has anyone tried merging that patch and running w/ Solr?  Im  
sure there is more to it than just swapping out the libs but the real  
time indexing Im sure would be possible, no?

Thanks.

- Jon

Re: Ocean realtime search + Solr

Posted by Jason Rutherglen <ja...@gmail.com>.
Not quite yet, there is the IndexReader.clone patch that needs to be
completed that Ocean depends on
https://issues.apache.org/jira/browse/LUCENE-1314.  I had it completed
but then things changed in IndexReader so now it doesn't work and I
have not had time to complete it again.  Otherwise the Ocean code
works, the issue is in how best to integrate with SOLR which is not
clear at this point given it requires a rather massive change in the
SolrCore tree of code (see
https://issues.apache.org/jira/browse/SOLR-567 for what changes are
needed).  Unfortunately it's not as simple as swapping out something
as the facet and field caching methodology needs to change.

On Tue, Oct 21, 2008 at 8:45 PM, Jon Baer <jo...@gmail.com> wrote:
> Hi,
>
> Im pretty intrigued by the Ocean search stuff and the Lucene patch, Im
> wondering if it's something that a tweaked Solr w/ mod Lucene can run now?
>  Has anyone tried merging that patch and running w/ Solr?  Im sure there is
> more to it than just swapping out the libs but the real time indexing Im
> sure would be possible, no?
>
> Thanks.
>
> - Jon
>