Not that I know of. Separate cores are pretty distinct to Solr, so you're probably stuck with doing it by sending the request to each core...
Best Erick On Fri, Aug 5, 2011 at 5:51 PM, josh lucas <j...@lucasjosh.com> wrote: > Is there a suggested way to copy data in fields to additional fields that > will only be in a different core? Obviously I could index the data > separately and I could build that into my current indexing process but I'm > curious if there might be an easier, more automated way. > > Thanks! > > > josh