|
From: Doug C. <cu...@ap...> - 2008-02-28 22:45:12
|
Yonik Seeley wrote: > Are you thinking of storage outside of Lucene stored fields too then? I think we'll have to maintain logs outside of Lucene. Beyond that, I don't see that we'd need to use more than stored fields. Do you? I can see two approaches: log the entire document, or just log the operation id, and revision, then extract the document data as needed from the index. There may be cases where a neighbor asks for a document that's no longer in the index, since it may have been deleted since the neighbor asked for updates. If we can either make sure this doesn't happen, or make things tolerant of it, then we could get away with only storing documents in the index, which would be nice. Doug |