An instance of this class exposes documents formed by juxtaposition of the content of the underlying document sequences. In particular, it instantiates a {@link CompositeDocumentFactory}using the provided optional array of field names.
For instance, by composing a document sequence whose documents have a single text field and a document sequence whose documents have a single integer field we obtain a new sequence whose documents have two fields.
The {@linkplain Document#title() title} and {@linkplain Document#uri() uri} of composeddocuments are those of the documents returned by the first underlying sequence.
|
|
|
|