Re: what is scheduling ? why should we do this?how to achieve this ?

2011-08-29 Thread Alexei Martchenko
since solr is basically a http server, all you need is a scheduler to browse
to specific pages.

on windows, u can try the task scheduler (i don't know its name in english)
its the clock icon on the 'administrative tools' section.

coldfusion for instance, has its own scheduler, other languages as php might
have, you can use.

hope it helps.

2011/8/29 nagarjuna 

> Hi pravesh...
> i already saw the wiki page that what u have given...from that i got
> the points about collection distribution etc...
> but i didnt get any link which will explain the cron job process step
> by
> step for the windows OS ..
> can please tell me how to do it for windows?
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/what-is-scheduling-why-should-we-do-this-how-to-achieve-this-tp3287115p3292221.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>



-- 

*Alexei Martchenko* | *CEO* | Superdownloads
ale...@superdownloads.com.br | ale...@martchenko.com.br | (11)
5083.1018/5080.3535/5080.3533


Re: what is scheduling ? why should we do this?how to achieve this ?

2011-08-29 Thread nagarjuna
Hi pravesh...
 i already saw the wiki page that what u have given...from that i got
the points about collection distribution etc...
but i didnt get any link which will explain the cron job process step by
step for the windows OS ..
can please tell me how to do it for windows?

--
View this message in context: 
http://lucene.472066.n3.nabble.com/what-is-scheduling-why-should-we-do-this-how-to-achieve-this-tp3287115p3292221.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: what is scheduling ? why should we do this?how to achieve this ?

2011-08-29 Thread pravesh
The Wiki link that you referred is quite old and is not into active
development.
I would prefer the OS based scheduling using cron jobs. You can check below
link.

http://wiki.apache.org/solr/CollectionDistribution
http://wiki.apache.org/solr/CollectionDistribution 

Thanx
Pravesh

--
View this message in context: 
http://lucene.472066.n3.nabble.com/what-is-scheduling-why-should-we-do-this-how-to-achieve-this-tp3287115p3292212.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: what is scheduling ? why should we do this?how to achieve this ?

2011-08-29 Thread nagarjuna
Hi pravesh

   Thank u very much for ur reply now i am very much cleared about
scheduling...but,i am unable to perform scheduling in solr...can u please
provide some sample about solr scheduling?



Thank u very much.

--
View this message in context: 
http://lucene.472066.n3.nabble.com/what-is-scheduling-why-should-we-do-this-how-to-achieve-this-tp3287115p3292173.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: what is scheduling ? why should we do this?how to achieve this ?

2011-08-29 Thread pravesh
SCHEDULING in OS terminology, is, when you specify cron jobs on linux/unix
machines (and scheduled tasks in windows machines).
What ever task that you schedule along with time/date or interval, it will
be automatically invoked, so, you don't have to manually log into the
machine and call the script/batch.

SOLR scheduling is also same, but with internal mechanism provided by SOLR
to set schedule to automatically invoke; delta-import, full-import, commit,
etc. This would help, so, you're not dependent at OS level because for
different OS's you have to schedule it differently(cron/scheduled-tasks).

Thanx
Pravesh

--
View this message in context: 
http://lucene.472066.n3.nabble.com/what-is-scheduling-why-should-we-do-this-how-to-achieve-this-tp3287115p3292068.html
Sent from the Solr - User mailing list archive at Nabble.com.


what is scheduling ? why should we do this?how to achieve this ?

2011-08-26 Thread nagarjuna
i dont know what exactly the meaning of scheduling in solr and why should i
do ?and how can achieve this please help me to do this i already saw this
link 
http://wiki.apache.org/solr/DataImportHandler?highlight=%28scheduling%29#Scheduling
except this one please send me any sample codes or links 


Thanks in advance

--
View this message in context: 
http://lucene.472066.n3.nabble.com/what-is-scheduling-why-should-we-do-this-how-to-achieve-this-tp3287115p3287115.html
Sent from the Solr - User mailing list archive at Nabble.com.