Issue Details (XML | Word | Printable)

Key: SOLR-1278
Type: New Feature New Feature
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Jason Rutherglen
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Solr

Near Realtime Search Replication

Created: 14/Jul/09 05:58 PM   Updated: 19/Oct/09 11:33 PM
Return to search
Component/s: replication (java), search, update
Affects Version/s: 1.4
Fix Version/s: 1.5

Time Tracking:
Original Estimate: 504h
Original Estimate - 504h
Remaining Estimate: 504h
Remaining Estimate - 504h
Time Spent: Not Specified
Remaining Estimate - 504h

Issue Links:
Dependants
 


 Description  « Hide
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)


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no subversion log entries for this issue yet.