Re: data import handler clarifications/ pros and cons.

2014-10-07 Thread Gora Mohanty
On 8 October 2014 01:00, Ahmet Arslan wrote: > > > > Hi Durga, > > That wiki talks about an uncommitted code. So it is not built in. Maybe it is just me, but given that there are existing scheduling solutions in most operating systems, I fail to understand why people expect Solr to expand to incl

Re: data import handler clarifications/ pros and cons.

2014-10-07 Thread Ahmet Arslan
Hi Durga, That wiki talks about an uncommitted code. So it is not built in. Ahmet On Tuesday, October 7, 2014 7:17 PM, Durga Palamakula wrote: There is a built in scheduling @ http://wiki.apache.org/solr/DataImportHandler#Scheduling But as others have mentioned cron is the simplest. On

Re: data import handler clarifications/ pros and cons.

2014-10-07 Thread Durga Palamakula
There is a built in scheduling @ http://wiki.apache.org/solr/DataImportHandler#Scheduling But as others have mentioned cron is the simplest. On Mon, Oct 6, 2014 at 8:56 PM, Karunakar Reddy wrote: > Thanks Shawn and Gora for your suggestions. > @Gora sounds good. I am just getting clarity over

Re: data import handler clarifications/ pros and cons.

2014-10-06 Thread Karunakar Reddy
Thanks Shawn and Gora for your suggestions. @Gora sounds good. I am just getting clarity over it. Regards, Karunakar. On Tue, Oct 7, 2014 at 8:27 AM, Gora Mohanty wrote: > On 6 October 2014 18:40, Karunakar Reddy wrote: > > > > Hey Alex, > > Thanks for your reply. > > Is delta-import handler

Re: data import handler clarifications/ pros and cons.

2014-10-06 Thread Gora Mohanty
On 6 October 2014 18:40, Karunakar Reddy wrote: > > Hey Alex, > Thanks for your reply. > Is delta-import handler configurable? say if I want to update documents > every 20 mins is it possible through any configuration/settings like > autocommit? As a delta-import involves loading a URL, you can d

Re: data import handler clarifications/ pros and cons.

2014-10-06 Thread Karunakar Reddy
Hey Alex, Thanks for your reply. Is delta-import handler configurable? say if I want to update documents every 20 mins is it possible through any configuration/settings like autocommit? Regards, Karunakar. On Mon, Oct 6, 2014 at 6:24 PM, Alexandre Rafalovitch wrote: > 1) DIH looks like a match

Re: data import handler clarifications/ pros and cons.

2014-10-06 Thread Alexandre Rafalovitch
On 6 October 2014 08:56, Shawn Heisey wrote: > 2) As a group, the developers are resistant to features that would cause > Solr to make changes in the index without being *told* to do it by an > outside force. There is already an issue in Jira for a DIH scheduler, > but the patch hasn't been commi

Re: data import handler clarifications/ pros and cons.

2014-10-06 Thread Alexandre Rafalovitch
1) DIH looks like a match to your needs, yes. You just trigger it from your script and then it does the rest of the work asynchronously. But you'll to pull later for the status if you want to report on success/failure. 2) Yes, you can just by defining several entities next to each other. You can r

Re: data import handler clarifications/ pros and cons.

2014-10-06 Thread Shawn Heisey
On 10/6/2014 5:09 AM, Karunakar Reddy wrote: > Please suggest me effective way of using data import handler. > > Here is my use case. > > I have different kind of items which needs to be indexed in solr . Eg( > books, shoes,electronics etc... ) each one has in different relational > table. > I ha

data import handler clarifications/ pros and cons.

2014-10-06 Thread Karunakar Reddy
Hi All, Please suggest me effective way of using data import handler. Here is my use case. I have different kind of items which needs to be indexed in solr . Eg( books, shoes,electronics etc... ) each one has in different relational table. I have only one core as of now which is been used for pu