Look at the 'rootEntity' attribute in the DataImportHandler, both the description and the examples:
http://wiki.apache.org/solr/DataImportHandler#Schema_for_the_data_config It is active for all entities. It means that you can run several operations in the outer entities, then have all of their fields come together in an inner entity. You have to say 'rootEntity="false"' inwards until the last entity before your main document. (No, that is not a clear explanation.) This would let you create multi-valued fields, one value from each input document. Otherwise, this is a hard one. On Fri, Mar 26, 2010 at 10:37 PM, Don Werve <d...@madwombat.com> wrote: > Is it possible to perform Tika extraction on multiple files that are indexed > as part of a single document? > -- Lance Norskog goks...@gmail.com