SOLR-1499 is a DIH plugin that reads from another Solr.

https://issues.apache.org/jira/browse/SOLR-1499

It is not in active development, but is being updated to current source trees.

Lance

On Fri, Jul 1, 2011 at 12:51 PM, randolf.julian
<randolf.jul...@dominionenterprises.com> wrote:
> I am trying to import from one SOLR index to another (with different schema)
> using data import handler via http: However, there are dynamic fields in the
> source that I need to import. In the schema.xml, this field has been
> declared as:
>
>  <dynamicField name="END_DATE_*" type="date" indexed="true" stored="true"/>
>
> When I query SOLR, this comes up:
>
> <date name="END_DATE_102180">2011-05-31T00:00:00Z</date><date
> name="END_DATE_1171485">2011-05-31T00:00:00Z</date><date
> name="END_DATE_14211203">2011-07-26T08:15:25Z</date><date
> name="END_DATE_163969688">2011-05-31T00:00:00Z</date><date
> name="END_DATE_215089986">2011-07-26T08:15:25Z</date><date
> name="END_DATE_355673498">2011-05-31T00:00:00Z</date><date
> name="END_DATE_4329407">2011-07-26T08:15:25Z</date><date
> name="END_DATE_660666924">2011-07-19T21:00:35Z</date><date
> name="END_DATE_669781160">2011-07-26T08:15:25Z</date><date
> name="END_DATE_793694814">2011-07-26T08:15:25Z</date><date
> name="END_DATE_824977178">2011-07-26T08:15:25Z</date>
>
> How can I import these to the other SOLR index using dataimporthandler via
> http?
>
> Thanks,
> Randolf
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/How-to-import-dynamic-fields-tp3130553p3130553.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>



-- 
Lance Norskog
goks...@gmail.com

Reply via email to