We have set our indexer (using lucene) to only index
primary types such as MultiPartArticle, and to not
index each individual ArticleSection separetely.
This means when the indexer indexes multi-part
articles, it should also include the content from
sections which belong to it.
The attached XML file gives our currently used
configuration to achieve this (patched against 1.0.3
release).
This is part of a wider issue of whether "container"
types such as MPAs should include their "sections" (In
my view they should but what do others think?)
multi-part-article config patch