Re: Git repo

2012-02-20 Thread Igor MILOVANOVIC
http://git.apache.org/ On Sun, Feb 19, 2012 at 7:50 PM, Mark Diggory wrote: > Is there a git repo location that mirrors apache svn repos for solr? > > Cheers, > Mark > > > -- > [image: @mire Inc.] > *Mark Diggory *(Schedule a > Meeting< > https://www.google.com/calendar/selfsched?sstoken=UUdDSzJ

Re: On-Demanp update if using DHI

2012-01-31 Thread Igor MILOVANOVIC
To have it updated on-demand you could just implement it inside your application, in form of event trigger or hook (depending how is your application's architecture). For batch udpates it is just as simple as cron job script running as fast as every minute. Limits (50k documents) are imposed on yo

Re: Solr scraping: Nutch and other alternatives.

2011-10-19 Thread Igor MILOVANOVIC
Try this if you haven't use python before : http://gun.io/blog/python-for-the-web/ Keep in mind that the usage of "some very known search engine" is usually not in line with their ToS, so they will sooner or later block you, at least. Be gentle and polite, and you even might make it work... ;)

Re: where should i keep the class files to perform scheduling?

2011-08-26 Thread Igor MILOVANOVIC
Easiest way is to do it via cron job. 2011/8/26 nagarjuna > hi everybody... > i dont know about how to perform DIH scheduling for fullimport in > solri got little bit information from > > http://stackoverflow.com/questions/3206171/how-can-i-schedule-data-imports-in-solr > here > bu