You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by jmlucjav <jm...@gmail.com> on 2012/04/17 01:25:09 UTC

a way to transform doc and send it to a second core?

Is there some way to index docs (extracted from main documenet) in a second
core when Solr is indexing the main document in a first core?

I guess it can be done by an UpdateProcessor in /core0 that prepares the new
docs and just calls /core1/update but maybe someone has already done this in
a better way/predefined hook?

The reason behind this is that I want to split a multivalued field into a
non-multivalued filed, each value being a diff document.

thanks
xab 

--
View this message in context: http://lucene.472066.n3.nabble.com/a-way-to-transform-doc-and-send-it-to-a-second-core-tp3915859p3915859.html
Sent from the Solr - User mailing list archive at Nabble.com.