[ 
https://issues.apache.org/jira/browse/SOLR-6266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Bernstein updated SOLR-6266:
---------------------------------
    Description: 
It would be great users could connect Couchbase and Solr so that updates to 
Couchbase can automatically flow to Solr. Couchbase provide some very nice 
API's which allow applications mimic the behavior of a Couchbase server so that 
it can recieve update via the normal cross data center replication (XDCR).

Once possible design for this it to create a CouchbaseUpdateHandler that 
extends the DirectUpdateHandler2. This new handler would embed the couchbase 
api's and listen for incoming updates from couchbase, then marshal the 
couchbase updates to Solr updates and call the DirectUpdateHandler methods 
directly with the update requests.

  was:
Can solr listen for updates on couchbase buckets and pull the recent changes 
into solr index. 

Something similar to elastic search couchbase plugin 
http://docs.couchbase.com/couchbase-elastic-search/

Also in enterprise solr world companies have tried plugins which can pull 
recent updates from cassandra and HBase. We need to develop such functionality 
in opensource solr.


> Couchbase plug-in for Solr
> --------------------------
>
>                 Key: SOLR-6266
>                 URL: https://issues.apache.org/jira/browse/SOLR-6266
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Varun
>            Assignee: Joel Bernstein
>
> It would be great users could connect Couchbase and Solr so that updates to 
> Couchbase can automatically flow to Solr. Couchbase provide some very nice 
> API's which allow applications mimic the behavior of a Couchbase server so 
> that it can recieve update via the normal cross data center replication 
> (XDCR).
> Once possible design for this it to create a CouchbaseUpdateHandler that 
> extends the DirectUpdateHandler2. This new handler would embed the couchbase 
> api's and listen for incoming updates from couchbase, then marshal the 
> couchbase updates to Solr updates and call the DirectUpdateHandler methods 
> directly with the update requests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to