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 Eric Myers <em...@nabancard.com> on 2013/05/07 21:07:44 UTC

dataimport handler

In the  data import handler  I have multiple entities.  Each one
generates a date in the
dataimport.properties i.e. entityname.last_index_time.

How do I reference the specific entity time in my delta queries?

Thanks

Eric

Re: dataimport handler

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
Hmm, I will fix.

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


On Thu, May 9, 2013 at 8:35 PM, William Bell <bi...@gmail.com> wrote:

> It does not work anymore in 4.x.
>
> ${dih.last_index_time} does work, but the entity version does not.
>
> Bill
>
>
>
> On Tue, May 7, 2013 at 4:19 PM, Shalin Shekhar Mangar <
> shalinmangar@gmail.com> wrote:
>
> > Using ${dih.<entity_name>.last_index_time} should work. Make sure you put
> > it in quotes in your query.
> >
> >
> > On Tue, May 7, 2013 at 12:07 PM, Eric Myers <em...@nabancard.com>
> wrote:
> >
> > > In the  data import handler  I have multiple entities.  Each one
> > > generates a date in the
> > > dataimport.properties i.e. entityname.last_index_time.
> > >
> > > How do I reference the specific entity time in my delta queries?
> > >
> > > Thanks
> > >
> > > Eric
> > >
> >
> >
> >
> > --
> > Regards,
> > Shalin Shekhar Mangar.
> >
>
>
>
> --
> Bill Bell
> billnbell@gmail.com
> cell 720-256-8076
>



-- 
Regards,
Shalin Shekhar Mangar.

Re: dataimport handler

Posted by William Bell <bi...@gmail.com>.
It does not work anymore in 4.x.

${dih.last_index_time} does work, but the entity version does not.

Bill



On Tue, May 7, 2013 at 4:19 PM, Shalin Shekhar Mangar <
shalinmangar@gmail.com> wrote:

> Using ${dih.<entity_name>.last_index_time} should work. Make sure you put
> it in quotes in your query.
>
>
> On Tue, May 7, 2013 at 12:07 PM, Eric Myers <em...@nabancard.com> wrote:
>
> > In the  data import handler  I have multiple entities.  Each one
> > generates a date in the
> > dataimport.properties i.e. entityname.last_index_time.
> >
> > How do I reference the specific entity time in my delta queries?
> >
> > Thanks
> >
> > Eric
> >
>
>
>
> --
> Regards,
> Shalin Shekhar Mangar.
>



-- 
Bill Bell
billnbell@gmail.com
cell 720-256-8076

Re: dataimport handler

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
Using ${dih.<entity_name>.last_index_time} should work. Make sure you put
it in quotes in your query.


On Tue, May 7, 2013 at 12:07 PM, Eric Myers <em...@nabancard.com> wrote:

> In the  data import handler  I have multiple entities.  Each one
> generates a date in the
> dataimport.properties i.e. entityname.last_index_time.
>
> How do I reference the specific entity time in my delta queries?
>
> Thanks
>
> Eric
>



-- 
Regards,
Shalin Shekhar Mangar.