[ 
https://issues.apache.org/jira/browse/SOLR-866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14186811#comment-14186811
 ] 

Jan Høydahl commented on SOLR-866:
----------------------------------

Testing out the {{BlendedInfixLookupFactory}} suggester. It creates a local 
Lucene index, so I guess it is similar to this JIRA issue. Any known 
workarounds to sync the suggest index to the slave?

Should we extend {{ReplicationHandler}} with a new config option 
{{sideCarIndex}} or similar? Or should perhaps plugins (like a suggester) 
wishing to replicate their own data have some API to add folders/files through 
ReplicationHandler and get a callback when a replication is done, so they can 
do whatever necessary to read the new index?

> Support replicating arbitary indices and files with java replication
> --------------------------------------------------------------------
>
>                 Key: SOLR-866
>                 URL: https://issues.apache.org/jira/browse/SOLR-866
>             Project: Solr
>          Issue Type: New Feature
>          Components: replication (java)
>    Affects Versions: 1.4
>            Reporter: Shalin Shekhar Mangar
>             Fix For: 4.9, Trunk
>
>
> We should support replicating spell checker index using the replication 
> handler. We can use this issue to provide an API for handlers/components to 
> use replication handler to sync arbitary indices/files from master to slaves. 
> This feature can also be used in the future for replicating jars to add other 
> handlers/components.



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