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
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
We have a document tagging system where documents are composed of two
types of data:
Rarely changed (hereafter: "immutable") data - document text and
metadata that we upload and almost never change. The text can be
hundreds of pages.
User created (hereafter: "mutable") data - document properties