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

Jason Rutherglen closed SOLR-1278.
----------------------------------

    Resolution: Won't Fix

Sorry if this spam's things, however it's unlikely that I'll work on these.

> Near Realtime Search Replication
> --------------------------------
>
>                 Key: SOLR-1278
>                 URL: https://issues.apache.org/jira/browse/SOLR-1278
>             Project: Solr
>          Issue Type: New Feature
>          Components: replication (java), search, update
>    Affects Versions: 1.4
>            Reporter: Jason Rutherglen
>            Priority: Minor
>             Fix For: Next
>
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> Lucene 2.9 and later offer near realtime search (LUCENE-1516,
> LUCENE-1313). For SOLR this means integrating
> IndexWriter.getReader and adding a way to replicate newly
> created segments that may not exist on the file system to other
> SOLR servers in an efficient way. 
> I don't think replicating documents as is would be optimal as it
> requires re-analyzing on the slaves which we should seek to
> avoid.
> Issues:
> * Replicate using the existing Java based non-script system that
> uses HTTP or create a protocol that uses sockets?
> * Lucene needs a more efficient way of adding these segments
> (LUCENE-1738)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to