Re: Split mutable logical document into two Lucene documents

2011-12-08 Thread Brandon Mintern
Thank you for the pointer. I looked into nested documents, but it appears that the implementation relies on each parent document being indexed immediately before all of its children. Unfortunately, this presents two problems: 1. Any optimize operation will break nesting 2. Deleting and reindexing

Re: Split mutable logical document into two Lucene documents

2011-12-08 Thread Ian Lea
It is conceivable that nested documents might help. https://issues.apache.org/jira/browse/LUCENE-2454. I don't know anything about that so might be way off target. -- Ian. On Wed, Dec 7, 2011 at 8:46 PM, Brandon Mintern wrote: > We have a document tagging system where documents are composed o