I've opened SOLR-647 to fix this. https://issues.apache.org/jira/browse/SOLR-676
On Wed, Aug 6, 2008 at 9:56 PM, Shalin Shekhar Mangar < [EMAIL PROTECTED]> wrote: > On Wed, Aug 6, 2008 at 5:50 PM, TomWilliamson < > [EMAIL PROTECTED]> wrote: > >> >> I'm trying to use localsolr (1.5) with the dataimport handler but not >> having >> much luck. The issue seems to be that the _localtier dynamic fields dont >> get >> generated when adding docs via the dataimport, although they do if I add >> docs via post.jar (xml document). Am i missing something simple here? >> -- >> View this message in context: >> http://www.nabble.com/localsolr-and-dataimport-problems-tp18849983p18849983.html >> Sent from the Solr - User mailing list archive at Nabble.com. >> >> > Hmm... LocalSolr uses the UpdateRequestProcessor API in Solr to add it's > dynamic fields. However, DataImportHandler bypasses that API and adds > documents directly to the UpdateHandler. > > Sounds like an improvement (bug?) in DataImportHandler which should be > addressed before release. I'll open an issue and work on it. > > -- > Regards, > Shalin Shekhar Mangar. > -- Regards, Shalin Shekhar Mangar.