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.

Reply via email to